HomeSort by relevance Sort by last modified time
    Searched refs:AppendHumanReadable (Results 1 - 3 of 3) sorted by null

  /external/google-benchmark/src/
string_util.h 11 void AppendHumanReadable(int n, std::string* str);
string_util.cc 107 void AppendHumanReadable(int n, std::string* str) {
benchmark.cc 382 AppendHumanReadable(instance.arg1, &instance.name);
385 AppendHumanReadable(instance.arg2, &instance.name);

Completed in 63 milliseconds