Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/test/
DCommon.h135 *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/
Dtext_format_unittest.cc160 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 …]
Dtext_format.h78 static bool PrintToString(const Message& message, string* output);
141 bool PrintToString(const Message& message, string* output) const;
Dtext_format.cc97 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()
Dmap_test.cc2959 printer.PrintToString(source, &output); in TEST()
3028 printer.PrintToString(*from, &data); in TEST()
/frameworks/base/tools/aapt2/optimize/
DMultiApkGenerator_test.cpp49 using ::testing::PrintToString;
/frameworks/native/libs/vr/libdvr/tests/
Ddvr_display_manager-test.cpp395 << 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/
Dmessage.cc1816 if (!printer.PrintToString(*self->message, &output)) { in CheckAndGetInteger()