Home
last modified time | relevance | path

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

/third_party/googletest/googletest/src/
H A Dgtest-internal-inl.h1143 SendLn("event=TestProgramEnd&passed=" + FormatBool(unit_test.Passed()));
1157 SendLn("event=TestIterationEnd&passed=" + FormatBool(unit_test.Passed()) +
1171 SendLn("event=TestCaseEnd&passed=" + FormatBool(test_suite.Passed()) +
1182 FormatBool((test_info.result())->Passed()) + "&elapsed_time=" +
1202 std::string FormatBool(bool value) { return value ? "1" : "0"; } in FormatBool() function in testing::internal::StreamingListener
/third_party/node/deps/googletest/src/
H A Dgtest-internal-inl.h1144 SendLn("event=TestProgramEnd&passed=" + FormatBool(unit_test.Passed()));
1158 SendLn("event=TestIterationEnd&passed=" + FormatBool(unit_test.Passed()) +
1172 SendLn("event=TestCaseEnd&passed=" + FormatBool(test_suite.Passed()) +
1183 FormatBool((test_info.result())->Passed()) + "&elapsed_time=" +
1203 std::string FormatBool(bool value) { return value ? "1" : "0"; } in FormatBool() function in testing::internal::StreamingListener
/third_party/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h1137 SendLn("event=TestProgramEnd&passed=" + FormatBool(unit_test.Passed()));
1152 FormatBool(unit_test.Passed()) + "&elapsed_time=" +
1165 SendLn("event=TestCaseEnd&passed=" + FormatBool(test_case.Passed()) +
1176 FormatBool((test_info.result())->Passed()) +
1197 std::string FormatBool(bool value) { return value ? "1" : "0"; } in FormatBool() function in testing::internal::StreamingListener
/third_party/skia/infra/bots/gen_tasks_logic/
H A Dgen_tasks_logic.go1618 "--gold="+strconv.FormatBool(!b.matchExtraConfig("SAN")),

Completed in 8 milliseconds