Home
last modified time | relevance | path

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

/external/libchrome/base/test/
Dtrace_event_analyzer.cc1056 size_t begin_position, in CountMatches() argument
1058 if (begin_position >= events.size()) in CountMatches()
1062 for (size_t i = begin_position; i < end_position; ++i) { in CountMatches()
Dtrace_event_analyzer.h831 size_t begin_position,