Home
last modified time | relevance | path

Searched refs:PropertyValue_ReferenceValue_PathElement (Results 1 – 2 of 2) sorted by relevance

/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/
Ddatastore_v3.pb.go680 …Pathelement []*PropertyValue_ReferenceValue_PathElement `protobuf:"group,14,rep,name=PathElem…
702 func (m *PropertyValue_ReferenceValue) GetPathelement() []*PropertyValue_ReferenceValue_PathElement
709 type PropertyValue_ReferenceValue_PathElement struct { struct
716 func (m *PropertyValue_ReferenceValue_PathElement) Reset() { argument
717 *m = PropertyValue_ReferenceValue_PathElement{}
719 func (m *PropertyValue_ReferenceValue_PathElement) String() string { return proto.CompactTextString… argument
720 func (*PropertyValue_ReferenceValue_PathElement) ProtoMessage() {} argument
722 func (m *PropertyValue_ReferenceValue_PathElement) GetType() string { argument
729 func (m *PropertyValue_ReferenceValue_PathElement) GetId() int64 { argument
736 func (m *PropertyValue_ReferenceValue_PathElement) GetName() string { argument
/external/syzkaller/vendor/google.golang.org/appengine/datastore/
Ddatastore.go164 pe := make([]*pb.PropertyValue_ReferenceValue_PathElement, len(ref.Path.Element))
166 pe[i] = &pb.PropertyValue_ReferenceValue_PathElement{