Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/
Ddatastore_v3.pb.go1589 type CompiledQuery struct { struct
1602 func (m *CompiledQuery) Reset() { *m = CompiledQuery{} } argument
1603 func (m *CompiledQuery) String() string { return proto.CompactTextString(m) } argument
1604 func (*CompiledQuery) ProtoMessage() {} argument
1608 func (m *CompiledQuery) GetPrimaryscan() *CompiledQuery_PrimaryScan { argument
1615 func (m *CompiledQuery) GetMergejoinscan() []*CompiledQuery_MergeJoinScan { argument
1622 func (m *CompiledQuery) GetIndexDef() *Index { argument
1629 func (m *CompiledQuery) GetOffset() int32 { argument
1636 func (m *CompiledQuery) GetLimit() int32 { argument
1643 func (m *CompiledQuery) GetKeysOnly() bool { argument
[all …]
Ddatastore_v3.proto282 message CompiledQuery { message
486 optional CompiledQuery compiled_query = 5;