Home
last modified time | relevance | path

Searched refs:GetMessagePrefix (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/model/
H A Dsync_error.cc109 std::string SyncError::GetMessagePrefix() const { in GetMessagePrefix() function in syncer::SyncError
136 GetMessagePrefix() + message_; in ToString()
148 << ModelTypeToString(model_type_) << " " << GetMessagePrefix() in PrintLogError()
H A Dsync_error_unittest.cc30 EXPECT_EQ("datatype error was encountered: ", error.GetMessagePrefix()); in TEST_F()
44 error.GetMessagePrefix()); in TEST_F()
H A Dsync_error.h87 std::string GetMessagePrefix() const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/installable/
H A Dinstallable_logging.cc102 const std::string& GetMessagePrefix() { in GetMessagePrefix() function
327 blink::mojom::ConsoleMessageLevel::kError, GetMessagePrefix() + message); in LogErrorToConsole()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-glue/include/aws/glue/model/
H A DLastCrawlInfo.h200 inline const Aws::String& GetMessagePrefix() const{ return m_messagePrefix; } in GetMessagePrefix() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/driver/
H A Dprofile_sync_service.cc1459 error.GetMessagePrefix() + error.message()); in ProfileSyncService()