HomeSort by relevance Sort by last modified time
    Searched refs:MapType (Results 1 - 25 of 158) sorted by null

1 2 3 4 5 6 7

  /external/pdfium/core/fpdfapi/cmaps/
cmap_int.h 14 enum MapType { None, Single, Range, Reverse };
17 MapType m_WordMapType;
20 MapType m_DWordMapType;
  /external/eigen/doc/snippets/
Tutorial_Map_using.cpp 2 typedef Map<MatrixType> MapType;
10 MapType m2map(p,m2.size()); // m2map shares data with m2
  /external/libmojo/mojo/public/cpp/bindings/tests/
map_common_test.h 43 template <template <typename...> class MapType>
61 template <template <typename...> class MapType>
64 using StringType = typename TypeTraits<MapType>::StringType;
66 using ArrayType = typename TypeTraits<MapType>::template ArrayType<T>;
70 MapType<char, char> map0;
77 MapType<char, char> map1(nullptr);
87 MapType<StringType, int> map;
98 MapType<StringType, int> map;
109 MapType<StringType, int> map;
120 MapType<StringType, ArrayType<int32_t>> map
    [all...]
  /external/llvm/include/llvm/
PassRegistry.h 44 typedef DenseMap<const void *, const PassInfo *> MapType;
45 MapType PassInfoMap;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/
PassRegistry.h 44 typedef DenseMap<const void *, const PassInfo *> MapType;
45 MapType PassInfoMap;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/
PassRegistry.h 44 typedef DenseMap<const void *, const PassInfo *> MapType;
45 MapType PassInfoMap;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/
PassRegistry.h 44 typedef DenseMap<const void *, const PassInfo *> MapType;
45 MapType PassInfoMap;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/
PassRegistry.h 44 typedef DenseMap<const void *, const PassInfo *> MapType;
45 MapType PassInfoMap;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/
PassRegistry.h 44 typedef DenseMap<const void *, const PassInfo *> MapType;
45 MapType PassInfoMap;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/
PassRegistry.h 44 typedef DenseMap<const void *, const PassInfo *> MapType;
45 MapType PassInfoMap;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/
PassRegistry.h 44 typedef DenseMap<const void *, const PassInfo *> MapType;
45 MapType PassInfoMap;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/
PassRegistry.h 44 typedef DenseMap<const void *, const PassInfo *> MapType;
45 MapType PassInfoMap;
  /external/libcxx/test/std/containers/unord/unord.map/unord.map.swap/
swap_noexcept.pass.cpp 125 typedef std::pair<const MoveOnly, MoveOnly> MapType;
133 std::equal_to<MoveOnly>, test_allocator<MapType>> C;
138 std::equal_to<MoveOnly>, other_allocator<MapType>> C;
154 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp <MoveOnly>, some_alloc <MapType>> C;
158 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp <MoveOnly>, some_alloc2<MapType>> C;
162 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_alloc <MapType>> C;
166 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_alloc2<MapType>> C;
170 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp <MoveOnly>, some_alloc <MapType>> C;
174 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp <MoveOnly>, some_alloc2<MapType>> C;
178 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, some_alloc <MapType>> C
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
MapVector.h 30 typename MapType = llvm::DenseMap<KeyT, unsigned>,
36 MapType Map;
84 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair);
97 typename MapType::const_iterator Pos = Map.find(Key);
103 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair);
116 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair);
127 typename MapType::const_iterator Pos = Map.find(Key);
132 typename MapType::const_iterator Pos = Map.find(Key);
138 typename MapType::const_iterator Pos = Map.find(Key);
145 typename MapType::iterator Pos = Map.find(Vector.back().first)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
MapVector.h 30 typename MapType = llvm::DenseMap<KeyT, unsigned>,
36 MapType Map;
84 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair);
97 typename MapType::const_iterator Pos = Map.find(Key);
103 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair);
116 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair);
127 typename MapType::const_iterator Pos = Map.find(Key);
132 typename MapType::const_iterator Pos = Map.find(Key);
138 typename MapType::const_iterator Pos = Map.find(Key);
145 typename MapType::iterator Pos = Map.find(Vector.back().first)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
MapVector.h 30 typename MapType = llvm::DenseMap<KeyT, unsigned>,
36 MapType Map;
84 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair);
97 typename MapType::const_iterator Pos = Map.find(Key);
103 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair);
116 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair);
127 typename MapType::const_iterator Pos = Map.find(Key);
132 typename MapType::const_iterator Pos = Map.find(Key);
138 typename MapType::const_iterator Pos = Map.find(Key);
145 typename MapType::iterator Pos = Map.find(Vector.back().first)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
MapVector.h 30 typename MapType = llvm::DenseMap<KeyT, unsigned>,
36 MapType Map;
84 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair);
97 typename MapType::const_iterator Pos = Map.find(Key);
103 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair);
116 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair);
127 typename MapType::const_iterator Pos = Map.find(Key);
132 typename MapType::const_iterator Pos = Map.find(Key);
138 typename MapType::const_iterator Pos = Map.find(Key);
145 typename MapType::iterator Pos = Map.find(Vector.back().first)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
MapVector.h 30 typename MapType = llvm::DenseMap<KeyT, unsigned>,
36 MapType Map;
84 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair);
97 typename MapType::const_iterator Pos = Map.find(Key);
103 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair);
116 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair);
127 typename MapType::const_iterator Pos = Map.find(Key);
132 typename MapType::const_iterator Pos = Map.find(Key);
138 typename MapType::const_iterator Pos = Map.find(Key);
145 typename MapType::iterator Pos = Map.find(Vector.back().first)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
MapVector.h 30 typename MapType = llvm::DenseMap<KeyT, unsigned>,
36 MapType Map;
84 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair);
97 typename MapType::const_iterator Pos = Map.find(Key);
103 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair);
116 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair);
127 typename MapType::const_iterator Pos = Map.find(Key);
132 typename MapType::const_iterator Pos = Map.find(Key);
138 typename MapType::const_iterator Pos = Map.find(Key);
145 typename MapType::iterator Pos = Map.find(Vector.back().first)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
MapVector.h 30 typename MapType = llvm::DenseMap<KeyT, unsigned>,
36 MapType Map;
84 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair);
97 typename MapType::const_iterator Pos = Map.find(Key);
103 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair);
116 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair);
127 typename MapType::const_iterator Pos = Map.find(Key);
132 typename MapType::const_iterator Pos = Map.find(Key);
138 typename MapType::const_iterator Pos = Map.find(Key);
145 typename MapType::iterator Pos = Map.find(Vector.back().first)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
MapVector.h 30 typename MapType = llvm::DenseMap<KeyT, unsigned>,
36 MapType Map;
84 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair);
97 typename MapType::const_iterator Pos = Map.find(Key);
103 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair);
116 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair);
127 typename MapType::const_iterator Pos = Map.find(Key);
132 typename MapType::const_iterator Pos = Map.find(Key);
138 typename MapType::const_iterator Pos = Map.find(Key);
145 typename MapType::iterator Pos = Map.find(Vector.back().first)
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.map/unord.map.swap/
swap_noexcept.pass.cpp 122 typedef std::pair<const MoveOnly, MoveOnly> MapType;
130 std::equal_to<MoveOnly>, test_allocator<MapType>> C;
136 std::equal_to<MoveOnly>, other_allocator<MapType>> C;
154 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp <MoveOnly>, some_alloc <MapType>> C;
159 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp <MoveOnly>, some_alloc2<MapType>> C;
164 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_alloc <MapType>> C;
169 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_alloc2<MapType>> C;
174 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp <MoveOnly>, some_alloc <MapType>> C;
179 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp <MoveOnly>, some_alloc2<MapType>> C;
184 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, some_alloc <MapType>> C
    [all...]
  /external/llvm/include/llvm/ADT/
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);
93 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair);
104 typename MapType::const_iterator Pos = Map.find(Key);
109 typename MapType::const_iterator Pos = Map.find(Key);
115 typename MapType::const_iterator Pos = Map.find(Key);
122 typename MapType::iterator Pos = Map.find(Vector.back().first);
168 template <typename KeyT, typename ValueT, typename MapType, typename VectorType
    [all...]
  /prebuilts/go/darwin-x86/test/stress/
maps.go 13 func mapTypes() []MapType {
17 return []MapType{intMapType{}}
20 type MapType interface {
32 func stressMapType(mt MapType, done func()) {
  /prebuilts/go/linux-x86/test/stress/
maps.go 13 func mapTypes() []MapType {
17 return []MapType{intMapType{}}
20 type MapType interface {
32 func stressMapType(mt MapType, done func()) {

Completed in 1062 milliseconds

1 2 3 4 5 6 7