Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/src/
Dgtest-internal-inl.h1145 SendLn("event=TestProgramEnd&passed=" + FormatBool(unit_test.Passed())); in OnTestProgramEnd()
1158 FormatBool(unit_test.Passed()) + "&elapsed_time=" + in OnTestIterationEnd()
1167 SendLn("event=TestCaseEnd&passed=" + FormatBool(test_case.Passed()) in OnTestCaseEnd()
1178 FormatBool((test_info.result())->Passed()) + in OnTestEnd()
1200 string FormatBool(bool value) { return value ? "1" : "0"; } in FormatBool() function