Home
last modified time | relevance | path

Searched refs:DebugString (Results 1 – 25 of 30) sorted by relevance

12

/external/protobuf/src/google/protobuf/
Dunknown_field_set_unittest.cc231 EXPECT_EQ(message.DebugString(), empty_message_.DebugString()); in TEST_F()
258 EXPECT_EQ(empty_message_.DebugString(), message.DebugString()); in TEST_F()
267 const string debug_string = empty_message_.DebugString(); in TEST_F()
268 const string other_debug_string = other_message.DebugString(); in TEST_F()
272 EXPECT_EQ(debug_string, other_message.DebugString()); in TEST_F()
273 EXPECT_EQ(other_debug_string, empty_message_.DebugString()); in TEST_F()
277 const string debug_string = empty_message_.DebugString(); in TEST_F()
282 EXPECT_EQ(debug_string, empty_message_.DebugString()); in TEST_F()
302 destination.DebugString()); in TEST_F()
350 EXPECT_EQ(empty_message.DebugString(), all_types_message.DebugString()); in TEST_F()
[all …]
Ddescriptor.h163 string DebugString() const;
286 void DebugString(int depth, string *contents) const;
534 string DebugString() const;
560 void DebugString(int depth, PrintLabelFlag print_label_flag,
646 string DebugString() const;
657 void DebugString(int depth, string* contents) const;
724 string DebugString() const;
742 void DebugString(int depth, string *contents) const;
807 string DebugString() const;
820 void DebugString(int depth, string *contents) const;
[all …]
Ddescriptor.cc1807 string FileDescriptor::DebugString() const { in DebugString() function in google::protobuf::FileDescriptor
1839 enum_type(i)->DebugString(0, &contents); in DebugString()
1856 message_type(i)->DebugString(0, &contents); in DebugString()
1862 service(i)->DebugString(&contents); in DebugString()
1874 extension(i)->DebugString(1, FieldDescriptor::PRINT_LABEL, &contents); in DebugString()
1881 string Descriptor::DebugString() const { in DebugString() function in google::protobuf::Descriptor
1884 DebugString(0, &contents); in DebugString()
1888 void Descriptor::DebugString(int depth, string *contents) const { in DebugString() function in google::protobuf::Descriptor
1914 nested_type(i)->DebugString(depth, contents); in DebugString()
1918 enum_type(i)->DebugString(depth, contents); in DebugString()
[all …]
Dtext_format_unittest.cc121 EXPECT_EQ(proto_debug_string_, proto_.DebugString()); in TEST_F()
126 EXPECT_EQ(proto_debug_string_, proto_.DebugString()); in TEST_F()
186 string debug_string = proto_.DebugString(); in TEST_F()
211 string debug_string = proto_.DebugString(); in TEST_F()
262 message.DebugString()); in TEST_F()
737 RemoveRedundantZeros(message.DebugString())); in TEST_F()
821 RemoveRedundantZeros(message.DebugString())); in TEST_F()
950 << input << " -> " << proto->DebugString(); in ExpectMessage()
1458 EXPECT_EQ(proto_debug_string_, proto.DebugString()); in TEST_F()
Dwire_format_unittest.cc404 EXPECT_EQ(source.DebugString(), dest.DebugString()); in TEST()
413 EXPECT_EQ(source.DebugString(), dest.DebugString()); in TEST()
559 EXPECT_EQ(message_set.DebugString(), dynamic_message_set.DebugString()); in TEST()
766 EXPECT_EQ(msg1.DebugString(), msg2.DebugString()); in TEST()
Drepeated_field_unittest.cc1417 EXPECT_EQ(testproto.DebugString(), goldenproto.DebugString()); in TEST_F()
1436 EXPECT_EQ(testproto.DebugString(), goldenproto.DebugString()); in TEST_F()
Dextension_set_unittest.cc1041 message.DebugString()); in TEST()
1056 EXPECT_EQ(message.DebugString(), message2.DebugString()); in TEST()
Dmessage.h224 string DebugString() const;
Dtext_format.cc74 string Message::DebugString() const { in DebugString() function in google::protobuf::Message
110 printf("%s", DebugString().c_str()); in PrintDebugString()
Ddescriptor_unittest.cc2348 GOOGLE_LOG(INFO) << file->DebugString(); in TEST_P()
5060 EXPECT_EQ(original_file_proto.DebugString(), in TEST_F()
5061 file_from_database_proto.DebugString()); in TEST_F()
5064 EXPECT_EQ(original_file->DebugString(), in TEST_F()
5065 file_from_database->DebugString()); in TEST_F()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_doc_comment.cc186 "def", EscapeJavadoc(FirstLineOf(field->DebugString()))); in WriteFieldDocComment()
205 "def", EscapeJavadoc(FirstLineOf(value->DebugString()))); in WriteEnumValueDocComment()
225 "def", EscapeJavadoc(FirstLineOf(method->DebugString()))); in WriteMethodDocComment()
/external/regex-re2/re2/
Dprefilter.cc288 return match_->DebugString(); in ToString()
667 string Prefilter::DebugString() const { in DebugString() function in re2::Prefilter
686 s += (*subs_)[i]->DebugString(); in DebugString()
695 s += (*subs_)[i]->DebugString(); in DebugString()
Dprefilter.h55 string DebugString() const;
/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc136 EXPECT_EQ(expected.DebugString(), actual.DebugString()); in ExpectParsesTo()
1458 string debug_string = original_file->DebugString(); in TEST_F()
1499 EXPECT_EQ(expected.DebugString(), parsed.DebugString()); in TEST_F()
1508 string debug_string = original_file->DebugString(); in TEST_F()
1538 EXPECT_EQ(expected.DebugString(), parsed.DebugString()); in TEST_F()
1683 << spans_.begin()->second->DebugString(); in TearDown()
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_message.cc59 string def = field->DebugString(); in PrintFieldComment()
/external/gmock/src/
Dgmock-matchers.cc382 string MatchMatrix::DebugString() const { in DebugString() function in testing::internal::MatchMatrix
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_helpers.cc270 string def = field->DebugString(); in PrintFieldComment()
/external/google-breakpad/src/testing/gtest/include/gtest/
Dgtest-printers.h153 short_str : ("\n" + value.DebugString()); in PrintValue()
/external/mesa3d/src/gtest/include/gtest/
Dgtest-printers.h153 short_str : ("\n" + value.DebugString()); in PrintValue()
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest-printers.h153 short_str : ("\n" + value.DebugString()); in PrintValue()
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
Dgtest-printers.h153 short_str : ("\n" + value.DebugString()); in PrintValue()
/external/gtest/include/gtest/
Dgtest-printers.h153 short_str : ("\n" + value.DebugString()); in PrintValue()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc126 EXPECT_EQ(parsed_descriptor_proto.DebugString(), in TEST()
127 generated_decsriptor_proto.DebugString()); in TEST()
Dcpp_message.cc67 string def = field->DebugString(); in PrintFieldComment()
/external/gmock/test/
Dgmock-matchers_test.cc4828 << "graph: " << graph.DebugString(); in TEST_P()
4870 Pair(0, 2))) << g.DebugString(); in TEST_F()
4881 << "graph: " << graph.DebugString() in TEST_P()
4920 << " graph: " << graph.DebugString() in TEST_P()

12