Home
last modified time | relevance | path

Searched defs:Map (Results 1 – 25 of 135) 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/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/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/jerryscript/tests/jerry/es2015/
Dobject-prototype-tostring.js66 Map.prototype[Symbol.toStringTag] = "myStringTag5"; class
Dmap-prototype-foreach.js76 Map.prototype.forEach.call ({}); 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
Dfield-index.h16 class Map; variable
/third_party/vixl/src/
Dutils-vixl.h70 using Map = ark::ArenaMap<K, V>; variable
/third_party/typescript/lib/
Dlib.es2015.collection.d.ts21 interface Map<K, V> { interface
56 declare var Map: MapConstructor; variable
/third_party/typescript/src/lib/
Des2015.collection.d.ts1 interface Map<K, V> { interface
36 declare var Map: MapConstructor; 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/node/deps/v8/src/heap/
Dheap-write-barrier.h23 class Map; variable
/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/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
/third_party/googletest/googletest/samples/
Dsample3_unittest.cc141 TEST_F(QueueTestSmpl3, Map) { in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
DNameSpace.hpp120 typedef std::map<GLuint, ObjectType*> Map; typedef in gl::NameSpace
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DShaderCache.h98 typedef angle::HashMap<std::string, ShaderObject *> Map; typedef

123456