Home
last modified time | relevance | path

Searched refs:return_index (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/base/test/
Dtrace_event_analyzer.cc894 size_t* return_index) { in FindFirstOf() argument
895 CHECK(return_index); in FindFirstOf()
898 *return_index = i; in FindFirstOf()
908 size_t* return_index) { in FindLastOf() argument
909 CHECK(return_index); in FindLastOf()
915 *return_index = position; in FindLastOf()
Dtrace_event_analyzer.h668 size_t* return_index);
675 size_t* return_index);
/external/chromium/base/
Dvalues.cc828 int return_index = static_cast<int>(index); in Remove() local
829 return return_index; in Remove()