/third_party/lzma/CPP/Windows/ |
D | FileMapping.h | 43 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/ |
D | renamedMapInterfaces.ts | 16 export interface Map<T> extends ESMap<string, T> { interface
|
/third_party/typescript/tests/cases/compiler/ |
D | declarationEmitMappedTypeDistributivityPreservesConstraints.ts | 5 type Map<T extends Fns> = { [K in keyof T]: T[K]; }; alias
|
D | forwardDeclaredCommonTypes01.ts | 6 interface Map<K, V> {} interface
|
D | constraintOfRecursivelyMappedTypeWithConditionalIsResolvable.ts | 3 interface Map<K, V> { interface
|
/third_party/node/test/parallel/ |
D | test-options-binding.js | 16 Map.prototype.get = class
|
D | test-worker-terminate-source-map.js | 39 Map.prototype[Symbol.iterator] = increaseCallCount; class
|
/third_party/rust/crates/serde/test_suite/tests/expand/ |
D | generic_enum.rs | 8 Map { x: T, y: U }, enumerator
|
D | ser_enum.rs | 10 Map { a: i8, b: B, c: &'a C, d: &'a mut D }, enumerator
|
D | de_enum.rs | 7 Map { a: i8, b: B, c: C, d: D }, enumerator
|
D | ser_enum.expanded.rs | 8 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/ |
D | ValueMap.h | 93 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/ |
D | mutator_cache.h | 86 using Map = std::unordered_map<Key, std::list<Entry>::iterator, KeyHash>; variable
|
/third_party/jerryscript/tests/jerry/es2015/ |
D | object-prototype-tostring.js | 66 Map.prototype[Symbol.toStringTag] = "myStringTag5"; class
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | HashTable.h | 43 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/ |
D | map-inl.h | 39 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/ |
D | es2015.collection.d.ts | 1 interface Map<K, V> { interface 36 declare var Map: MapConstructor; variable
|
/third_party/typescript/lib/ |
D | lib.es2015.collection.d.ts | 21 interface Map<K, V> { interface 56 declare var Map: MapConstructor; variable
|
/third_party/vixl/src/ |
D | utils-vixl.h | 70 using Map = panda::ArenaMap<K, V>; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineModuleInfoImpls.cpp | 35 DenseMap<MCSymbol *, MachineModuleInfoImpl::StubValueTy> &Map) { in getSortedStubs()
|
/third_party/typescript/src/compiler/ |
D | corePublic.ts | 62 export interface Map<T> extends ESMap<string, T> { interface 154 export const Map = NativeCollections.tryGetNativeMap(); constant
|
/third_party/node/deps/v8/src/heap/ |
D | heap-write-barrier.h | 23 class Map; variable
|
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/ |
D | case-insensitive-map.js | 9 module.exports = class Map extends OGMap { class
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
D | InstrumentationMap.cpp | 58 InstrumentationMap Map; in loadObj() local 226 InstrumentationMap Map; in loadInstrumentationMap() local
|
/third_party/rust/crates/nom/src/ |
D | internal.rs | 341 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
|