Home
last modified time | relevance | path

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

1234567891011

/external/libcxx/test/std/containers/associative/
Diterator_types.pass.cpp56 typedef std::map<int, int> Map; in main() typedef
63 typedef std::map<int, int, std::less<int>, Alloc> Map; in main() typedef
70 typedef std::map<int, int, std::less<int>, Alloc> Map; in main() typedef
75 typedef std::multimap<int, int> Map; in main() typedef
82 typedef std::multimap<int, int, std::less<int>, Alloc> Map; in main() typedef
89 typedef std::multimap<int, int, std::less<int>, Alloc> Map; in main() typedef
/external/libcxx/test/std/containers/unord/
Diterator_difference_type.pass.cpp79 typedef std::unordered_map<int, int> Map; in main() typedef
86 typedef std::unordered_map<int, int, std::hash<int>, std::equal_to<int>, Alloc> Map; in main() typedef
93 typedef std::unordered_map<int, int, std::hash<int>, std::equal_to<int>, Alloc> Map; in main() typedef
98 typedef std::unordered_multimap<int, int> Map; in main() typedef
105 typedef std::unordered_multimap<int, int, std::hash<int>, std::equal_to<int>, Alloc> Map; in main() typedef
112 typedef std::unordered_multimap<int, int, std::hash<int>, std::equal_to<int>, Alloc> Map; in main() typedef
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DHashTable.h44 HashTableIterator(const HashTable<ValueT, TraitsT> &Map, uint32_t Index, in HashTableIterator()
49 HashTableIterator(const HashTable<ValueT, TraitsT> &Map) : Map(&Map) { in HashTableIterator()
91 const HashTable<ValueT, TraitsT> *Map; variable
/external/tensorflow/tensorflow/core/lib/gtl/
Dmap_util_test.cc28 typedef std::map<string, string> Map; in TEST() typedef
42 typedef std::map<string, string> Map; in TEST() typedef
/external/antlr/runtime/ObjC/Framework/
DTreeWizard.m70 {
211 {
242 {
328 {
485 {
523 {
/external/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
/external/clang/include/clang/AST/
DDeclLookups.h75 if (StoredDeclsMap *Map = Primary->buildLookup()) in lookups() local
94 if (StoredDeclsMap *Map = Primary->getLookupPtr()) in noload_lookups() local
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DValueMap.h83 MapT Map; variable
93 : Map(NumInitBuckets), Data() {} in Map() function
95 : Map(NumInitBuckets), Data(Data) {} in Map() function
/external/snakeyaml/src/test/java/org/pyyaml/
DPyRecursiveTest.java67 assertTrue(value2.get("qwerty") instanceof Map); in testDictSafeConstructor() local
69 assertTrue(value3.get("qwerty") instanceof Map); in testDictSafeConstructor() local
/external/compiler-rt/test/esan/TestCases/
Dmmap-shadow-conflict.c9 void *Map = mmap((void *)0x0000016000000000ULL, 0x1000, PROT_READ, in main() local
/external/eigen/Eigen/src/SuperLUSupport/
DSuperLUSupport.h175 static SluMatrix Map(MatrixBase<MatrixType>& _mat) in Map() function
193 static SluMatrix Map(SparseMatrixBase<MatrixType>& a_mat) in Map() function
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DReverseIterationTest.cpp36 DenseMap<int, int> Map; in TEST() local
93 DenseMap<PtrLikeInt *, int> Map; in TEST() local
/external/libcxx/test/libcxx/containers/gnu_cxx/
Dhash_map.pass.cpp22 typedef __gnu_cxx::hash_map<int, int> Map; in main() typedef
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DDenseMapTest.cpp82 T Map; member in __anon06f1d17b0111::DenseMapTest
373 DenseMap<int, CountCopyAndMove> Map; in TEST() local
413 DenseMap<int, CountCopyAndMove> Map(Size); in TEST() local
440 DenseMap<int, CountCopyAndMove> Map(Values.begin(), Values.end()); in TEST() local
456 DenseMap<int, CountCopyAndMove> Map; in TEST() local
574 DenseMap<int, std::unique_ptr<int>> Map; in TEST() local
587 DenseMap<int *, int> Map; in TEST() local
DStringMapTest.cpp145 llvm::StringMap<int> Map(2); in TEST_F() local
164 llvm::StringMap<int> Map; in TEST_F() local
275 StringMap<int> Map; in TEST_F() local
450 StringMap<CountCtorCopyAndMove> Map(Size); in TEST() local
468 StringMap<CountCtorCopyAndMove> Map; in TEST() local
490 StringMap<NonMoveableNonCopyableType> Map; in TEST() local
/external/testng/src/main/java/org/testng/collections/
DCollectionUtils.java14 public static boolean hasElements(Map<?, ?> c) { in hasElements() argument
/external/clang/lib/AST/
DDeclBase.cpp1146 StoredDeclsMap *Map; in SetNoExternalVisibleDeclsForName() local
1162 StoredDeclsMap *Map; in SetExternalVisibleDeclsForName() local
1259 StoredDeclsMap *Map = DC->getPrimaryContext()->LookupPtr; in removeDecl() local
1428 StoredDeclsMap *Map = LookupPtr; in lookup() local
1444 if (StoredDeclsMap *Map = LookupPtr) { in lookup() local
1454 StoredDeclsMap *Map = LookupPtr; in lookup() local
1488 StoredDeclsMap *Map = LookupPtr; in noload_lookup() local
1512 if (StoredDeclsMap *Map = LookupPtr) { in localUncachedLookup() local
1638 StoredDeclsMap *Map = LookupPtr; in makeDeclVisibleInContextImpl() local
1723 void StoredDeclsMap::DestroyAll(StoredDeclsMap *Map, bool Dependent) { in DestroyAll()
[all …]
/external/llvm/unittests/ADT/
DDenseMapTest.cpp82 T Map; member in __anon7a8ac1430111::DenseMapTest
373 DenseMap<int, CountCopyAndMove> Map; in TEST() local
413 DenseMap<int, CountCopyAndMove> Map(Size); in TEST() local
440 DenseMap<int, CountCopyAndMove> Map(Values.begin(), Values.end()); in TEST() local
456 DenseMap<int, CountCopyAndMove> Map; in TEST() local
525 DenseMap<CachedHashTest, int> Map; in TEST() local
539 DenseMap<Cached, int> Map; in TEST() local
DStringMapTest.cpp143 llvm::StringMap<int> Map(2); in TEST_F() local
162 llvm::StringMap<int> Map; in TEST_F() local
420 StringMap<CountCtorCopyAndMove> Map(Size); in TEST() local
438 StringMap<CountCtorCopyAndMove> Map; in TEST() local
460 StringMap<NonMoveableNonCopyableType> Map; in TEST() local
/external/swiftshader/third_party/LLVM/lib/MC/
DMCContext.cpp167 MachOUniqueMapTy &Map = *(MachOUniqueMapTy*)MachOUniquingMap; in getMachOSection() local
195 ELFUniqueMapTy &Map = *(ELFUniqueMapTy*)ELFUniquingMap; in getELFSection() local
229 COFFUniqueMapTy &Map = *(COFFUniqueMapTy*)COFFUniquingMap; in getCOFFSection() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/XRay/
DInstrumentationMap.cpp54 InstrumentationMap Map; in loadELF64() local
171 InstrumentationMap Map; in loadInstrumentationMap() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineModuleInfoImpls.cpp35 DenseMap<MCSymbol *, MachineModuleInfoImpl::StubValueTy> &Map) { in getSortedStubs()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLibCallSemantics.cpp45 StringMap<const LibCallFunctionInfo*> *Map = getMap(Impl); in getFunctionInfo() local
/external/llvm/include/llvm/IR/
DValueMap.h87 MapT Map; variable
102 : Map(NumInitBuckets), Data() {} in Map() function
104 : Map(NumInitBuckets), Data(Data) {} in Map() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DValueMap.h94 MapT Map; variable
106 : Map(NumInitBuckets), Data() {} in Map() function
108 : Map(NumInitBuckets), Data(Data) {} in Map() function

1234567891011