Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/
Ddatastore_v3.pb.go1869 type CompiledCursor_Position_IndexValue struct { struct
1870 Property *string `protobuf:"bytes,30,opt,name=property" json:"property,omitempty"`
1871 Value *PropertyValue `protobuf:"bytes,31,req,name=value" json:"value,omitempty"`
1872 XXX_unrecognized []byte `json:"-"`
1875 … *CompiledCursor_Position_IndexValue) Reset() { *m = CompiledCursor_Position_IndexValue{} }
1876 func (m *CompiledCursor_Position_IndexValue) String() string { return proto.CompactTextString(m) }
1877 func (*CompiledCursor_Position_IndexValue) ProtoMessage() {}
1879 func (m *CompiledCursor_Position_IndexValue) GetProperty() string {
1886 func (m *CompiledCursor_Position_IndexValue) GetValue() *PropertyValue {