/external/protobuf/src/google/protobuf/ |
D | unknown_field_set_unittest.cc | 231 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 …]
|
D | descriptor.h | 163 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 …]
|
D | descriptor.cc | 1807 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 …]
|
D | text_format_unittest.cc | 121 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()
|
D | wire_format_unittest.cc | 404 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()
|
D | repeated_field_unittest.cc | 1417 EXPECT_EQ(testproto.DebugString(), goldenproto.DebugString()); in TEST_F() 1436 EXPECT_EQ(testproto.DebugString(), goldenproto.DebugString()); in TEST_F()
|
D | extension_set_unittest.cc | 1041 message.DebugString()); in TEST() 1056 EXPECT_EQ(message.DebugString(), message2.DebugString()); in TEST()
|
D | message.h | 224 string DebugString() const;
|
D | text_format.cc | 74 string Message::DebugString() const { in DebugString() function in google::protobuf::Message 110 printf("%s", DebugString().c_str()); in PrintDebugString()
|
D | descriptor_unittest.cc | 2348 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/ |
D | java_doc_comment.cc | 186 "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/ |
D | prefilter.cc | 288 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()
|
D | prefilter.h | 55 string DebugString() const;
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser_unittest.cc | 136 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/ |
D | javamicro_message.cc | 59 string def = field->DebugString(); in PrintFieldComment()
|
/external/gmock/src/ |
D | gmock-matchers.cc | 382 string MatchMatrix::DebugString() const { in DebugString() function in testing::internal::MatchMatrix
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
D | javanano_helpers.cc | 270 string def = field->DebugString(); in PrintFieldComment()
|
/external/google-breakpad/src/testing/gtest/include/gtest/ |
D | gtest-printers.h | 153 short_str : ("\n" + value.DebugString()); in PrintValue()
|
/external/mesa3d/src/gtest/include/gtest/ |
D | gtest-printers.h | 153 short_str : ("\n" + value.DebugString()); in PrintValue()
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest-printers.h | 153 short_str : ("\n" + value.DebugString()); in PrintValue()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/ |
D | gtest-printers.h | 153 short_str : ("\n" + value.DebugString()); in PrintValue()
|
/external/gtest/include/gtest/ |
D | gtest-printers.h | 153 short_str : ("\n" + value.DebugString()); in PrintValue()
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_unittest.cc | 126 EXPECT_EQ(parsed_descriptor_proto.DebugString(), in TEST() 127 generated_decsriptor_proto.DebugString()); in TEST()
|
D | cpp_message.cc | 67 string def = field->DebugString(); in PrintFieldComment()
|
/external/gmock/test/ |
D | gmock-matchers_test.cc | 4828 << "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()
|