Searched defs:CompiledCursor_Position (Results 1 – 1 of 1) sorted by relevance
| /external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/ |
| D | datastore_v3.pb.go | 1827 type CompiledCursor_Position struct { struct 1828 …g `protobuf:"bytes,27,opt,name=start_key" json:"start_key,omitempty"` 1829 …ledCursor_Position_IndexValue `protobuf:"group,29,rep,name=IndexValue" json:"indexvalue,omitempty"` 1830 … *Reference `protobuf:"bytes,32,opt,name=key" json:"key,omitempty"` 1831 … `protobuf:"varint,28,opt,name=start_inclusive,def=1" json:"start_inclusive,omitempty"` 1832 XXX_unrecognized []byte `json:"-"` 1835 func (m *CompiledCursor_Position) Reset() { *m = CompiledCursor_Position{} } 1836 func (m *CompiledCursor_Position) String() string { return proto.CompactTextString(m) } 1837 func (*CompiledCursor_Position) ProtoMessage() {} 1841 func (m *CompiledCursor_Position) GetStartKey() string { [all …]
|