Searched defs:CompiledQuery_PrimaryScan (Results 1 – 1 of 1) sorted by relevance
/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/ |
D | datastore_v3.pb.go | 1671 type CompiledQuery_PrimaryScan struct { struct 1672 …Name *string `protobuf:"bytes,2,opt,name=index_name" json:"index_name,omitempty"` 1673 …rtKey *string `protobuf:"bytes,3,opt,name=start_key" json:"start_key,omitempty"` 1674 … *bool `protobuf:"varint,4,opt,name=start_inclusive" json:"start_inclusive,omitempty"` 1675 EndKey *string `protobuf:"bytes,5,opt,name=end_key" json:"end_key,omitempty"` 1676 … *bool `protobuf:"varint,6,opt,name=end_inclusive" json:"end_inclusive,omitempty"` 1677 … []string `protobuf:"bytes,22,rep,name=start_postfix_value" json:"start_postfix_value,omitempty"` 1678 … []string `protobuf:"bytes,23,rep,name=end_postfix_value" json:"end_postfix_value,omitempty"` 1679 …varint,19,opt,name=end_unapplied_log_timestamp_us" json:"end_unapplied_log_timestamp_us,omitempty"` 1680 XXX_unrecognized []byte `json:"-"` [all …]
|