Home
last modified time | relevance | path

Searched refs:AddCustomContext (Results 1 – 12 of 12) sorted by relevance

/external/cronet/tot/third_party/google_benchmark/src/test/
Dbenchmark_gtest.cc138 TEST(AddCustomContext, Simple) { in TEST() argument
142 AddCustomContext("foo", "bar"); in TEST()
143 AddCustomContext("baz", "qux"); in TEST()
153 TEST(AddCustomContext, DuplicateKey) { in TEST() argument
157 AddCustomContext("foo", "bar"); in TEST()
158 AddCustomContext("foo", "qux"); in TEST()
/external/google-benchmark/test/
Dbenchmark_gtest.cc138 TEST(AddCustomContext, Simple) { in TEST() argument
142 AddCustomContext("foo", "bar"); in TEST()
143 AddCustomContext("baz", "qux"); in TEST()
153 TEST(AddCustomContext, DuplicateKey) { in TEST() argument
157 AddCustomContext("foo", "bar"); in TEST()
158 AddCustomContext("foo", "qux"); in TEST()
/external/cronet/stable/third_party/google_benchmark/src/test/
Dbenchmark_gtest.cc138 TEST(AddCustomContext, Simple) { in TEST() argument
142 AddCustomContext("foo", "bar"); in TEST()
143 AddCustomContext("baz", "qux"); in TEST()
153 TEST(AddCustomContext, DuplicateKey) { in TEST() argument
157 AddCustomContext("foo", "bar"); in TEST()
158 AddCustomContext("foo", "qux"); in TEST()
/external/cronet/tot/third_party/google_benchmark/src/src/
Dbenchmark.cc674 void AddCustomContext(const std::string& key, const std::string& value) { in AddCustomContext() function
765 AddCustomContext("dry_run", "true"); in ParseCommandLineFlags()
768 AddCustomContext(kv.first, kv.second); in ParseCommandLineFlags()
/external/cronet/stable/third_party/google_benchmark/src/src/
Dbenchmark.cc674 void AddCustomContext(const std::string& key, const std::string& value) { in AddCustomContext() function
765 AddCustomContext("dry_run", "true"); in ParseCommandLineFlags()
768 AddCustomContext(kv.first, kv.second); in ParseCommandLineFlags()
/external/google-benchmark/src/
Dbenchmark.cc669 void AddCustomContext(const std::string& key, const std::string& value) { in AddCustomContext() function
759 AddCustomContext(kv.first, kv.second); in ParseCommandLineFlags()
/external/google-benchmark/include/benchmark/
Dbenchmark.h441 void AddCustomContext(const std::string& key, const std::string& value);
/external/cronet/stable/third_party/google_benchmark/src/include/benchmark/
Dbenchmark.h480 void AddCustomContext(const std::string& key, const std::string& value);
/external/cronet/tot/third_party/google_benchmark/src/include/benchmark/
Dbenchmark.h480 void AddCustomContext(const std::string& key, const std::string& value);
/external/cronet/tot/third_party/google_benchmark/src/docs/
Duser_guide.md232 benchmark::AddCustomContext("foo", "bar");
/external/google-benchmark/docs/
Duser_guide.md225 benchmark::AddCustomContext("foo", "bar");
/external/cronet/stable/third_party/google_benchmark/src/docs/
Duser_guide.md232 benchmark::AddCustomContext("foo", "bar");