Home
last modified time | relevance | path

Searched refs:BaseName (Results 1 – 25 of 36) sorted by relevance

12

/third_party/cef/libcef_dll/ctocpp/
Dctocpp_scoped.h17 template <class ClassName, class BaseName, class StructName>
18 class CefCToCppScoped : public BaseName {
45 static CefOwnPtr<BaseName> Wrap(StructName* s);
56 static StructName* UnwrapOwn(CefOwnPtr<BaseName> c);
65 static StructName* UnwrapRaw(CefRawPtr<BaseName> c);
88 static WrapperStruct* GetWrapperStruct(const BaseName* obj);
92 CefOwnPtr<BaseName> c);
94 CefRawPtr<BaseName> c);
99 template <class ClassName, class BaseName, class StructName>
100 struct CefCToCppScoped<ClassName, BaseName, StructName>::WrapperStruct {
[all …]
Dctocpp_ref_counted.h17 template <class ClassName, class BaseName, class StructName>
18 class CefCToCppRefCounted : public BaseName {
25 static CefRefPtr<BaseName> Wrap(StructName* s);
29 static StructName* Unwrap(CefRefPtr<BaseName> c);
58 static WrapperStruct* GetWrapperStruct(const BaseName* obj);
61 static StructName* UnwrapDerived(CefWrapperType type, BaseName* c);
104 template <class ClassName, class BaseName, class StructName>
105 struct CefCToCppRefCounted<ClassName, BaseName, StructName>::WrapperStruct {
111 template <class ClassName, class BaseName, class StructName>
112 CefRefPtr<BaseName> CefCToCppRefCounted<ClassName, BaseName, StructName>::Wrap(
[all …]
/third_party/cef/libcef_dll/cpptoc/
Dcpptoc_scoped.h17 template <class ClassName, class BaseName, class StructName>
36 static StructName* WrapOwn(CefOwnPtr<BaseName> c) { in WrapOwn()
62 static CefOwnPtr<ClassName> WrapRaw(CefRawPtr<BaseName> c) { in WrapRaw()
82 static CefOwnPtr<BaseName> UnwrapOwn(StructName* s) { in UnwrapOwn()
84 return CefOwnPtr<BaseName>(); in UnwrapOwn()
100 BaseName* object = wrapperStruct->object_; in UnwrapOwn()
106 return CefOwnPtr<BaseName>(object); in UnwrapOwn()
116 static CefRawPtr<BaseName> UnwrapRaw(StructName* s) { in UnwrapRaw()
145 static BaseName* Get(StructName* s) { in Get()
176 BaseName* object_;
[all …]
Dcpptoc_ref_counted.h17 template <class ClassName, class BaseName, class StructName>
25 static StructName* Wrap(CefRefPtr<BaseName> c) { in Wrap()
41 static CefRefPtr<BaseName> Unwrap(StructName* s) { in Unwrap()
54 CefRefPtr<BaseName> objectPtr(wrapperStruct->object_); in Unwrap()
65 static CefRefPtr<BaseName> Get(StructName* s) { in Get()
117 BaseName* object_;
118 CefCppToCRefCounted<ClassName, BaseName, StructName>* wrapper_;
132 static CefRefPtr<BaseName> UnwrapDerived(CefWrapperType type, StructName* s);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileWrapper.cpp137 char* BaseName = 0; in checkForOProfileProcEntry() local
145 BaseName = ExeName; in checkForOProfileProcEntry()
159 BaseName = ExeName + Idx + 1; in checkForOProfileProcEntry()
166 if (BaseName != 0 && (!strcmp("oprofiled", BaseName) || in checkForOProfileProcEntry()
167 !strcmp("operf", BaseName))) { in checkForOProfileProcEntry()
/third_party/gn/src/base/files/
Dfile_path.cc228 base = current.BaseName(); in GetComponents()
235 base = current.BaseName(); in GetComponents()
237 ret_val.push_back(current.BaseName().value()); in GetComponents()
334 FilePath FilePath::BaseName() const { in BaseName() function in base::FilePath
357 FilePath base(BaseName()); in Extension()
366 FilePath base(BaseName()); in FinalExtension()
400 if (IsEmptyOrSpecialCase(BaseName().value())) in InsertBeforeExtension()
420 if (IsEmptyOrSpecialCase(BaseName().value())) in AddExtension()
438 if (IsEmptyOrSpecialCase(BaseName().value())) in ReplaceExtension()
Dfile_enumerator.cc14 FilePath::StringType basename = path.BaseName().value(); in ShouldSkip()
Dfile_path.h246 [[nodiscard]] FilePath BaseName() const;
Dfile_util_win.cc109 if (path.BaseName().value().find_first_of(u"*?") != in DoDeleteFile()
111 return DeleteFileRecursive(path.DirName(), path.BaseName().value(), in DoDeleteFile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSSAUpdater.cpp338 SSAUpdater &S, StringRef BaseName) : SSA(S) { in LoadAndStorePromoter() argument
347 if (BaseName.empty()) in LoadAndStorePromoter()
348 BaseName = SomeVal->getName(); in LoadAndStorePromoter()
349 SSA.Initialize(SomeVal->getType(), BaseName); in LoadAndStorePromoter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrFormats.td21 string BaseName = NAME;
58 let BaseName = NAME in
/third_party/flutter/flutter/bin/internal/
Dupdate_dart_sdk.ps195 Get-ChildItem -Path $cachePath | Where {$_.BaseName.StartsWith($oldDartSdkPrefix)} | Remove-Item -R…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPC.td333 // Instructions with the same BaseName and Interpretation64Bit values
335 let RowFields = ["BaseName", "Interpretation64Bit"];
346 // Instructions with the same BaseName and Interpretation64Bit values
348 let RowFields = ["BaseName", "Interpretation64Bit"];
359 // Instructions with the same BaseName value form a row.
360 let RowFields = ["BaseName"];
/third_party/gettext/gettext-runtime/intl-csharp/
Dintl.cs106 return GetSatelliteAssembly(MainAssembly, BaseName, culture); in MySatelliteAssembly()
224 … satelliteResourceSet = InstantiateResourceSet(satelliteAssembly, BaseName, culture); in GetResourceSetsFor()
/third_party/gn/src/gn/
Dcommand_clean.cc85 if (base::ToLowerASCII(current.BaseName().value()) != in CleanOneDir()
/third_party/python/Tools/msi/
Duploadrelease.ps1140 $d = mkdir "$tests\$($_.BaseName)" -Force
/third_party/cef/libcef/common/
Dresource_util.cc168 std::string exe_name = util_mac::GetMainProcessPath().BaseName().value(); in GetDefaultLogFilePath()
Dutil_mac.mm134 std::string exe_name = GetMainProcessPath().BaseName().value();
/third_party/cef/libcef/browser/native/
Dfile_dialog_runner_mac.mm283 filename = params.default_file_name.BaseName().value();
363 filename = params.default_file_name.BaseName().value();
/third_party/skia/third_party/externals/zlib/google/
Dzip_unittest.cc233 if (expect_hidden_files || iter->BaseName().value()[0] != '.') in TestUnzipFile()
345 return path.BaseName().MaybeAsASCII() == "foo.txt"; in TEST_F()
Dzip.cc26 return file_path.BaseName().value()[0] == '.'; in IsHiddenFile()
/third_party/node/deps/zlib/google/
Dzip_unittest.cc232 if (expect_hidden_files || iter->BaseName().value()[0] != '.') in TestUnzipFile()
344 return path.BaseName().MaybeAsASCII() == "foo.txt"; in TEST_F()
Dzip.cc26 return file_path.BaseName().value()[0] == '.'; in IsHiddenFile()
/third_party/flutter/skia/third_party/externals/zlib/google/
Dzip_unittest.cc232 if (expect_hidden_files || iter->BaseName().value()[0] != '.') in TestUnzipFile()
344 return path.BaseName().MaybeAsASCII() == "foo.txt"; in TEST_F()
Dzip.cc26 return file_path.BaseName().value()[0] == '.'; in IsHiddenFile()

12