/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | MapVector.h | 36 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/ |
D | swap_noexcept.pass.cpp | 125 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/ |
D | MapVector.h | 30 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/ |
D | InfoByHwMode.h | 61 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/ |
D | lru_inode_cache.h | 44 using MapType = std::map<const InodeKey, ListIteratorType>; variable 46 void Insert(MapType::iterator map_it, InodeKey k, InodeMapValue v); 49 MapType map_;
|
D | lru_inode_cache.cc | 39 void LRUInodeCache::Insert(typename MapType::iterator map_it, in Insert()
|
/external/pdfium/fxjs/ |
D | fxjs_v8.h | 55 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/ |
D | PassRegistry.cpp | 47 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/ |
D | CXXInheritance.h | 272 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/ |
D | permutationmatrices.cpp | 126 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()
|
D | cuda_basic.cu | 73 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/ |
D | antlr3tokenstream.hpp | 223 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/ |
D | cmap_int.h | 21 enum MapType : uint8_t { Single, Range }; enum 28 MapType m_WordMapType;
|
/external/eigen/doc/snippets/ |
D | Tutorial_Map_using.cpp | 2 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/ |
D | PassRegistry.h | 43 using MapType = DenseMap<const void *, const PassInfo *>; variable 44 MapType PassInfoMap;
|
/external/llvm/include/llvm/ |
D | PassRegistry.h | 44 typedef DenseMap<const void *, const PassInfo *> MapType; typedef 45 MapType PassInfoMap;
|
/external/tensorflow/tensorflow/core/kernels/ |
D | map_stage_op.cc | 67 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/ |
D | v8-util.h | 92 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/ |
D | RDFRegisters.h | 186 using MapType = std::map<RegisterId, LaneBitmask>; member 189 MapType Masks; 190 MapType::iterator Pos;
|
/external/clang/lib/Serialization/ |
D | Module.cpp | 58 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/ |
D | ParseOpenMP.cpp | 1609 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/ |
D | SPIRVUtil.h | 76 #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/ |
D | mru_cache.h | 55 template <typename, typename, typename> class MapType = 65 typedef typename MapType<KeyType,
|
/external/eigen/Eigen/src/Core/ |
D | PlainObjectBase.h | 123 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/ |
D | PassRegistry.cpp | 39 MapType::const_iterator I = PassInfoMap.find(TI); in getPassInfo()
|