Home
last modified time | relevance | path

Searched refs:suggested_name (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dnamer.cc70 std::string Namer::Sanitize(const std::string& suggested_name) { in Sanitize() argument
71 if (suggested_name.empty()) { in Sanitize()
83 if ((std::string::npos != invalid_as_first_char.find(suggested_name[0])) || in Sanitize()
84 (std::string::npos == valid.find(suggested_name[0]))) { in Sanitize()
87 std::transform(suggested_name.begin(), suggested_name.end(), in Sanitize()
152 const std::string& suggested_name) { in SuggestSanitizedName() argument
157 return Register(id, FindUnusedDerivedName(Sanitize(suggested_name))); in SuggestSanitizedName()
162 const std::string& suggested_name) { in SuggestSanitizedMemberName() argument
169 entry = Sanitize(suggested_name); in SuggestSanitizedMemberName()
Dnamer.h48 static std::string Sanitize(const std::string& suggested_name);
123 bool SuggestSanitizedName(uint32_t id, const std::string& suggested_name);
133 const std::string& suggested_name);
/third_party/cef/libcef_dll/cpptoc/
Ddownload_handler_cpptoc.cc30 const cef_string_t* suggested_name, in download_handler_on_before_download() argument
48 DCHECK(suggested_name); in download_handler_on_before_download()
49 if (!suggested_name) in download_handler_on_before_download()
59 CefDownloadItemCToCpp::Wrap(download_item), CefString(suggested_name), in download_handler_on_before_download()
/third_party/cef/libcef_dll/ctocpp/
Ddownload_handler_ctocpp.cc28 const CefString& suggested_name, in OnBeforeDownload() argument
47 DCHECK(!suggested_name.empty()); in OnBeforeDownload()
48 if (suggested_name.empty()) in OnBeforeDownload()
58 suggested_name.GetStruct(), in OnBeforeDownload()
Ddownload_handler_ctocpp.h40 const CefString& suggested_name,
/third_party/cef/libcef/browser/
Ddownload_manager_delegate.cc48 const base::FilePath& suggested_name, in CefBeforeDownloadCallbackImpl() argument
52 suggested_name_(suggested_name), in CefBeforeDownloadCallbackImpl()
83 const base::FilePath& suggested_name, in GenerateFilename() argument
103 suggested_path = suggested_path.Append(suggested_name); in GenerateFilename()
106 suggested_path = suggested_name; in GenerateFilename()
382 base::FilePath suggested_name = net::GenerateFileName( in DetermineDownloadTarget() local
389 item->GetId(), suggested_name, in DetermineDownloadTarget()
393 suggested_name.value(), callbackObj); in DetermineDownloadTarget()
/third_party/spirv-tools/source/
Dname_mapper.cpp68 std::string FriendlyNameMapper::Sanitize(const std::string& suggested_name) { in Sanitize() argument
69 if (suggested_name.empty()) return "_"; in Sanitize()
76 std::transform(suggested_name.begin(), suggested_name.end(), in Sanitize()
84 const std::string& suggested_name) { in SaveName() argument
87 const std::string sanitized_suggested_name = Sanitize(suggested_name); in SaveName()
Dname_mapper.h84 std::string Sanitize(const std::string& suggested_name);
90 void SaveName(uint32_t id, const std::string& suggested_name);
/third_party/skia/third_party/externals/spirv-tools/source/
Dname_mapper.cpp68 std::string FriendlyNameMapper::Sanitize(const std::string& suggested_name) { in Sanitize() argument
69 if (suggested_name.empty()) return "_"; in Sanitize()
76 std::transform(suggested_name.begin(), suggested_name.end(), in Sanitize()
84 const std::string& suggested_name) { in SaveName() argument
87 const std::string sanitized_suggested_name = Sanitize(suggested_name); in SaveName()
Dname_mapper.h84 std::string Sanitize(const std::string& suggested_name);
90 void SaveName(uint32_t id, const std::string& suggested_name);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dname_mapper.cpp68 std::string FriendlyNameMapper::Sanitize(const std::string& suggested_name) { in Sanitize() argument
69 if (suggested_name.empty()) return "_"; in Sanitize()
76 std::transform(suggested_name.begin(), suggested_name.end(), in Sanitize()
84 const std::string& suggested_name) { in SaveName() argument
87 const std::string sanitized_suggested_name = Sanitize(suggested_name); in SaveName()
Dname_mapper.h84 std::string Sanitize(const std::string& suggested_name);
90 void SaveName(uint32_t id, const std::string& suggested_name);
/third_party/cef/include/capi/
Dcef_download_handler_capi.h117 const cef_string_t* suggested_name,
/third_party/cef/include/
Dcef_download_handler.h104 const CefString& suggested_name,
/third_party/cef/tests/ceftests/
Ddownload_unittest.cc322 const CefString& suggested_name, in OnBeforeDownload() argument
330 EXPECT_STREQ(kTestFileName, suggested_name.ToString().c_str()); in OnBeforeDownload()
Dtest_handler.h156 const CefString& suggested_name, in OnBeforeDownload() argument
/third_party/cef/tests/cefclient/browser/
Dclient_handler.h167 const CefString& suggested_name,
Dclient_handler.cc493 const CefString& suggested_name, in OnBeforeDownload() argument
498 callback->Continue(MainContext::Get()->GetDownloadPath(suggested_name), true); in OnBeforeDownload()
/third_party/chromium/patch/
D0003-ohos-1115.patch49186 suggested_name, std::string(), std::string());
65537 + const CefString& suggested_name,
65539 + (void)suggested_name;
66523 + const CefString& suggested_name,