Home
last modified time | relevance | path

Searched defs:Take (Results 1 – 8 of 8) 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.h77 Handle Take() { in Take() function
Dregistry.cc165 HKEY RegKey::Take() { in Take() function in base::win::RegKey
/third_party/boost/boost/phoenix/function/
Dlazy_prelude.hpp594 struct Take { struct
599 struct result<This(N,L)>
606 operator()( N n, const L& l, in operator ()()
778 typedef boost::phoenix::function<impl::Take> Take; typedef
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/ast/
Dast.go275 func (l *Decorations) Take(name string) *Decoration { func