OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MatchBeginWithEnd
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/test/
trace_event_analyzer.h
348
static Query
MatchBeginWithEnd
() {
367
return (Query(EVENT_NAME) == Query(name)) &&
MatchBeginWithEnd
();
trace_event_analyzer_unittest.cc
429
Query::
MatchBeginWithEnd
() &&
500
analyzer->FindEvents(Query::
MatchBeginWithEnd
(), &found);
Completed in 39 milliseconds