Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest_pred_impl.h96 << e1 << " evaluates to " << ::testing::PrintToString(v1); in AssertPred1Helper()
142 << e1 << " evaluates to " << ::testing::PrintToString(v1) << "\n" in AssertPred2Helper()
143 << e2 << " evaluates to " << ::testing::PrintToString(v2); in AssertPred2Helper()
194 << e1 << " evaluates to " << ::testing::PrintToString(v1) << "\n" in AssertPred3Helper()
195 << e2 << " evaluates to " << ::testing::PrintToString(v2) << "\n" in AssertPred3Helper()
196 << e3 << " evaluates to " << ::testing::PrintToString(v3); in AssertPred3Helper()
252 << e1 << " evaluates to " << ::testing::PrintToString(v1) << "\n" in AssertPred4Helper()
253 << e2 << " evaluates to " << ::testing::PrintToString(v2) << "\n" in AssertPred4Helper()
254 << e3 << " evaluates to " << ::testing::PrintToString(v3) << "\n" in AssertPred4Helper()
255 << e4 << " evaluates to " << ::testing::PrintToString(v4); in AssertPred4Helper()
[all …]
H A Dgtest-printers.h315 return ::testing::PrintToString(value); in Format()
336 return ::testing::PrintToString(static_cast<const void*>(value)); \
355 return ::testing::PrintToString(value); \
916 ::std::string PrintToString(const T& value) { in PrintToString() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
H A Dtest_helpers.cc49 << " Args = " << ::testing::PrintToString(R.CallArgs) << " }"; in PrintTo()
56 << "; ConstantTSC = " << ::testing::PrintToString(H.ConstantTSC) in PrintTo()
57 << "; NonstopTSC = " << ::testing::PrintToString(H.NonstopTSC) in PrintTo()
59 << ::testing::PrintToString(H.FreeFormData) << "' }\n"; in PrintTo()
H A Dtest_helpers.h50 MATCHER_P(TSCIs, M, std::string("TSC is ") + ::testing::PrintToString(M)) {
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/custom/
H A Dgtest-printers.h52 *OS << ::testing::PrintToString(S.str()); in PrintTo()
61 *OS << ::testing::PrintToString(std::string(S.data(), S.size())); in PrintTo()
64 *OS << ::testing::PrintToString(std::string(S.data(), S.size())); in PrintTo()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Testing/Support/
H A DSupportHelpers.h55 *Out << "succeeded with value " << ::testing::PrintToString(*Item.Exp); in PrintTo()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h69 return PrintToString(info.param); in operator()
575 PrintToString(*param_it).c_str(), code_location_, in RegisterTests()
H A Dgtest-internal.h97 ::std::string PrintToString(const T& value);
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc1504 PrintToString(lhs), in CmpHelperSTREQ()
1505 PrintToString(rhs), in CmpHelperSTREQ()
1520 PrintToString(lhs), in CmpHelperSTRCASEEQ()
1521 PrintToString(rhs), in CmpHelperSTRCASEEQ()
1887 PrintToString(lhs), in CmpHelperSTREQ()
1888 PrintToString(rhs), in CmpHelperSTREQ()
1903 << PrintToString(s1) in CmpHelperSTRNE()
1904 << " vs " << PrintToString(s2); in CmpHelperSTRNE()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h3033 element_printouts->push_back(PrintToString(*elem_first));
3300 *listener << "whose value " << PrintToString(value)
3346 *listener << "whose value " << PrintToString(elem)
3407 *listener << "whose value " << PrintToString(*elem)
3461 *listener << "are " << PrintToString(selected_args);