Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/appengine/datastore/
Ddatastore.go141 func referenceValueToKey(r *pb.PropertyValue_ReferenceValue) (k *Key, err error) {
/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/
Ddatastore_v3.pb.go677 type PropertyValue_ReferenceValue struct { struct
678 …*string `protobuf:"bytes,13,req,name=app" json:"app,omitempty"`
679 … `protobuf:"bytes,20,opt,name=name_space" json:"name_space,omitempty"`
680 …_ReferenceValue_PathElement `protobuf:"group,14,rep,name=PathElement" json:"pathelement,omitempty"`
681 XXX_unrecognized []byte `json:"-"`
684 func (m *PropertyValue_ReferenceValue) Reset() { *m = PropertyValue_ReferenceValue{} }
685 func (m *PropertyValue_ReferenceValue) String() string { return proto.CompactTextString(m) }
686 func (*PropertyValue_ReferenceValue) ProtoMessage() {}
688 func (m *PropertyValue_ReferenceValue) GetApp() string {
695 func (m *PropertyValue_ReferenceValue) GetNameSpace() string {
[all …]