Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DMapVector.h36 typename MapType = DenseMap<KeyT, unsigned>,
39 MapType Map;
43 std::is_integral<typename MapType::mapped_type>::value,
100 std::pair<KeyT, typename MapType::mapped_type> Pair = std::make_pair(Key, 0);
101 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair);
114 typename MapType::const_iterator Pos = Map.find(Key); in lookup()
119 std::pair<KeyT, typename MapType::mapped_type> Pair = std::make_pair(KV.first, 0); in insert()
120 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair); in insert()
132 std::pair<KeyT, typename MapType::mapped_type> Pair = std::make_pair(KV.first, 0); in insert()
133 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair); in insert()
[all …]
/external/libcxx/test/std/containers/unord/unord.map/unord.map.swap/
Dswap_noexcept.pass.cpp125 typedef std::pair<const MoveOnly, MoveOnly> MapType; in main() typedef
133 std::equal_to<MoveOnly>, test_allocator<MapType>> C; in main()
138 std::equal_to<MoveOnly>, other_allocator<MapType>> C; in main()
154 …ordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp <MoveOnly>, some_alloc <MapType>> C; in main()
158 …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()
166 …ordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_alloc2<MapType>> C; in main()
170 …rdered_map<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp <MoveOnly>, some_alloc <MapType>> C; in main()
174 …rdered_map<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp <MoveOnly>, some_alloc2<MapType>> C; in main()
178 …rdered_map<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/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DInfoByHwMode.h61 typedef std::map<unsigned,InfoT> MapType; typedef
62 typedef typename MapType::value_type PairType;
63 typedef typename MapType::iterator iterator;
64 typedef typename MapType::const_iterator const_iterator;
67 InfoByHwMode(const MapType &M) : Map(M) {} in InfoByHwMode()
116 MapType Map;
/external/perfetto/src/traced/probes/filesystem/
Dlru_inode_cache.h44 using MapType = std::map<const InodeKey, ListIteratorType>; variable
46 void Insert(MapType::iterator map_it, InodeKey k, InodeMapValue v);
49 MapType map_;
Dlru_inode_cache.cc39 void LRUInodeCache::Insert(typename MapType::iterator map_it, in Insert()
/external/pdfium/fxjs/
Dfxjs_v8.h55 typedef v8::GlobalValueMap<void*, v8::Object, V8TemplateMapTraits> MapType; typedef
59 WeakCallbackParameter(MapType* map, void* key, v8::Local<v8::Object> value) { in WeakCallbackParameter()
62 static MapType* MapFromWeakCallbackInfo(
83 typedef v8::GlobalValueMap<void*, v8::Object, V8TemplateMapTraits> MapType; typedef
93 MapType m_map;
/external/swiftshader/third_party/LLVM/lib/VMCore/
DPassRegistry.cpp47 typedef DenseMap<const void*, const PassInfo*> MapType; typedef
48 MapType PassInfoMap;
89 PassRegistryImpl::MapType::const_iterator I = Impl->PassInfoMap.find(TI); in getPassInfo()
125 PassRegistryImpl::MapType::iterator I = in unregisterPass()
137 for (PassRegistryImpl::MapType::const_iterator I = Impl->PassInfoMap.begin(), in enumerateWith()
/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;
/external/eigen/test/
Dpermutationmatrices.cpp126 typedef Map<MatrixType, Aligned, S> MapType; in bug890() typedef
137 MapType(v1.data(),2,1,S(1,1)) = P * MapType(rhs.data(),2,1,S(1,1)); in bug890()
140 MapType(v1.data(),2,1,S(1,1)) = P.inverse() * MapType(rhs.data(),2,1,S(1,1)); in bug890()
Dcuda_basic.cu73 typedef Map<Array<typename T::Scalar,Dynamic,Dynamic> > MapType; in operator ()() typedef
74 MapType(out+i*stride+0*step, x1.rows()*2, x1.cols()*2) = x1.replicate(2,2); in operator ()()
75 MapType(out+i*stride+1*step, x1.rows()*3, x1.cols()) = in[i] * x1.colwise().replicate(3); in operator ()()
76 MapType(out+i*stride+2*step, x1.rows(), x1.cols()*3) = in[i] * x1.rowwise().replicate(3); in operator ()()
/external/antlr/runtime/Cpp/include/
Dantlr3tokenstream.hpp223 template<bool TOKENS_ACCESSED_FROM_OWNING_RULE, class ListType, class MapType>
230 template<class ListType, class MapType>
231 class TokenStoreSelector<true, ListType, MapType>
234 typedef MapType TokensType;
/external/pdfium/core/fpdfapi/cmaps/
Dcmap_int.h21 enum MapType : uint8_t { Single, Range }; enum
28 MapType m_WordMapType;
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/
DPassRegistry.h43 using MapType = DenseMap<const void *, const PassInfo *>; variable
44 MapType PassInfoMap;
/external/llvm/include/llvm/
DPassRegistry.h44 typedef DenseMap<const void *, const PassInfo *> MapType; typedef
45 MapType PassInfoMap;
/external/tensorflow/tensorflow/core/kernels/
Dmap_stage_op.cc67 using MapType = std::map<KeyType, Data, KeyTensorLess>; typedef
75 using MapType = typedef
88 using MapType = typename MapTraits<Ordered, OptionalTuple>::MapType; typedef in tensorflow::__anonf2748bbc0111::StagingMap
91 using IncompleteType = typename MapTraits<false, OptionalTuple>::MapType;
103 MapType map_ GUARDED_BY(mu_);
380 typename MapType::iterator it; in get()
402 typename MapType::iterator it; in pop()
/external/v8/include/
Dv8-util.h92 MapType; typedef
96 MapType* map, const K& key, Local<V> value) { in WeakCallbackParameter()
99 static MapType* MapFromWeakCallbackInfo( in MapFromWeakCallbackInfo()
121 typedef GlobalValueMap<K, V, DefaultGlobalMapTraits<K, V> > MapType; typedef
124 static WeakCallbackDataType* WeakCallbackParameter(MapType* map, const K& key, in WeakCallbackParameter()
128 static MapType* MapFromWeakCallbackInfo( in MapFromWeakCallbackInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DRDFRegisters.h186 using MapType = std::map<RegisterId, LaneBitmask>; member
189 MapType Masks;
190 MapType::iterator Pos;
/external/clang/lib/Serialization/
DModule.cpp58 typedef ContinuousRangeMap<Key, Offset, InitialCapacity> MapType; in dumpLocalRemap() typedef
60 for (typename MapType::const_iterator I = Map.begin(), IEnd = Map.end(); in dumpLocalRemap()
/external/clang/lib/Parse/
DParseOpenMP.cpp1609 Data.MapType = in ParseOpenMPVarList()
1619 if (Data.MapType == OMPC_MAP_unknown) in ParseOpenMPVarList()
1621 else if (Data.MapType == OMPC_MAP_always) in ParseOpenMPVarList()
1627 Data.MapTypeModifier = Data.MapType; in ParseOpenMPVarList()
1637 Data.MapType = in ParseOpenMPVarList()
1642 if (Data.MapType == OMPC_MAP_unknown || in ParseOpenMPVarList()
1643 Data.MapType == OMPC_MAP_always) in ParseOpenMPVarList()
1647 Data.MapType = OMPC_MAP_tofrom; in ParseOpenMPVarList()
1651 Data.MapType = OMPC_MAP_tofrom; in ParseOpenMPVarList()
1655 Data.MapType = OMPC_MAP_tofrom; in ParseOpenMPVarList()
[all …]
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVUtil.h76 #define SPIRV_DEF_NAMEMAP(Type,MapType) \ argument
77 typedef SPIRVMap<Type, std::string> MapType; \
78 inline MapType getNameMap(Type){ MapType MT; return MT;}
/external/libchrome/base/containers/
Dmru_cache.h55 template <typename, typename, typename> class MapType =
65 typedef typename MapType<KeyType,
/external/eigen/Eigen/src/Core/
DPlainObjectBase.h123 typedef Eigen::Map<Derived, Unaligned> MapType;
585 static inline MapType Map(Scalar* data)
586 { return MapType(data); }
589 static inline MapType Map(Scalar* data, Index size)
590 { return MapType(data, size); }
593 static inline MapType Map(Scalar* data, Index rows, Index cols)
594 { return MapType(data, rows, cols); }
/external/llvm/lib/IR/
DPassRegistry.cpp39 MapType::const_iterator I = PassInfoMap.find(TI); in getPassInfo()

12