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/
H A Dgtest-all.cc1552 SendLn("event=TestProgramEnd&passed=" + FormatBool(unit_test.Passed()));
1565 FormatBool(unit_test.Passed()) + "&elapsed_time=" +
1574 SendLn("event=TestCaseEnd&passed=" + FormatBool(test_case.Passed())
1585 FormatBool((test_info.result())->Passed()) +
1607 string FormatBool(bool value) { return value ? "1" : "0"; } function in class:testing::internal::StreamingListener

Completed in 19 milliseconds