Home
last modified time | relevance | path

Searched defs:Map (Results 1 – 25 of 145) sorted by relevance

123456

/third_party/lzma/CPP/Windows/
DFileMapping.h43 LPVOID Map(DWORD desiredAccess, UInt64 fileOffset, SIZE_T numberOfBytesToMap) in Map() function
49 LPVOID Map(DWORD desiredAccess, UInt64 fileOffset, SIZE_T numberOfBytesToMap, LPVOID baseAddress) in Map() function
/third_party/typescript/src/deprecatedCompat/4.0/
DrenamedMapInterfaces.ts16 export interface Map<T> extends ESMap<string, T> { interface
/third_party/typescript/tests/cases/compiler/
DdeclarationEmitMappedTypeDistributivityPreservesConstraints.ts5 type Map<T extends Fns> = { [K in keyof T]: T[K]; }; alias
DforwardDeclaredCommonTypes01.ts6 interface Map<K, V> {} interface
DconstraintOfRecursivelyMappedTypeWithConditionalIsResolvable.ts3 interface Map<K, V> { interface
/third_party/node/test/parallel/
Dtest-options-binding.js16 Map.prototype.get = class
Dtest-worker-terminate-source-map.js39 Map.prototype[Symbol.iterator] = increaseCallCount; class
/third_party/rust/crates/serde/test_suite/tests/expand/
Dgeneric_enum.rs8 Map { x: T, y: U }, enumerator
Dser_enum.rs10 Map { a: i8, b: B, c: &'a C, d: &'a mut D }, enumerator
Dde_enum.rs7 Map { a: i8, b: B, c: C, d: D }, enumerator
Dser_enum.expanded.rs8 Map { a: i8, b: B, c: &'a C, d: &'a mut D }, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValueMap.h93 MapT Map; variable
104 : Map(NumInitBuckets), Data() {} in Map() function
106 : Map(NumInitBuckets), Data(Data) {} in Map() function
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
Dmutator_cache.h86 using Map = std::unordered_map<Key, std::list<Entry>::iterator, KeyHash>; variable
/third_party/jerryscript/tests/jerry/es2015/
Dobject-prototype-tostring.js66 Map.prototype[Symbol.toStringTag] = "myStringTag5"; class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DHashTable.h43 HashTableIterator(const HashTable<ValueT> &Map, uint32_t Index, in HashTableIterator()
48 HashTableIterator(const HashTable<ValueT> &Map) : Map(&Map) { in HashTableIterator()
97 const HashTable<ValueT> *Map; variable
/third_party/node/deps/v8/src/objects/
Dmap-inl.h39 ACCESSORS(Map, instance_descriptors, DescriptorArray, in ACCESSORS() argument
63 RELEASE_ACQUIRE_ACCESSORS(Map, prototype_info, Object, in RELEASE_ACQUIRE_ACCESSORS() argument
122 DEF_GETTER(Map, GetIndexedInterceptor, InterceptorInfo) { in DEF_GETTER() argument
745 DEF_GETTER(Map, GetBackPointer, HeapObject) { in DEF_GETTER() argument
767 ACCESSORS(Map, dependent_code, DependentCode, kDependentCodeOffset) in ACCESSORS() argument
795 DEF_GETTER(Map, GetConstructor, Object) { in DEF_GETTER() argument
816 DEF_GETTER(Map, GetFunctionTemplateInfo, FunctionTemplateInfo) { in DEF_GETTER() argument
/third_party/typescript/src/lib/
Des2015.collection.d.ts1 interface Map<K, V> { interface
36 declare var Map: MapConstructor; variable
/third_party/typescript/lib/
Dlib.es2015.collection.d.ts21 interface Map<K, V> { interface
56 declare var Map: MapConstructor; variable
/third_party/vixl/src/
Dutils-vixl.h70 using Map = panda::ArenaMap<K, V>; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineModuleInfoImpls.cpp35 DenseMap<MCSymbol *, MachineModuleInfoImpl::StubValueTy> &Map) { in getSortedStubs()
/third_party/typescript/src/compiler/
DcorePublic.ts62 export interface Map<T> extends ESMap<string, T> { interface
154 export const Map = NativeCollections.tryGetNativeMap(); constant
/third_party/node/deps/v8/src/heap/
Dheap-write-barrier.h23 class Map; variable
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
Dcase-insensitive-map.js9 module.exports = class Map extends OGMap { class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DInstrumentationMap.cpp58 InstrumentationMap Map; in loadObj() local
226 InstrumentationMap Map; in loadInstrumentationMap() local
/third_party/rust/crates/nom/src/
Dinternal.rs341 pub struct Map<F, G, O1> { struct
347 impl<'a, I, O1, O2, E, F: Parser<I, O1, E>, G: Fn(O1) -> O2> Parser<I, O2, E> for Map<F, G, O1> { argument

123456