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

/gem5/ext/googletest/googletest/src/
H A Dgtest-internal-inl.h1116 SendLn("event=TestProgramEnd&passed=" + FormatBool(unit_test.Passed()));
1129 FormatBool(unit_test.Passed()) + "&elapsed_time=" +
1138 SendLn("event=TestCaseEnd&passed=" + FormatBool(test_case.Passed())
1149 FormatBool((test_info.result())->Passed()) +
1171 string FormatBool(bool value) { return value ? "1" : "0"; } function in class:testing::internal::StreamingListener

Completed in 8 milliseconds