Searched refs:QueryResult (Results 1 – 8 of 8) sorted by relevance
85 AliasResult QueryResult = query(LocA, LocB); in alias() local86 if (QueryResult == MayAlias) in alias()89 return QueryResult; in alias()
77 AliasResult QueryResult = query(LocA, LocB); in alias() local78 if (QueryResult == MayAlias) in alias()81 return QueryResult; in alias()
45 enum QueryResult { enum89 QueryResult query(const std::string& s) const { in query()108 return (QueryResult)i; in query()213 typename Node::QueryResult r = nNode->query(s1); in addString()252 typename Node::QueryResult r = nNode->query(s1); in lookup()
2463 type QueryResult struct { struct2478 func (m *QueryResult) Reset() { *m = QueryResult{} } argument2479 func (m *QueryResult) String() string { return proto.CompactTextString(m) } argument2480 func (*QueryResult) ProtoMessage() {} argument2482 func (m *QueryResult) GetCursor() *Cursor { argument2489 func (m *QueryResult) GetResult() []*EntityProto { argument2496 func (m *QueryResult) GetSkippedResults() int32 { argument2503 func (m *QueryResult) GetMoreResults() bool { argument2510 func (m *QueryResult) GetKeysOnly() bool { argument2517 func (m *QueryResult) GetIndexOnly() bool { argument[all …]
471 message QueryResult { message
46 size_t QueryResult = in getIRTInterfaces() local49 if (QueryResult != sizeof(gIRTFuncs)) in getIRTInterfaces()
367 res := &pb.QueryResult{}412 func callNext(c context.Context, res *pb.QueryResult, offset, limit int32) error { argument563 res pb.QueryResult
889 AliasResult QueryResult = query(LocA, LocB); in alias() local890 if (QueryResult == MayAlias) in alias()893 return QueryResult; in alias()