Home
last modified time | relevance | path

Searched defs:FormatKV (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libcxx/utils/google-benchmark/src/
H A Djson_reporter.cc34 std::string FormatKV(std::string const& key, std::string const& value) { in FormatKV() function
38 std::string FormatKV(std::string const& key, const char* value) { in FormatKV() function
42 std::string FormatKV(std::string const& key, bool value) { in FormatKV() function
46 std::string FormatKV(std::string const& key, int64_t value) { in FormatKV() function
52 std::string FormatKV(std::string const& key, double value) { in FormatKV() function
/aosp_15_r20/external/google-benchmark/src/
H A Djson_reporter.cc67 std::string FormatKV(std::string const& key, std::string const& value) { in FormatKV() function
72 std::string FormatKV(std::string const& key, const char* value) { in FormatKV() function
77 std::string FormatKV(std::string const& key, bool value) { in FormatKV() function
82 std::string FormatKV(std::string const& key, int64_t value) { in FormatKV() function
88 std::string FormatKV(std::string const& key, double value) { in FormatKV() function
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/src/
H A Djson_reporter.cc67 std::string FormatKV(std::string const& key, std::string const& value) { in FormatKV() function
72 std::string FormatKV(std::string const& key, const char* value) { in FormatKV() function
77 std::string FormatKV(std::string const& key, bool value) { in FormatKV() function
82 std::string FormatKV(std::string const& key, int64_t value) { in FormatKV() function
88 std::string FormatKV(std::string const& key, double value) { in FormatKV() function