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

/external/protobuf/src/google/protobuf/
H A Dtext_format.h70 static bool PrintToString(const Message& message, string* output);
97 // Like TextFormat::PrintToString
98 bool PrintToString(const Message& message, string* output);
H A Dtext_format.cc58 TextFormat::PrintToString(*this, &debug_string);
69 printer.PrintToString(*this, &debug_string);
85 printer.PrintToString(*this, &debug_string);
855 bool TextFormat::Printer::PrintToString(const Message& message, function in class:google::protobuf::TextFormat::Printer
1108 /* static */ bool TextFormat::PrintToString( function in class:google::protobuf::TextFormat
1110 return Printer().PrintToString(message, output);
H A Dtext_format_unittest.cc155 printer.PrintToString(proto_, &text);
168 printer.PrintToString(proto_, &text);
312 EXPECT_TRUE(printer.PrintToString(message, &text));
335 EXPECT_TRUE(printer.PrintToString(message, &text));
/external/chromium/testing/gtest/test/
H A Dgtest-param-test_test.cc805 EXPECT_EQ(::testing::PrintToString(GetParam()), test_info->value_param());
828 EXPECT_EQ(::testing::PrintToString(GetParam()), test_info->value_param());
H A Dgtest-printers_test.cc199 using ::testing::PrintToString;
1179 // Useful for testing PrintToString(). We cannot use EXPECT_EQ()
1180 // there as its implementation uses PrintToString(). The caller must
1183 EXPECT_TRUE(PrintToString(value) == (expected_string)) \
1184 << " where " #value " prints as " << (PrintToString(value))
/external/gtest/test/
H A Dgtest-param-test_test.cc805 EXPECT_EQ(::testing::PrintToString(GetParam()), test_info->value_param());
828 EXPECT_EQ(::testing::PrintToString(GetParam()), test_info->value_param());
H A Dgtest-printers_test.cc199 using ::testing::PrintToString;
1185 // Useful for testing PrintToString(). We cannot use EXPECT_EQ()
1186 // there as its implementation uses PrintToString(). The caller must
1189 EXPECT_TRUE(PrintToString(value) == (expected_string)) \
1190 << " where " #value " prints as " << (PrintToString(value))
/external/chromium/testing/gmock/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/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-param-util.h512 PrintToString(*param_it).c_str(),
H A Dgtest-internal.h115 ::std::string PrintToString(const T& value);
243 return PrintToString(static_cast<const void*>(p)); \
/external/gtest/include/gtest/internal/
H A Dgtest-param-util.h512 PrintToString(*param_it).c_str(),
H A Dgtest-internal.h115 ::std::string PrintToString(const T& value);
249 return PrintToString(static_cast<const void*>(p)); \
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h512 PrintToString(*param_it).c_str(),
H A Dgtest-internal.h135 ::std::string PrintToString(const T& value);
269 return PrintToString(static_cast<const void*>(p)); \
/external/chromium/testing/gtest/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
H A Dgtest.h1301 return ::testing::PrintToString(value);
/external/gtest/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
H A Dgtest.h1301 return ::testing::PrintToString(value);
/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
H A Dgtest.h1301 return ::testing::PrintToString(value);
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-generated-matchers.h240 *listener << "are " << PrintToString(selected_args);
1143 // using testing::PrintToString;
1147 // PrintToString(low) + ", " + PrintToString(hi) + "]") {

Completed in 354 milliseconds