Home
last modified time | relevance | path

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

12

/external/protobuf/src/google/protobuf/
Dunknown_field_set_unittest.cc226 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 …]
Ddescriptor.h145 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 …]
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()
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()
Dwire_format_unittest.cc325 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()
Ddescriptor.cc1542 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 …]
Dextension_set_unittest.cc592 message.DebugString()); in TEST()
607 EXPECT_EQ(message.DebugString(), message2.DebugString()); in TEST()
Drepeated_field_unittest.cc961 EXPECT_EQ(testproto.DebugString(), goldenproto.DebugString()); in TEST_F()
980 EXPECT_EQ(testproto.DebugString(), goldenproto.DebugString()); in TEST_F()
Dmessage.h246 string DebugString() const;
Dtext_format.cc55 string Message::DebugString() const { in DebugString() function in google::protobuf::Message
91 printf("%s", DebugString().c_str()); in PrintDebugString()
/external/chromium/chrome/browser/download/
Ddownload_item.cc338 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
Ddownload_file_manager.cc75 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()
Ddownload_file.cc50 std::string DownloadFile::DebugString() const { in DebugString() function in DownloadFile
62 BaseFile::DebugString().c_str()); in DebugString()
Ddownload_manager.cc426 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()
Ddownload_file.h36 virtual std::string DebugString() const;
Dbase_file.h65 virtual std::string DebugString() const;
Dbase_file.cc238 std::string BaseFile::DebugString() const { in DebugString() function in BaseFile
Ddownload_item.h297 std::string DebugString(bool verbose) const;
/external/chromium/chrome/browser/renderer_host/
Ddownload_resource_handler.cc67 VLOG(20) << __FUNCTION__ << "()" << DebugString() in OnResponseStarted()
175 VLOG(20) << __FUNCTION__ << "()" << DebugString() in OnResponseCompleted()
247 std::string DownloadResourceHandler::DebugString() const { in DebugString() function in DownloadResourceHandler
Ddownload_resource_handler.h71 std::string DebugString() const;
/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc129 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/
Ddownload_create_info.h39 std::string DebugString() const;
Ddownload_create_info.cc63 std::string DownloadCreateInfo::DebugString() const { in DebugString() function in DownloadCreateInfo
/external/chromium/net/base/
Dcookie_monster.h618 std::string DebugString() const;
720 std::string DebugString() const;
Dcookie_monster.cc1242 << (*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/
Djavamicro_message.cc59 string def = field->DebugString(); in PrintFieldComment()

12