Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc1552 SendLn("event=TestProgramEnd&passed=" + FormatBool(unit_test.Passed())); in OnTestProgramEnd()
1565 FormatBool(unit_test.Passed()) + "&elapsed_time=" + in OnTestIterationEnd()
1574 SendLn("event=TestCaseEnd&passed=" + FormatBool(test_case.Passed()) in OnTestCaseEnd()
1585 FormatBool((test_info.result())->Passed()) + in OnTestEnd()
1607 string FormatBool(bool value) { return value ? "1" : "0"; } in FormatBool() function in testing::internal::StreamingListener