Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/
Ddatastore_v3.pb.go407 type Query_Order_Direction int32 type
410 Query_Order_ASCENDING Query_Order_Direction = 1
411 Query_Order_DESCENDING Query_Order_Direction = 2
423 func (x Query_Order_Direction) Enum() *Query_Order_Direction {
424 p := new(Query_Order_Direction)
428 func (x Query_Order_Direction) String() string {
431 func (x *Query_Order_Direction) UnmarshalJSON(data []byte) error {
436 *x = Query_Order_Direction(value)
1565 …Direction *Query_Order_Direction `protobuf:"varint,11,opt,name=direction,enum=appengine.Que…
1573 const Default_Query_Order_Direction Query_Order_Direction = Query_Order_ASCENDING
[all …]
/external/syzkaller/vendor/google.golang.org/appengine/datastore/
Dquery.go54 var sortDirectionToProto = map[sortDirection]*pb.Query_Order_Direction{