Searched defs:PrintToString (Results 1 - 15 of 15) sorted by relevance

/external/v8/testing/
H A Dgmock-support.h70 " bitwise equal to " + PrintToString(x)) {
69 MATCHER_P(BitEq, x, std::string(negation ? � : �) + � + PrintToString(x)) argument
/external/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest-printers.h63 // std::string ::testing::PrintToString(const T& value);
791 ::std::string PrintToString(const T& value) { function in namespace:testing
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-printers.h63 // std::string ::testing::PrintToString(const T& value);
788 ::std::string PrintToString(const T& value) { function in namespace:testing
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-printers.h63 // std::string ::testing::PrintToString(const T& value);
847 ::std::string PrintToString(const T& value) { function in namespace:testing
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
H A Dgtest-printers.h63 // std::string ::testing::PrintToString(const T& value);
788 ::std::string PrintToString(const T& value) { function in namespace:testing
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
H A Dgtest-printers.h63 // std::string ::testing::PrintToString(const T& value);
847 ::std::string PrintToString(const T& value) { function in namespace:testing
/external/google-breakpad/src/testing/test/
H A Dgmock-generated-matchers_test.cc75 using testing::PrintToString;
182 return testing::PrintToString(arg) == str;
624 PrintToString(x) + " and " + PrintToString(y)) {
622 MATCHER_P2(EqSumOf, x, y, string(negation ? � : �) + � + PrintToString(x) + � + PrintToString(y)) argument
/external/googletest/googletest/include/gtest/
H A Dgtest-printers.h63 // std::string ::testing::PrintToString(const T& value);
277 return ::testing::PrintToString(value);
298 return ::testing::PrintToString(static_cast<const void*>(value)); \
317 return ::testing::PrintToString(value); \
997 ::std::string PrintToString(const T& value) { function in namespace:testing
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest-printers.h63 // std::string ::testing::PrintToString(const T& value);
276 return ::testing::PrintToString(value);
297 return ::testing::PrintToString(static_cast<const void*>(value)); \
316 return ::testing::PrintToString(value); \
980 ::std::string PrintToString(const T& value) { function in namespace:testing
/external/v8/testing/gtest/include/gtest/
H A Dgtest-printers.h63 // std::string ::testing::PrintToString(const T& value);
276 return ::testing::PrintToString(value);
297 return ::testing::PrintToString(static_cast<const void*>(value)); \
316 return ::testing::PrintToString(value); \
980 ::std::string PrintToString(const T& value) { function in namespace:testing
/external/googletest/googlemock/test/
H A Dgmock-generated-matchers_test.cc76 using testing::PrintToString;
183 return testing::PrintToString(arg) == str;
754 " the sum of " + PrintToString(x) + " and " +
755 PrintToString(y)) {
753 MATCHER_P2(EqSumOf, x, y, std::string(negation ? � : �) + � + PrintToString(x) + � + PrintToString(y)) argument
/external/tensorflow/tensorflow/core/grappler/
H A Dutils.cc385 string SimpleGraphView::PrintToString() const { function in class:tensorflow::grappler::SimpleGraphView
/external/v8/testing/gmock/test/
H A Dgmock-generated-matchers_test.cc76 using testing::PrintToString;
184 return testing::PrintToString(arg) == str;
756 PrintToString(x) + " and " + PrintToString(y)) {
754 MATCHER_P2(EqSumOf, x, y, string(negation ? � : �) + � + PrintToString(x) + � + PrintToString(y)) argument
/external/protobuf/src/google/protobuf/
H A Dtext_format.cc97 printer.PrintToString(*this, &debug_string);
109 printer.PrintToString(*this, &debug_string);
126 printer.PrintToString(*this, &debug_string);
1462 bool TextFormat::Printer::PrintToString(const Message& message, function in class:google::protobuf::TextFormat::Printer
1846 /* static */ bool TextFormat::PrintToString( function in class:google::protobuf::TextFormat
1848 return Printer().PrintToString(message, output);
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h7052 ::std::string PrintToString(const T& value);
9257 // std::string ::testing::PrintToString(const T& value);
10039 ::std::string PrintToString(const T& value) { function in namespace:testing
10512 PrintToString(*param_it).c_str(),
18772 return ::testing::PrintToString(value);
18793 return ::testing::PrintToString(static_cast<const void*>(value)); \
18812 return ::testing::PrintToString(value); \

Completed in 338 milliseconds