Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gtest/src/
Dgtest-internal-inl.h1202 std::string FormatBool(bool value) { return value ? "1" : "0"; } in FormatBool() function
/third_party/googletest/googletest/src/
Dgtest-internal-inl.h1203 std::string FormatBool(bool value) { return value ? "1" : "0"; } in FormatBool() function