Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/
Ddatastore_v3.pb.go1151 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 …]
Ddatastore_v3.proto164 message IndexPostfix { message