Home
last modified time | relevance | path

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

/external/chromium_org/base/test/
Dtrace_event_analyzer.h348 static Query MatchBeginWithEnd() { in MatchBeginWithEnd() function
367 return (Query(EVENT_NAME) == Query(name)) && MatchBeginWithEnd(); in MatchBeginName()
Dtrace_event_analyzer_unittest.cc429 Query::MatchBeginWithEnd() && in TEST_F()
500 analyzer->FindEvents(Query::MatchBeginWithEnd(), &found); in TEST_F()