Home
last modified time | relevance | path

Searched refs:MapType (Results 1 - 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DMapVector.h35 typename MapType = DenseMap<KeyT, unsigned>,
38 MapType Map;
42 std::is_integral<typename MapType::mapped_type>::value,
99 std::pair<KeyT, typename MapType::mapped_type> Pair = std::make_pair(Key, 0); in operator []()
100 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair); in operator []()
113 typename MapType::const_iterator Pos = Map.find(Key); in lookup()
118 std::pair<KeyT, typename MapType::mapped_type> Pair = std::make_pair(KV.first, 0); in insert()
119 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair); in insert()
131 std::pair<KeyT, typename MapType::mapped_type> Pair = std::make_pair(KV.first, 0); in insert()
132 std::pair<typename MapType in insert()
[all...]
/third_party/gn/src/gn/
H A Dninja_outputs_writer.cc30 using MapType = NinjaOutputsWriter::MapType;
49 static List CreateSortedList(const MapType& outputs_map, in CreateSortedList()
66 const MapType& outputs_map) { in GenerateJSON()
116 const MapType& outputs_map, in RunAndWriteFiles()
H A Dninja_outputs_writer.h25 using MapType = std::unordered_map<const Target*, std::vector<OutputFile>>;
27 static bool RunAndWriteFiles(const MapType& outputs_map,
38 static StringOutputBuffer GenerateJSON(const MapType& outputs_map);
H A Dninja_outputs_writer_unittest.cc20 using NinjaOutputsMap = NinjaOutputsWriter::MapType;
H A Dcommand_gen.cc80 using NinjaOutputsMap = NinjaOutputsWriter::MapType;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/
H A DPassRegistry.h42 using MapType = DenseMap<const void *, const PassInfo *>;
43 MapType PassInfoMap;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DRDFRegisters.h185 using MapType = std::map<RegisterId, LaneBitmask>;
188 MapType Masks;
189 MapType::iterator Pos;
H A DHexagonISelDAGToDAGHVX.cpp104 using MapType = std::map<Node, ColorKind>;
113 const MapType &colors() const { in colors()
127 MapType Colors;
478 const Coloring::MapType &M = G.colors();
545 const Coloring::MapType &M = G.colors();
H A DHexagonConstPropagation.cpp223 MapType::const_iterator F = Map.find(R); in has()
230 MapType::const_iterator F = Map.find(R); in get()
244 using MapType = std::map<unsigned, LatticeCell>;
246 MapType Map;
253 using const_iterator = MapType::const_iterator;
/third_party/node/deps/v8/include/
H A Dv8-util.h87 * You should not derive from this class, since MapType depends on the
96 MapType; typedef in v8::DefaultPersistentValueMapTraits
100 MapType* map, const K& key, Local<V> value) { in WeakCallbackParameter()
103 static MapType* MapFromWeakCallbackInfo( in MapFromWeakCallbackInfo()
125 typedef GlobalValueMap<K, V, DefaultGlobalMapTraits<K, V> > MapType; typedef in v8::DefaultGlobalMapTraits
128 static WeakCallbackDataType* WeakCallbackParameter(MapType* map, const K& key, in WeakCallbackParameter()
132 static MapType* MapFromWeakCallbackInfo( in MapFromWeakCallbackInfo()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-util.h87 * You should not derive from this class, since MapType depends on the
96 MapType; typedef in v8::DefaultPersistentValueMapTraits
100 MapType* map, const K& key, Local<V> value) { in WeakCallbackParameter()
103 static MapType* MapFromWeakCallbackInfo( in MapFromWeakCallbackInfo()
125 typedef GlobalValueMap<K, V, DefaultGlobalMapTraits<K, V> > MapType; typedef in v8::DefaultGlobalMapTraits
128 static WeakCallbackDataType* WeakCallbackParameter(MapType* map, const K& key, in WeakCallbackParameter()
132 static MapType* MapFromWeakCallbackInfo( in MapFromWeakCallbackInfo()
/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_table_driven.h227 MapType;
228 typedef typename Entry::template Parser<MapFieldType, MapType> ParserType;
301 typedef typename MapFieldType::MapType::const_iterator Iter;
H A Dmap_field_lite.h63 typedef Map<Key, T> MapType; typedef in google::protobuf::internal::MapFieldLite
H A Dmap_field.h452 typedef Map<Key, T> MapType; typedef in google::protobuf::internal::MapField
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/containers/
H A Dmru_cache.h52 template <typename, typename, typename> class MapType = MRUCacheStandardMap>
63 typename MapType<KeyType, typename PayloadList::iterator, HashOrCompareType>::Type KeyIndex;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp25 /// Yaml-map an endian-aware type EndianType as some other type MapType.
26 template <typename MapType, typename EndianType>
29 MapType Mapped = static_cast<typename EndianType::value_type>(Val); in mapRequiredAs()
35 /// other type MapType.
36 template <typename MapType, typename EndianType>
38 MapType Default) { in mapOptionalAs()
39 MapType Mapped = static_cast<typename EndianType::value_type>(Val); in mapOptionalAs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DPassRegistry.cpp43 MapType::const_iterator I = PassInfoMap.find(TI); in getPassInfo()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DBuffer.h31 enum class MapType : uint32_t; class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DCFLAndersAliasAnalysis.cpp227 using MapType = DenseMap<InstantiatedValue, AliasAttrs>;
229 MapType AttrMap;
232 using const_iterator = MapType::const_iterator;
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_split_test.cc385 template <typename MapType, typename Splitter>
387 MapType m = splitter; in TestMapConversionOperator()
/third_party/skia/third_party/externals/abseil-cpp/absl/status/
H A Dstatusor_test.cc1486 using MapType = std::map<std::string, absl::StatusOr<std::unique_ptr<int>>>; in TEST()
1488 MapType a; in TEST()
1491 MapType b(std::move(a)); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2974 using MapType = SmallDenseMap<PHINode *, size_t, 32>;
2984 MapType NodeMap;

Completed in 34 milliseconds