Home
last modified time | relevance | path

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

/third_party/json/benchmarks/thirdparty/benchmark/src/
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
/third_party/benchmark/src/
Djson_reporter.cc71 std::string FormatKV(std::string const& key, std::string const& value) { in FormatKV() function
76 std::string FormatKV(std::string const& key, const char* value) { in FormatKV() function
81 std::string FormatKV(std::string const& key, bool value) { in FormatKV() function
86 std::string FormatKV(std::string const& key, int64_t value) { in FormatKV() function
92 std::string FormatKV(std::string const& key, IterationCount value) { in FormatKV() function
98 std::string FormatKV(std::string const& key, double value) { in FormatKV() function