Home
last modified time | relevance | path

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

/external/google-benchmark/include/benchmark/
Dbenchmark_api.h179 bool ReportUnrecognizedArguments(int argc, char** argv);
921 if (::benchmark::ReportUnrecognizedArguments(argc, argv)) return 1; \
/external/google-benchmark/src/
Dbenchmark.cc708 bool ReportUnrecognizedArguments(int argc, char** argv) { in ReportUnrecognizedArguments() function