Home
last modified time | relevance | path

Searched defs:StrictQuad (Results 1 – 2 of 2) sorted by relevance

/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/quad/pquads/
H A Dquads.pb.go125 type StrictQuad struct { struct
132 func (m *StrictQuad) Reset() { *m = StrictQuad{} }
134 func (*StrictQuad) ProtoMessage() {}
137 func (m *StrictQuad) GetSubject() *StrictQuad_Ref {
144 func (m *StrictQuad) GetPredicate() *StrictQuad_Ref {
151 func (m *StrictQuad) GetObject() *Value {
158 func (m *StrictQuad) GetLabel() *StrictQuad_Ref {
819 func (m *StrictQuad) Marshal() (data []byte, err error) {
829 func (m *StrictQuad) MarshalTo(data []byte) (int, error) {
1258 func (m *StrictQuad) ProtoSize() (n int) {
[all …]
H A Dquads.proto48 message StrictQuad { message