Searched refs:PrintToString (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/tools/aapt2/test/ |
D | Common.h | 135 *out << ::testing::PrintToString(value.value()); in PrintTo() 145 ::testing::PrintToString(android::StringPiece16(a))) { 219 std::string(negation ? "isn't" : "is") + " equal to " + ::testing::PrintToString(a)) { 225 ::testing::PrintToString(name)) { 231 ::testing::PrintToString(name) + " for config " + ::testing::PrintToString(config)) {
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | text_format_unittest.cc | 160 printer.PrintToString(proto_, &text); in TEST_F() 173 printer.PrintToString(proto_, &text); in TEST_F() 290 printer.PrintToString(message, &output); in TEST_F() 351 EXPECT_TRUE(printer.PrintToString(message, &text)); in TEST_F() 374 EXPECT_TRUE(printer.PrintToString(message, &text)); in TEST_F() 417 printer.PrintToString(message, &text); in TEST_F() 439 printer.PrintToString(message, &text); in TEST_F() 486 printer.PrintToString(message, &text); in TEST_F() 524 printer.PrintToString(message, &text); in TEST_F() 925 printer.PrintToString(message, &text); in TEST_F() [all …]
|
D | text_format.h | 78 static bool PrintToString(const Message& message, string* output); 141 bool PrintToString(const Message& message, string* output) const;
|
D | text_format.cc | 97 printer.PrintToString(*this, &debug_string); in DebugString() 109 printer.PrintToString(*this, &debug_string); in ShortDebugString() 126 printer.PrintToString(*this, &debug_string); in Utf8DebugString() 1494 bool TextFormat::Printer::PrintToString(const Message& message, in PrintToString() function in google::protobuf::TextFormat::Printer 1878 /* static */ bool TextFormat::PrintToString( in PrintToString() function in google::protobuf::TextFormat 1880 return Printer().PrintToString(message, output); in PrintToString()
|
D | map_test.cc | 2959 printer.PrintToString(source, &output); in TEST() 3028 printer.PrintToString(*from, &data); in TEST()
|
/frameworks/base/tools/aapt2/optimize/ |
D | MultiApkGenerator_test.cpp | 49 using ::testing::PrintToString;
|
/frameworks/native/libs/vr/libdvr/tests/ |
D | dvr_display_manager-test.cpp | 395 << testing::PrintToString(value) << ") but actually contains value (" in StatusHasValue() 396 << testing::PrintToString(status.get()) << ")"; in StatusHasValue() 411 << testing::PrintToString(status.get()) in StatusPred()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/ |
D | message.cc | 1816 if (!printer.PrintToString(*self->message, &output)) { in CheckAndGetInteger()
|