Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gtest/src/
Dgtest-internal-inl.h1197 std::string FormatBool(bool value) { return value ? "1" : "0"; } in FormatBool() function
/third_party/googletest/googletest/src/
Dgtest-internal-inl.h1207 std::string FormatBool(bool value) { return value ? "1" : "0"; } in FormatBool() function
/third_party/cef/tools/distrib/gtest/
Dgtest-all.cc1595 std::string FormatBool(bool value) { return value ? "1" : "0"; } in FormatBool() function in testing::internal::StreamingListener