Home
last modified time | relevance | path

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

12

/third_party/protobuf/src/google/protobuf/util/
Dfield_mask_util_test.cc436 EXPECT_EQ(tmp.DebugString(), dst.DebugString()); \ in TEST()
440 EXPECT_EQ(tmp.DebugString(), dst.DebugString()); \ in TEST()
470 EXPECT_EQ(tmp.DebugString(), dst.DebugString()); \ in TEST()
586 EXPECT_EQ(tmp.DebugString(), msg.DebugString()); \ in TEST()
617 EXPECT_EQ(tmp.DebugString(), msg.DebugString()); \ in TEST()
684 EXPECT_EQ(trimmed_all_types.DebugString(), all_types_msg.DebugString()); in TEST()
696 EXPECT_EQ(trimmed_required_msg_1.DebugString(), required_msg_1.DebugString()); in TEST()
704 EXPECT_EQ(trimmed_required_msg_1.DebugString(), required_msg_1.DebugString()); in TEST()
725 EXPECT_EQ(trimmed_required_msg_2.DebugString(), required_msg_2.DebugString()); in TEST()
732 EXPECT_EQ(trimmed_required_msg_2.DebugString(), required_msg_2.DebugString()); in TEST()
[all …]
Djson_util_test.cc278 EXPECT_EQ(message.DebugString(), other.DebugString()); in TEST_F()
290 EXPECT_EQ(message.DebugString(), other.DebugString()); in TEST_F()
/third_party/protobuf/src/google/protobuf/
Dunknown_field_set_unittest.cc241 EXPECT_EQ(message.DebugString(), empty_message_.DebugString()); in TEST_F()
268 EXPECT_EQ(empty_message_.DebugString(), message.DebugString()); in TEST_F()
277 const std::string debug_string = empty_message_.DebugString(); in TEST_F()
278 const std::string other_debug_string = other_message.DebugString(); in TEST_F()
282 EXPECT_EQ(debug_string, other_message.DebugString()); in TEST_F()
283 EXPECT_EQ(other_debug_string, empty_message_.DebugString()); in TEST_F()
287 const std::string debug_string = empty_message_.DebugString(); in TEST_F()
292 EXPECT_EQ(debug_string, empty_message_.DebugString()); in TEST_F()
312 destination.DebugString()); in TEST_F()
332 destination.DebugString()); in TEST_F()
[all …]
Ddescriptor.h271 std::string DebugString() const;
518 void DebugString(int depth, std::string* contents,
797 std::string DebugString() const;
847 void DebugString(int depth, std::string* contents,
961 std::string DebugString() const;
981 void DebugString(int depth, std::string* contents,
1052 std::string DebugString() const;
1119 void DebugString(int depth, std::string* contents,
1196 std::string DebugString() const;
1216 void DebugString(int depth, std::string* contents,
[all …]
Dmessage_lite.h254 std::string DebugString() const;
255 std::string ShortDebugString() const { return DebugString(); } in ShortDebugString()
258 std::string Utf8DebugString() const { return DebugString(); } in Utf8DebugString()
Ddescriptor_unittest.cc561 debug_strings->push_back(std::make_pair(file->name(), file->DebugString())); in ExtractDebugString()
606 ASSERT_TRUE(descriptor != nullptr) << proto.DebugString(); in TEST_F()
607 EXPECT_EQ(content, descriptor->DebugString()); in TEST_F()
2973 GOOGLE_LOG(INFO) << file->DebugString(); in TEST_P()
3560 TEST(CustomOptions, DebugString) { in TEST() argument
3635 descriptor->DebugString()); in TEST()
4040 file->DebugString()); in TEST_F()
4066 file->DebugString()); in TEST_F()
4226 file->DebugString()); in TEST_F()
5926 BuildFile(file_proto.DebugString()); in TEST_F()
[all …]
Dtext_format_unittest.cc130 EXPECT_EQ(proto_debug_string_, proto_.DebugString()); in TEST_F()
135 EXPECT_EQ(proto_debug_string_, proto_.DebugString()); in TEST_F()
213 std::string debug_string = proto_.DebugString(); in TEST_F()
237 std::string debug_string = proto_.DebugString(); in TEST_F()
288 message.DebugString()); in TEST_F()
844 proto.DebugString()); in TEST_F()
1115 RemoveRedundantZeros(message.DebugString())); in TEST_F()
1201 RemoveRedundantZeros(message.DebugString())); in TEST_F()
1411 << input << " -> " << proto->DebugString(); in ExpectMessage()
1970 EXPECT_EQ(proto_debug_string_, proto.DebugString()); in TEST_F()
Ddescriptor.cc2438 std::string FileDescriptor::DebugString() const { in DebugString() function in google::protobuf::FileDescriptor
2495 enum_type(i)->DebugString(0, &contents, debug_string_options); in DebugStringWithOptions()
2510 message_type(i)->DebugString(0, &contents, debug_string_options, in DebugStringWithOptions()
2517 service(i)->DebugString(&contents, debug_string_options); in DebugStringWithOptions()
2529 extension(i)->DebugString(1, &contents, debug_string_options); in DebugStringWithOptions()
2538 std::string Descriptor::DebugString() const { in DebugString() function in google::protobuf::Descriptor
2546 DebugString(0, &contents, options, /* include_opening_clause */ true); in DebugStringWithOptions()
2550 void Descriptor::DebugString(int depth, std::string* contents, in DebugString() function in google::protobuf::Descriptor
2588 nested_type(i)->DebugString(depth, contents, debug_string_options, in DebugString()
2593 enum_type(i)->DebugString(depth, contents, debug_string_options); in DebugString()
[all …]
Dwire_format_unittest.cc413 EXPECT_EQ(source.DebugString(), dest.DebugString()); in TEST()
422 EXPECT_EQ(source.DebugString(), dest.DebugString()); in TEST()
585 EXPECT_EQ(message_set.DebugString(), dynamic_message_set.DebugString()); in TEST()
857 EXPECT_EQ(msg1.DebugString(), msg2.DebugString()); in TEST()
Dlite_unittest.cc1081 TEST(Lite, DebugString) { in TEST() argument
1083 EXPECT_TRUE(HasPrefixString(message1.DebugString(), "MessageLite at 0x")); in TEST()
1084 EXPECT_TRUE(HasPrefixString(message2.DebugString(), "MessageLite at 0x")); in TEST()
1087 EXPECT_EQ(message1.DebugString(), message1.ShortDebugString()); in TEST()
1093 EXPECT_NE(message1.DebugString(), message2.DebugString()); in TEST()
Drepeated_field_unittest.cc1980 EXPECT_EQ(testproto.DebugString(), goldenproto.DebugString()); in TEST_F()
1999 EXPECT_EQ(testproto.DebugString(), goldenproto.DebugString()); in TEST_F()
2018 EXPECT_EQ(testproto.DebugString(), goldenproto.DebugString()); in TEST_F()
2037 EXPECT_EQ(testproto.DebugString(), goldenproto.DebugString()); in TEST_F()
2066 EXPECT_EQ(src[i].DebugString(), in TEST_F()
2067 testproto.repeated_nested_message(i).DebugString()); in TEST_F()
Dextension_set_unittest.cc1274 message.DebugString()); in TEST()
1288 EXPECT_EQ(message.DebugString(), message2.DebugString()); in TEST()
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_doc_comment.cc185 EscapeJavadoc(FirstLineOf(field->DebugString()))); in WriteFieldDocComment()
196 EscapeJavadoc(FirstLineOf(field->DebugString()))); in WriteFieldAccessorDocComment()
254 EscapeJavadoc(FirstLineOf(field->DebugString()))); in WriteFieldEnumValueAccessorDocComment()
323 EscapeJavadoc(FirstLineOf(field->DebugString()))); in WriteFieldStringBytesAccessorDocComment()
390 "def", EscapeJavadoc(FirstLineOf(value->DebugString()))); in WriteEnumValueDocComment()
410 "def", EscapeJavadoc(FirstLineOf(method->DebugString()))); in WriteMethodDocComment()
/third_party/libphonenumber/cpp/src/phonenumbers/utf/
Dunicodetext.cc176 string UnicodeText::Repr::DebugString() const { in DebugString() function in i18n::phonenumbers::UnicodeText::Repr
393 string UnicodeText::DebugString() const { in DebugString() function in i18n::phonenumbers::UnicodeText
397 << size() << " repr=" << repr_.DebugString() << "}"; in DebugString()
402 repr_.DebugString().c_str()); in DebugString()
513 string UnicodeText::const_iterator::DebugString() const { in DebugString() function in i18n::phonenumbers::UnicodeText::const_iterator
Dunicodetext.h236 string DebugString() const;
326 string DebugString() const;
352 string DebugString() const;
/third_party/protobuf/conformance/
Dbinary_json_conformance_suite.cc768 string text = test_message->DebugString(); in TestValidDataForType()
790 string text = test_message->DebugString(); in TestValidDataForType()
851 string text = test_message->DebugString(); in TestValidDataForType()
900 string text = test_message->DebugString(); in TestValidDataForType()
977 string text = test_message->DebugString(); in TestValidDataForMapType()
990 string text = test_message->DebugString(); in TestValidDataForMapType()
1003 string text = test_message->DebugString(); in TestValidDataForMapType()
1016 string text = test_message->DebugString(); in TestValidDataForMapType()
1033 string text = test_message->DebugString(); in TestValidDataForMapType()
1046 string text = test_message->DebugString(); in TestValidDataForMapType()
[all …]
/third_party/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc140 EXPECT_EQ(expected.DebugString(), actual.DebugString()); in ExpectParsesTo()
2211 std::string debug_string = original_file->DebugString(); in TEST_F()
2251 EXPECT_EQ(expected.DebugString(), parsed.DebugString()); in TEST_F()
2260 std::string debug_string = original_file->DebugString(); in TEST_F()
2290 EXPECT_EQ(expected.DebugString(), parsed.DebugString()); in TEST_F()
2430 std::string debug_string = file->DebugString(); in TEST_F()
2445 EXPECT_EQ(original.DebugString(), parsed.DebugString()); in TEST_F()
2587 << spans_.begin()->second->DebugString(); in TearDown()
/third_party/protobuf/
Dlibprotobuf.map86 "google::protobuf::FieldDescriptor::DebugString[abi:cxx11]() const";
87 "google::protobuf::EnumValueDescriptor::DebugString[abi:cxx11]() const";
89 "google::protobuf::MethodDescriptor::DebugString[abi:cxx11]() const";
159 "google::protobuf::FieldDescriptor::DebugString() const";
160 "google::protobuf::EnumValueDescriptor::DebugString() const";
161 "google::protobuf::MethodDescriptor::DebugString() const";
186 "google::protobuf::Message::DebugString() const";
/third_party/protobuf/benchmarks/util/
Dprotoc-gen-gogoproto.cc88 string content = new_pool_.BuildFile(new_file)->DebugString(); in Generate()
Dprotoc-gen-proto2_to_proto3.cc76 string content = GetPool()->BuildFile(new_file)->DebugString(); in Generate()
/third_party/skia/infra/bots/task_drivers/fm_driver/
Dfm_driver.go275 exec.DebugString(cmd),
285 exec.DebugString(cmd),
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dlayout_test.cc1450 TEST(Layout, DebugString) { in TEST() argument
1453 EXPECT_EQ("@0<signed char>(1)", x.DebugString()); in TEST()
1457 EXPECT_EQ("@0<signed char>(1)[1]; @4<int>(4)", x.DebugString()); in TEST()
1462 x.DebugString()); in TEST()
1471 x.DebugString()); in TEST()
1480 x.DebugString()); in TEST()
1488 x.DebugString()); in TEST()
/third_party/googletest/googlemock/src/
Dgmock-matchers.cc270 std::string MatchMatrix::DebugString() const { in DebugString() function in testing::internal::MatchMatrix
/third_party/protobuf/src/google/protobuf/compiler/php/
Dphp_generator.cc1720 "def", EscapePhpdoc(FirstLineOf(field->DebugString()))); in GenerateFieldDocComment()
1743 "def", EscapePhpdoc(FirstLineOf(field->DebugString()))); in GenerateWrapperFieldGetterDocComment()
1760 "def", EscapePhpdoc(FirstLineOf(field->DebugString()))); in GenerateWrapperFieldSetterDocComment()
1784 "def", EscapePhpdoc(FirstLineOf(value->DebugString()))); in GenerateEnumValueDocComment()
/third_party/googletest/googlemock/test/
Dgmock-matchers-misc_test.cc499 << "graph: " << graph.DebugString(); in TEST_P()
540 << g.DebugString(); in TEST_F()
551 << "graph: " << graph.DebugString() in TEST_P()
584 << " graph: " << graph.DebugString() in TEST_P()

12