Searched defs:MapType (Results 1 - 18 of 18) sorted by relevance

/external/eigen/doc/snippets/
H A DTutorial_Map_using.cpp2 typedef Map<MatrixType> MapType; typedef
10 MapType m2map(p,m2.size()); // m2map shares data with m2
/external/llvm/include/llvm/
H A DPassRegistry.h44 typedef DenseMap<const void *, const PassInfo *> MapType; typedef in class:llvm::PassRegistry
45 MapType PassInfoMap;
/external/libcxx/test/std/containers/unord/unord.map/unord.map.swap/
H A Dswap_noexcept.pass.cpp120 typedef std::pair<const MoveOnly, MoveOnly> MapType; typedef
128 std::equal_to<MoveOnly>, test_allocator<MapType>> C;
134 std::equal_to<MoveOnly>, other_allocator<MapType>> C;
152 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp <MoveOnly>, some_alloc <MapType>> C;
157 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;
167 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_alloc2<MapType>> C;
172 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp <MoveOnly>, some_alloc <MapType>> C;
177 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp <MoveOnly>, some_alloc2<MapType>> C;
182 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, some_alloc <MapType>>
[all...]
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.swap/
H A Dswap_noexcept.pass.cpp119 typedef std::pair<const MoveOnly, MoveOnly> MapType; typedef
127 std::equal_to<MoveOnly>, test_allocator<MapType>> C;
133 std::equal_to<MoveOnly>, other_allocator<MapType>> C;
151 typedef std::unordered_multimap<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp <MoveOnly>, some_alloc <MapType>> C;
156 typedef std::unordered_multimap<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp <MoveOnly>, some_alloc2<MapType>> C;
161 typedef std::unordered_multimap<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_alloc <MapType>> C;
166 typedef std::unordered_multimap<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_alloc2<MapType>> C;
171 typedef std::unordered_multimap<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp <MoveOnly>, some_alloc <MapType>> C;
176 typedef std::unordered_multimap<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp <MoveOnly>, some_alloc2<MapType>> C;
181 typedef std::unordered_multimap<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, some_alloc <MapType>>
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_cmaps/
H A Dcmap_int.h13 enum MapType { None, Single, Range, Reverse }; enum in struct:FXCMAP_CMap
16 MapType m_WordMapType;
19 MapType m_DWordMapType;
/external/clang/lib/Serialization/
H A DModule.cpp60 typedef ContinuousRangeMap<Key, Offset, InitialCapacity> MapType; typedef
62 for (typename MapType::const_iterator I = Map.begin(), IEnd = Map.end();
/external/clang/include/clang/AST/
H A DCXXInheritance.h272 typedef llvm::MapVector<unsigned, ValuesT> MapType; typedef in class:clang::OverridingMethods
273 MapType Overrides;
277 typedef MapType::iterator iterator;
278 typedef MapType::const_iterator const_iterator;
H A DOpenMPClause.h2631 OpenMPMapClauseKind MapType; member in class:clang::OMPMapClause
2647 void setMapType(OpenMPMapClauseKind T) { MapType = T; }
2661 /// \param MapType Map type.
2668 OpenMPMapClauseKind MapType, SourceLocation MapLoc,
2672 MapTypeModifier(MapTypeModifier), MapType(MapType), MapLoc(MapLoc) {}
2681 MapTypeModifier(OMPC_MAP_unknown), MapType(OMPC_MAP_unknown), MapLoc() {}
2707 OpenMPMapClauseKind getMapType() const LLVM_READONLY { return MapType; }
2667 OMPMapClause(OpenMPMapClauseKind MapTypeModifier, OpenMPMapClauseKind MapType, SourceLocation MapLoc, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, unsigned N) argument
/external/clang/lib/Parse/
H A DParseOpenMP.cpp830 OpenMPMapClauseKind MapType = OMPC_MAP_unknown; local
882 LinearModifier, MapTypeModifier, MapType, DepLinMapLoc);
907 MapType = static_cast<OpenMPMapClauseKind>(getOpenMPSimpleClauseType(
914 MapType = static_cast<OpenMPMapClauseKind>(getOpenMPSimpleClauseType(
916 if (MapType == OMPC_MAP_unknown) {
918 } else if (MapType == OMPC_MAP_always) {
938 MapType = static_cast<OpenMPMapClauseKind>(getOpenMPSimpleClauseType(
940 if (MapType == OMPC_MAP_unknown || MapType == OMPC_MAP_always) {
945 MapType
[all...]
/external/eigen/Eigen/src/Core/
H A DPlainObjectBase.h113 typedef Eigen::Map<Derived, Unaligned> MapType; typedef in class:Eigen::PlainObjectBase
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/v8/include/
H A Dv8-util.h82 * You should not derive from this class, since MapType depends on the
91 MapType; typedef in class:v8::DefaultPersistentValueMapTraits
95 MapType* map, const K& key, Local<V> value) {
98 static MapType* MapFromWeakCallbackData(
120 typedef GlobalValueMap<K, V, DefaultGlobalMapTraits<K, V> > MapType; typedef in class:v8::DefaultGlobalMapTraits
123 static WeakCallbackDataType* WeakCallbackParameter(MapType* map, const K& key,
127 static MapType* MapFromWeakCallbackInfo(
/external/clang/lib/Analysis/
H A DConsumed.cpp458 typedef llvm::DenseMap<const Stmt *, PropagationInfo> MapType; typedef in class: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());
/external/opencv3/modules/ml/src/
H A Ddata.cpp118 typedef std::map<String, int> MapType; typedef in class:cv::ml::TrainDataImpl
225 nameMap = MapType();
525 MapType tempNameMap;
649 char missch, MapType& namemap, int& counter ) const
660 MapType::iterator it = namemap.find(token);
970 MapType nameMap;
/external/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3299 unsigned MapType; local
3306 MapType = OMP_MAP_BYCOPY;
3313 MapType = OMP_MAP_TO | OMP_MAP_FROM;
3315 MapType = OMP_MAP_BYCOPY;
3337 MapType |= OMP_MAP_PTR;
3352 MapType = ElementType->isAggregateType() ? (OMP_MAP_TO | OMP_MAP_FROM)
3355 MapType |= OMP_MAP_PTR;
3361 MapTypes.push_back(MapType);
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp9258 typedef llvm::DenseMap<const Type *, InheritingConstructorsForType> MapType; typedef in class:__anon1344::InheritingConstructorInfo
9259 MapType Map;
H A DTreeTransform.h1660 OpenMPMapClauseKind MapTypeModifier, OpenMPMapClauseKind MapType,
1664 return getSema().ActOnOpenMPMapClause(MapTypeModifier, MapType, MapLoc,
1659 RebuildOMPMapClause( OpenMPMapClauseKind MapTypeModifier, OpenMPMapClauseKind MapType, SourceLocation MapLoc, SourceLocation ColonLoc, ArrayRef<Expr *> VarList, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
/external/v8/test/cctest/
H A Dtest-api.cc3856 typedef typename v8::GlobalValueMap<K, V, PhantomStdMapTraits<K, V>> MapType; typedef in class:__anon18260::PhantomStdMapTraits
3860 MapType* map;
3863 static WeakCallbackDataType* WeakCallbackParameter(MapType* map, const K& key,
3870 static MapType* MapFromWeakCallbackInfo(
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...

Completed in 743 milliseconds