Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/
Ddatastore_v3.pb.go1209 type IndexPosition struct { struct
1210 Key *string `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
1211 Before *bool `protobuf:"varint,2,opt,name=before,def=1" json:"before,omitempty"`
1212 XXX_unrecognized []byte `json:"-"`
1215 func (m *IndexPosition) Reset() { *m = IndexPosition{} }
1216 func (m *IndexPosition) String() string { return proto.CompactTextString(m) }
1217 func (*IndexPosition) ProtoMessage() {}
1221 func (m *IndexPosition) GetKey() string {
1228 func (m *IndexPosition) GetBefore() bool {
Ddatastore_v3.proto177 message IndexPosition { message