Home
last modified time | relevance | path

Searched refs:MapType (Results 1 – 24 of 24) sorted by relevance

/external/libcxx/test/std/containers/unord/unord.map/unord.map.swap/
Dswap_noexcept.pass.cpp120 typedef std::pair<const MoveOnly, MoveOnly> MapType; in main() typedef
128 std::equal_to<MoveOnly>, test_allocator<MapType>> C; in main()
134 std::equal_to<MoveOnly>, other_allocator<MapType>> C; in main()
152 …ordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp <MoveOnly>, some_alloc <MapType>> C; in main()
157 …ordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp <MoveOnly>, some_alloc2<MapType>> C; in main()
162 …ordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_alloc <MapType>> C; in main()
167 …ordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_alloc2<MapType>> C; in main()
172 …rdered_map<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp <MoveOnly>, some_alloc <MapType>> C; in main()
177 …rdered_map<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp <MoveOnly>, some_alloc2<MapType>> C; in main()
182 …rdered_map<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, some_alloc <MapType>> C; in main()
[all …]
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.swap/
Dswap_noexcept.pass.cpp119 typedef std::pair<const MoveOnly, MoveOnly> MapType; in main() typedef
127 std::equal_to<MoveOnly>, test_allocator<MapType>> C; in main()
133 std::equal_to<MoveOnly>, other_allocator<MapType>> C; in main()
151 …ed_multimap<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp <MoveOnly>, some_alloc <MapType>> C; in main()
156 …ed_multimap<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp <MoveOnly>, some_alloc2<MapType>> C; in main()
161 …ed_multimap<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_alloc <MapType>> C; in main()
166 …ed_multimap<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_alloc2<MapType>> C; in main()
171 …d_multimap<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp <MoveOnly>, some_alloc <MapType>> C; in main()
176 …d_multimap<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp <MoveOnly>, some_alloc2<MapType>> C; in main()
181 …d_multimap<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, some_alloc <MapType>> C; in main()
[all …]
/external/llvm/include/llvm/ADT/
DMapVector.h30 typename MapType = llvm::DenseMap<KeyT, unsigned>,
35 MapType Map;
77 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair);
87 typename MapType::const_iterator Pos = Map.find(Key); in lookup()
93 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair); in insert()
104 typename MapType::const_iterator Pos = Map.find(Key); in count()
109 typename MapType::const_iterator Pos = Map.find(Key); in find()
115 typename MapType::const_iterator Pos = Map.find(Key); in find()
122 typename MapType::iterator Pos = Map.find(Vector.back().first); in pop_back()
168 template <typename KeyT, typename ValueT, typename MapType, typename VectorType>
[all …]
/external/pdfium/core/src/fpdfapi/fpdf_cmaps/
Dcmap_int.h13 enum MapType { None, Single, Range, Reverse }; enum
16 MapType m_WordMapType;
19 MapType m_DWordMapType;
/external/clang/include/clang/AST/
DCXXInheritance.h272 typedef llvm::MapVector<unsigned, ValuesT> MapType; typedef
273 MapType Overrides;
277 typedef MapType::iterator iterator;
278 typedef MapType::const_iterator const_iterator;
DOpenMPClause.h2631 OpenMPMapClauseKind MapType; variable
2647 void setMapType(OpenMPMapClauseKind T) { MapType = T; } in setMapType()
2668 OpenMPMapClauseKind MapType, SourceLocation MapLoc, in OMPMapClause()
2672 MapTypeModifier(MapTypeModifier), MapType(MapType), MapLoc(MapLoc) {} in OMPMapClause()
2681 MapTypeModifier(OMPC_MAP_unknown), MapType(OMPC_MAP_unknown), MapLoc() {} in OMPMapClause()
2707 OpenMPMapClauseKind getMapType() const LLVM_READONLY { return MapType; } in getMapType()
/external/clang/lib/Parse/
DParseOpenMP.cpp830 OpenMPMapClauseKind MapType = OMPC_MAP_unknown; in ParseOpenMPVarListClause() local
882 LinearModifier, MapTypeModifier, MapType, DepLinMapLoc); in ParseOpenMPVarListClause()
907 MapType = static_cast<OpenMPMapClauseKind>(getOpenMPSimpleClauseType( in ParseOpenMPVarListClause()
914 MapType = static_cast<OpenMPMapClauseKind>(getOpenMPSimpleClauseType( in ParseOpenMPVarListClause()
916 if (MapType == OMPC_MAP_unknown) { in ParseOpenMPVarListClause()
918 } else if (MapType == OMPC_MAP_always) { in ParseOpenMPVarListClause()
938 MapType = static_cast<OpenMPMapClauseKind>(getOpenMPSimpleClauseType( in ParseOpenMPVarListClause()
940 if (MapType == OMPC_MAP_unknown || MapType == OMPC_MAP_always) { in ParseOpenMPVarListClause()
945 MapType = OMPC_MAP_tofrom; in ParseOpenMPVarListClause()
948 MapType = OMPC_MAP_tofrom; in ParseOpenMPVarListClause()
[all …]
/external/eigen/doc/snippets/
DTutorial_Map_using.cpp2 typedef Map<MatrixType> MapType; typedef
10 MapType m2map(p,m2.size()); // m2map shares data with m2
/external/llvm/include/llvm/
DPassRegistry.h44 typedef DenseMap<const void *, const PassInfo *> MapType; typedef
45 MapType PassInfoMap;
/external/clang/lib/Serialization/
DModule.cpp60 typedef ContinuousRangeMap<Key, Offset, InitialCapacity> MapType; in dumpLocalRemap() typedef
62 for (typename MapType::const_iterator I = Map.begin(), IEnd = Map.end(); in dumpLocalRemap()
DASTReader.cpp6856 typedef ContinuousRangeMap<Key, ModuleFile *, InitialCapacity> MapType; in dumpModuleIDMap() typedef
6858 for (typename MapType::const_iterator I = Map.begin(), IEnd = Map.end(); in dumpModuleIDMap()
/external/v8/include/
Dv8-util.h91 MapType; typedef
95 MapType* map, const K& key, Local<V> value) { in WeakCallbackParameter()
98 static MapType* MapFromWeakCallbackData( in MapFromWeakCallbackData()
120 typedef GlobalValueMap<K, V, DefaultGlobalMapTraits<K, V> > MapType; typedef
123 static WeakCallbackDataType* WeakCallbackParameter(MapType* map, const K& key, in WeakCallbackParameter()
127 static MapType* MapFromWeakCallbackInfo( in MapFromWeakCallbackInfo()
/external/eigen/Eigen/src/Core/
DPlainObjectBase.h113 typedef Eigen::Map<Derived, Unaligned> MapType;
477 static inline MapType Map(Scalar* data)
478 { return MapType(data); }
481 static inline MapType Map(Scalar* data, Index size)
482 { return MapType(data, size); }
485 static inline MapType Map(Scalar* data, Index rows, Index cols)
486 { return MapType(data, rows, cols); }
/external/libchrome/base/containers/
Dmru_cache.h46 template <typename, typename> class MapType = MRUCacheStandardMap>
55 typedef typename MapType<KeyType,
/external/opencv3/modules/ml/src/
Ddata.cpp118 typedef std::map<String, int> MapType; typedef in cv::ml::TrainDataImpl
225 nameMap = MapType(); in clear()
525 MapType tempNameMap; in loadCSV()
649 char missch, MapType& namemap, int& counter ) const in decodeElem()
660 MapType::iterator it = namemap.find(token); in decodeElem()
970 MapType nameMap;
/external/llvm/lib/IR/
DPassRegistry.cpp43 MapType::const_iterator I = PassInfoMap.find(TI); in getPassInfo()
/external/clang/lib/Analysis/
DConsumed.cpp458 typedef llvm::DenseMap<const Stmt *, PropagationInfo> MapType; typedef in clang::consumed::ConsumedStmtVisitor
460 typedef MapType::iterator InfoEntry;
461 typedef MapType::const_iterator ConstInfoEntry;
466 MapType PropagationMap;
929 MapType::iterator VIT = findInfo(Var->getInit()->IgnoreImplicit()); in VisitVarDecl()
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11.cpp175 D3D11_MAP MapType,
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp3299 unsigned MapType; in emitTargetCall() local
3306 MapType = OMP_MAP_BYCOPY; in emitTargetCall()
3313 MapType = OMP_MAP_TO | OMP_MAP_FROM; in emitTargetCall()
3315 MapType = OMP_MAP_BYCOPY; in emitTargetCall()
3337 MapType |= OMP_MAP_PTR; in emitTargetCall()
3352 MapType = ElementType->isAggregateType() ? (OMP_MAP_TO | OMP_MAP_FROM) in emitTargetCall()
3355 MapType |= OMP_MAP_PTR; in emitTargetCall()
3361 MapTypes.push_back(MapType); in emitTargetCall()
/external/clang/lib/Sema/
DSemaOpenMP.cpp6248 OpenMPMapClauseKind MapType, SourceLocation DepLinMapLoc) { in ActOnOpenMPVarListClause() argument
6289 Res = ActOnOpenMPMapClause(MapTypeModifier, MapType, DepLinMapLoc, ColonLoc, in ActOnOpenMPVarListClause()
8136 OpenMPMapClauseKind MapTypeModifier, OpenMPMapClauseKind MapType, in ActOnOpenMPMapClause() argument
8253 MapTypeModifier, MapType, MapLoc); in ActOnOpenMPMapClause()
DTreeTransform.h1660 OpenMPMapClauseKind MapTypeModifier, OpenMPMapClauseKind MapType, in RebuildOMPMapClause() argument
1664 return getSema().ActOnOpenMPMapClause(MapTypeModifier, MapType, MapLoc, in RebuildOMPMapClause()
DSemaDeclCXX.cpp9258 typedef llvm::DenseMap<const Type *, InheritingConstructorsForType> MapType; typedef in __anone4927eee1111::InheritingConstructorInfo
9259 MapType Map;
/external/clang/include/clang/Sema/
DSema.h8105 OpenMPMapClauseKind MapType, SourceLocation DepLinMapLoc);
8173 OpenMPMapClauseKind MapTypeModifier, OpenMPMapClauseKind MapType,
/external/v8/test/cctest/
Dtest-api.cc3856 typedef typename v8::GlobalValueMap<K, V, PhantomStdMapTraits<K, V>> MapType; typedef in __anon1cb67c990211::PhantomStdMapTraits
3860 MapType* map;
3863 static WeakCallbackDataType* WeakCallbackParameter(MapType* map, const K& key, in WeakCallbackParameter()
3870 static MapType* MapFromWeakCallbackInfo( in MapFromWeakCallbackInfo()