/external/protobuf/src/google/protobuf/ |
D | unknown_field_set_unittest.cc | 226 EXPECT_EQ(message.DebugString(), empty_message_.DebugString()); in TEST_F() 253 EXPECT_EQ(empty_message_.DebugString(), message.DebugString()); in TEST_F() 262 const string debug_string = empty_message_.DebugString(); in TEST_F() 263 const string other_debug_string = other_message.DebugString(); in TEST_F() 267 EXPECT_EQ(debug_string, other_message.DebugString()); in TEST_F() 268 EXPECT_EQ(other_debug_string, empty_message_.DebugString()); in TEST_F() 272 const string debug_string = empty_message_.DebugString(); in TEST_F() 277 EXPECT_EQ(debug_string, empty_message_.DebugString()); in TEST_F() 297 destination.DebugString()); in TEST_F() 336 EXPECT_EQ(empty_message.DebugString(), all_types_message.DebugString()); in TEST_F() [all …]
|
D | descriptor.h | 145 string DebugString() const; 244 void DebugString(int depth, string *contents) const; 474 string DebugString() const; 486 void DebugString(int depth, string *contents) const; 584 string DebugString() const; 590 void DebugString(int depth, string *contents) const; 651 string DebugString() const; 657 void DebugString(int depth, string *contents) const; 711 string DebugString() const; 717 void DebugString(string *contents) const; [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() 210 string debug_string = proto_.DebugString(); in TEST_F() 253 message.DebugString()); in TEST_F() 488 RemoveRedundantZeros(message.DebugString())); in TEST_F() 572 RemoveRedundantZeros(message.DebugString())); in TEST_F() 1054 EXPECT_EQ(proto_debug_string_, proto.DebugString()); in TEST_F()
|
D | wire_format_unittest.cc | 325 EXPECT_EQ(source.DebugString(), dest.DebugString()); in TEST() 334 EXPECT_EQ(source.DebugString(), dest.DebugString()); in TEST() 480 EXPECT_EQ(message_set.DebugString(), dynamic_message_set.DebugString()); in TEST() 639 EXPECT_EQ(msg1.DebugString(), msg2.DebugString()); in TEST()
|
D | descriptor.cc | 1542 string FileDescriptor::DebugString() const { in DebugString() function in google::protobuf::FileDescriptor 1559 enum_type(i)->DebugString(0, &contents); in DebugString() 1576 message_type(i)->DebugString(0, &contents); in DebugString() 1582 service(i)->DebugString(&contents); in DebugString() 1594 extension(i)->DebugString(1, &contents); in DebugString() 1601 string Descriptor::DebugString() const { in DebugString() function in google::protobuf::Descriptor 1604 DebugString(0, &contents); in DebugString() 1608 void Descriptor::DebugString(int depth, string *contents) const { in DebugString() function in google::protobuf::Descriptor 1634 nested_type(i)->DebugString(depth, contents); in DebugString() 1638 enum_type(i)->DebugString(depth, contents); in DebugString() [all …]
|
D | extension_set_unittest.cc | 592 message.DebugString()); in TEST() 607 EXPECT_EQ(message.DebugString(), message2.DebugString()); in TEST()
|
D | repeated_field_unittest.cc | 961 EXPECT_EQ(testproto.DebugString(), goldenproto.DebugString()); in TEST_F() 980 EXPECT_EQ(testproto.DebugString(), goldenproto.DebugString()); in TEST_F()
|
D | message.h | 246 string DebugString() const;
|
D | text_format.cc | 55 string Message::DebugString() const { in DebugString() function in google::protobuf::Message 91 printf("%s", DebugString().c_str()); in PrintDebugString()
|
/external/chromium/chrome/browser/download/ |
D | download_item.cc | 338 VLOG(20) << __FUNCTION__ << "()" << " download = " << DebugString(true); in Cancel() 369 << DebugString(false); in Completed() 468 << DebugString(true); in Rename() 482 << DebugString(true); in OnNameFinalized() 496 << " " << DebugString(true); in OnDownloadCompleting() 523 << " " << DebugString(false); in OnDownloadRenamedToFinalName() 580 << " " << DebugString(true); in SetFileCheckResults() 621 VLOG(20) << " " << __FUNCTION__ << "() " << DebugString(true); in Init() 646 std::string DownloadItem::DebugString(bool verbose) const { in DebugString() function in DownloadItem
|
D | download_file_manager.cc | 75 VLOG(20) << __FUNCTION__ << "()" << " info = " << info->DebugString(); in CreateDownloadFile() 254 << " download = " << download->DebugString(); in CancelDownload() 270 << " download_file = " << download_file->DebugString(); in CompleteDownload() 317 VLOG(20) << __FUNCTION__ << "()" << " download = " << download->DebugString(); in RenameInProgressDownloadFile() 347 VLOG(20) << __FUNCTION__ << "()" << " download = " << download->DebugString(); in RenameCompletingDownloadFile() 420 << " download_file = " << download_file->DebugString(); in EraseDownload()
|
D | download_file.cc | 50 std::string DownloadFile::DebugString() const { in DebugString() function in DownloadFile 62 BaseFile::DebugString().c_str()); in DebugString()
|
D | download_manager.cc | 426 VLOG(20) << __FUNCTION__ << "()" << " info = " << info->DebugString(); in OnPathExistenceAvailable() 471 VLOG(20) << __FUNCTION__ << "()" << " info = " << info->DebugString(); in AttachDownloadItem() 626 << download->DebugString(false); in MaybeCompleteDownload() 644 << download->DebugString(false); in MaybeCompleteDownload() 700 << " download = " << download->DebugString(true); in DownloadCancelled() 748 << download->DebugString(true); in OnDownloadError() 1016 << " download = " << download->DebugString(true); in OnQueryDownloadEntriesComplete() 1034 << " download = " << download->DebugString(true); in OnCreateDownloadEntryComplete() 1068 << " download = " << download->DebugString(true); in OnCreateDownloadEntryComplete()
|
D | download_file.h | 36 virtual std::string DebugString() const;
|
D | base_file.h | 65 virtual std::string DebugString() const;
|
D | base_file.cc | 238 std::string BaseFile::DebugString() const { in DebugString() function in BaseFile
|
D | download_item.h | 297 std::string DebugString(bool verbose) const;
|
/external/chromium/chrome/browser/renderer_host/ |
D | download_resource_handler.cc | 67 VLOG(20) << __FUNCTION__ << "()" << DebugString() in OnResponseStarted() 175 VLOG(20) << __FUNCTION__ << "()" << DebugString() in OnResponseCompleted() 247 std::string DownloadResourceHandler::DebugString() const { in DebugString() function in DownloadResourceHandler
|
D | download_resource_handler.h | 71 std::string DebugString() const;
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser_unittest.cc | 129 EXPECT_EQ(expected.DebugString(), actual.DebugString()); in ExpectParsesTo() 1214 string debug_string = original_file->DebugString(); in TEST_F() 1247 EXPECT_EQ(expected.DebugString(), parsed.DebugString()); in TEST_F()
|
/external/chromium/chrome/browser/history/ |
D | download_create_info.h | 39 std::string DebugString() const;
|
D | download_create_info.cc | 63 std::string DownloadCreateInfo::DebugString() const { in DebugString() function in DownloadCreateInfo
|
/external/chromium/net/base/ |
D | cookie_monster.h | 618 std::string DebugString() const; 720 std::string DebugString() const;
|
D | cookie_monster.cc | 1242 << (*cc)->DebugString(); in SetCanonicalCookie() 1302 VLOG(kVlogSetCookies) << "InternalDeleteCookie() cc: " << cc->DebugString(); in InternalDeleteCookie() 1695 std::string CookieMonster::ParsedCookie::DebugString() const { in DebugString() function in net::CookieMonster::ParsedCookie 2127 std::string CookieMonster::CanonicalCookie::DebugString() const { in DebugString() function in net::CookieMonster::CanonicalCookie
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
D | javamicro_message.cc | 59 string def = field->DebugString(); in PrintFieldComment()
|