Home
last modified time | relevance | path

Searched defs:Take (Results 1 – 9 of 9) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DinferenceFromParameterlessLambda.ts5 interface Take<T> { interface
/third_party/cef/libcef_dll/wrapper/
Dcef_scoped_temp_dir.cc69 CefString CefScopedTempDir::Take() { in Take() function in CefScopedTempDir
/third_party/gn/src/base/files/
Dscoped_temp_dir.cc77 FilePath ScopedTempDir::Take() { in Take() function in base::ScopedTempDir
/third_party/gn/src/base/win/
Dscoped_process_information.cc86 PROCESS_INFORMATION ScopedProcessInformation::Take() { in Take() function in base::win::ScopedProcessInformation
Dscoped_handle.h76 Handle Take() { in Take() function
Dregistry.cc164 HKEY RegKey::Take() { in Take() function in base::win::RegKey
/third_party/cef/include/base/internal/
Dcef_bind_internal.h187 T Take() const { in Take() function
/third_party/node/deps/v8/src/heap/cppgc/
Dpage-memory.cc180 std::pair<NormalPageMemoryRegion*, Address> NormalPageMemoryPool::Take( in Take() function in cppgc::internal::NormalPageMemoryPool
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/ast/
Dast.go275 func (l *Decorations) Take(name string) *Decoration { func