OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QueryNodeList
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/query_parser/
query_parser.cc
63
// QueryNodes are either a collection of subnodes (a
QueryNodeList
)
147
// A
QueryNodeList
has a collection of QueryNodes which are deleted in the end.
148
class
QueryNodeList
: public QueryNode {
150
QueryNodeList
();
151
virtual ~
QueryNodeList
();
176
DISALLOW_COPY_AND_ASSIGN(
QueryNodeList
);
179
QueryNodeList
::
QueryNodeList
() {}
181
QueryNodeList
::~
QueryNodeList
() {
[
all
...]
query_parser.h
16
class
QueryNodeList
;
40
// Return true if this is a QueryNodeWord, false if it's a
QueryNodeList
.
117
bool ParseQueryImpl(const base::string16& query,
QueryNodeList
* root);
Completed in 336 milliseconds