Searched defs:Take (Results 1 – 7 of 7) sorted by relevance
| /third_party/typescript/tests/cases/compiler/ | ||
| D | inferenceFromParameterlessLambda.ts | 5 interface Take<T> { interface |
| /third_party/gn/src/base/files/ | ||
| D | scoped_temp_dir.cc | 77 FilePath ScopedTempDir::Take() { in Take() function in base::ScopedTempDir |
| /third_party/gn/src/base/win/ | ||
| D | scoped_process_information.cc | 86 PROCESS_INFORMATION ScopedProcessInformation::Take() { in Take() function in base::win::ScopedProcessInformation |
| D | scoped_handle.h | 76 Handle Take() { in Take() function |
| D | registry.cc | 164 HKEY RegKey::Take() { in Take() function in base::win::RegKey |
| /third_party/node/deps/v8/src/heap/cppgc/ | ||
| D | page-memory.cc | 180 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/ | ||
| D | ast.go | 275 func (l *Decorations) Take(name string) *Decoration { func |