Home
last modified time | relevance | path

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

/external/libcxx/utils/google-benchmark/test/
Doutput_test_helper.cc89 bool on_first = true; in CheckCase() local
94 if (on_first) { in CheckCase()
96 on_first = false; in CheckCase()
222 bool on_first = true; in CheckResults() local
226 if (on_first) { in CheckResults()
228 on_first = false; in CheckResults()
/external/google-benchmark/test/
Doutput_test_helper.cc94 bool on_first = true; in CheckCase() local
99 if (on_first) { in CheckCase()
101 on_first = false; in CheckCase()
227 bool on_first = true; in CheckResults() local
231 if (on_first) { in CheckResults()
233 on_first = false; in CheckResults()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSTLExtras.h982 struct on_first {