Searched refs:ReportUnrecognizedArguments (Results 1 – 9 of 9) sorted by relevance
/external/libcxx/benchmarks/ |
D | algorithms.partition_point.bench.cpp | 117 if (benchmark::ReportUnrecognizedArguments(argc, argv)) in main()
|
D | function.bench.cpp | 220 if (benchmark::ReportUnrecognizedArguments(argc, argv)) in main()
|
D | ordered_set.bench.cpp | 231 if (benchmark::ReportUnrecognizedArguments(argc, argv)) in main()
|
D | algorithms.bench.cpp | 255 if (benchmark::ReportUnrecognizedArguments(argc, argv)) in main()
|
D | string.bench.cpp | 360 if (benchmark::ReportUnrecognizedArguments(argc, argv)) in main()
|
/external/libcxx/utils/google-benchmark/src/ |
D | benchmark.cc | 485 bool ReportUnrecognizedArguments(int argc, char** argv) { in ReportUnrecognizedArguments() function
|
/external/google-benchmark/src/ |
D | benchmark.cc | 485 bool ReportUnrecognizedArguments(int argc, char** argv) { in ReportUnrecognizedArguments() function
|
/external/google-benchmark/include/benchmark/ |
D | benchmark.h | 264 bool ReportUnrecognizedArguments(int argc, char** argv); 1265 if (::benchmark::ReportUnrecognizedArguments(argc, argv)) return 1; \
|
/external/libcxx/utils/google-benchmark/include/benchmark/ |
D | benchmark.h | 264 bool ReportUnrecognizedArguments(int argc, char** argv); 1265 if (::benchmark::ReportUnrecognizedArguments(argc, argv)) return 1; \
|