Searched defs:IndexPostfix (Results 1 – 2 of 2) sorted by relevance
/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/ |
D | datastore_v3.pb.go | 1151 type IndexPostfix struct { struct 1152 … []*IndexPostfix_IndexValue `protobuf:"bytes,1,rep,name=index_value" json:"index_value,omitempty"` 1153 Key *Reference `protobuf:"bytes,2,opt,name=key" json:"key,omitempty"` 1154 … *bool `protobuf:"varint,3,opt,name=before,def=1" json:"before,omitempty"` 1155 XXX_unrecognized []byte `json:"-"` 1158 func (m *IndexPostfix) Reset() { *m = IndexPostfix{} } 1159 func (m *IndexPostfix) String() string { return proto.CompactTextString(m) } 1160 func (*IndexPostfix) ProtoMessage() {} 1164 func (m *IndexPostfix) GetIndexValue() []*IndexPostfix_IndexValue { 1171 func (m *IndexPostfix) GetKey() *Reference { [all …]
|
D | datastore_v3.proto | 164 message IndexPostfix { message
|