Searched defs:NextRequest (Results 1 – 2 of 2) sorted by relevance
/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/ |
D | datastore_v3.pb.go | 2412 type NextRequest struct { struct 2413 Header *InternalHeader `protobuf:"bytes,5,opt,name=header" json:"header,omitempty"` 2414 Cursor *Cursor `protobuf:"bytes,1,req,name=cursor" json:"cursor,omitempty"` 2415 Count *int32 `protobuf:"varint,2,opt,name=count" json:"count,omitempty"` 2416 …ffset *int32 `protobuf:"varint,4,opt,name=offset,def=0" json:"offset,omitempty"` 2417 …pile *bool `protobuf:"varint,3,opt,name=compile,def=0" json:"compile,omitempty"` 2418 XXX_unrecognized []byte `json:"-"` 2421 func (m *NextRequest) Reset() { *m = NextRequest{} } 2422 func (m *NextRequest) String() string { return proto.CompactTextString(m) } 2423 func (*NextRequest) ProtoMessage() {} [all …]
|
D | datastore_v3.proto | 460 message NextRequest { message
|