Home
last modified time | relevance | path

Searched refs:Index_Property_Direction (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/
Ddatastore_v3.pb.go218 type Index_Property_Direction int32 type
221 Index_Property_ASCENDING Index_Property_Direction = 1
222 Index_Property_DESCENDING Index_Property_Direction = 2
234 func (x Index_Property_Direction) Enum() *Index_Property_Direction {
235 p := new(Index_Property_Direction)
239 func (x Index_Property_Direction) String() string {
242 func (x *Index_Property_Direction) UnmarshalJSON(data []byte) error {
247 *x = Index_Property_Direction(value)
1077 …Direction *Index_Property_Direction `protobuf:"varint,4,opt,name=direction,enum=appengine.I…
1085 const Default_Index_Property_Direction Index_Property_Direction = Index_Property_ASCENDING
[all …]