Home
last modified time | relevance | path

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

/external/libchrome/base/test/
Dtrace_event_analyzer.h426 static Query MatchBeginWithEnd() { in MatchBeginWithEnd() function
445 return (Query(EVENT_NAME) == Query(name)) && MatchBeginWithEnd(); in MatchBeginName()
Dtrace_event_analyzer_unittest.cc445 Query::MatchBeginWithEnd() && in TEST_F()
518 analyzer->FindEvents(Query::MatchBeginWithEnd(), &found); in TEST_F()