Home
last modified time | relevance | path

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

12345678910>>...158

/dports/devel/libs11n/libs11n-1.2.10-nobuildfiles/include/s11n.net/s11n/proxy/
H A Dmapish.hpp74 template <typename NodeType, typename MapType>
79 template <typename NodeType, typename MapType>
122 template <typename NodeType, typename MapType>
127 template <typename NodeType, typename MapType>
250 template <typename NodeType, typename MapType>
292 template <typename NodeType, typename MapType>
448 template <typename NodeType, typename MapType>
451 return serialize_map<NodeType,MapType>( dest, src ); in operator ()()
454 template <typename NodeType, typename MapType>
516 template <typename NodeType, typename MapType>
[all …]
H A Dmapish.tpp11 template <typename NodeType, typename MapType>
15 typedef typename MapType::value_type VT;
31 template <typename NodeType, typename MapType>
34 const MapType & src )
74 MapType & dest )
144 typedef ::s11n::s11n_traits<MapType> STR;
146 typedef typename MapType::value_type VT;
183 MapType buf;
360 const MapType & src )
391 MapType buffer;
[all …]
/dports/devel/functionalplus/FunctionalPlus-0.2.18-p0/include/fplus/
H A Dmaps.hpp128 MapType map_union(const MapType& dict1, const MapType& dict2) in map_union()
375 template <typename MapType, typename Key = typename MapType::key_type>
388 MapType map_keep_if(Pred pred, const MapType& map)
390 MapType result;
407 MapType map_drop_if(Pred pred, const MapType& map)
419 MapType map_keep(const KeyContainer& keys, const MapType& map)
434 MapType map_drop(const KeyContainer& keys, const MapType& map)
449 MapType map_keep_if_value(Pred pred, const MapType& map)
451 MapType result;
468 MapType map_drop_if_value(Pred pred, const MapType& map)
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bx/include/bx/
H A Dmaputil.h13 template<typename MapType>
14 …typename MapType::iterator mapInsertOrUpdate(MapType& _map, const typename MapType::key_type& _key… in mapInsertOrUpdate()
16 typename MapType::iterator it = _map.lower_bound(_key); in mapInsertOrUpdate()
24 typename MapType::value_type pair(_key, _value); in mapInsertOrUpdate()
28 template<typename MapType>
29 bool mapRemove(MapType& _map, const typename MapType::value_type::first_type& _first) in mapRemove()
31 typename MapType::const_iterator it = _map.find(_first); in mapRemove()
41 template<typename MapType>
42 bool mapRemove(MapType& _map, const typename MapType::value_type::second_type& _second) in mapRemove()
44 for (typename MapType::const_iterator it = _map.begin(), itEnd = _map.end(); it != itEnd; ++it) in mapRemove()
/dports/emulators/mame/mame-mame0226/3rdparty/bx/include/bx/
H A Dmaputil.h13 template<typename MapType>
14 …typename MapType::iterator mapInsertOrUpdate(MapType& _map, const typename MapType::key_type& _key… in mapInsertOrUpdate()
16 typename MapType::iterator it = _map.lower_bound(_key); in mapInsertOrUpdate()
24 typename MapType::value_type pair(_key, _value); in mapInsertOrUpdate()
28 template<typename MapType>
29 bool mapRemove(MapType& _map, const typename MapType::value_type::first_type& _first) in mapRemove()
31 typename MapType::const_iterator it = _map.find(_first); in mapRemove()
41 template<typename MapType>
42 bool mapRemove(MapType& _map, const typename MapType::value_type::second_type& _second) in mapRemove()
44 for (typename MapType::const_iterator it = _map.begin(), itEnd = _map.end(); it != itEnd; ++it) in mapRemove()
/dports/games/springlobby/springlobby-0.180/src/lsl/src/lsl/container/
H A Dbase.h27 MapType; typedef
37 MissingItemException( const typename MapType::size_type& idx );
52 typename MapType::size_type size() const;
56 typename MapType::iterator begin() { return m_map.begin(); } in begin()
57 typename MapType::const_iterator end() const { return m_map.end(); } in end()
58 typename MapType::iterator end() { return m_map.end(); } in end()
64 const PointerType At( const typename MapType::size_type index );
73 MapType m_map;
75 mutable typename MapType::const_iterator m_seek;
76 mutable typename MapType::size_type m_seekpos;
[all …]
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/language/duchain/types/
H A Dcontainertypes.cpp19 REGISTER_TYPE(MapType);
30 MapType::MapType() in MapType() function in KDevelop::MapType
31 : ListType(createData<MapType>()) { } in MapType()
33 MapType::MapType(ListTypeData& data) in MapType() function in KDevelop::MapType
36 MapType::MapType(const MapType& rhs) in MapType() function in KDevelop::MapType
54 IndexedType MapType::keyType() const in keyType()
64 AbstractType* MapType::clone() const in clone()
66 return new MapType(*this); in clone()
79 QString MapType::toString() const in toString()
120 auto c = dynamic_cast<const MapType*>(rhs); in equals()
[all …]
/dports/misc/dartsim/dart-6.11.1/dart/common/detail/
H A DCloneable.hpp411 template <typename MapType>
426 CloneableMap<MapType>::CloneableMap(const MapType& otherMap) in CloneableMap()
433 CloneableMap<MapType>::CloneableMap(MapType&& otherMap) in CloneableMap()
440 CloneableMap<MapType>& CloneableMap<MapType>::operator=( in operator =()
449 CloneableMap<MapType>& CloneableMap<MapType>::operator=( in operator =()
459 CloneableMap<MapType>& CloneableMap<MapType>::operator=(const MapType& otherMap) in operator =()
467 CloneableMap<MapType>& CloneableMap<MapType>::operator=(MapType&& otherHolder) in operator =()
483 void CloneableMap<MapType>::copy(const MapType& otherMap, bool merge) in copy()
559 void CloneableMap<MapType>::merge(const MapType& otherMap) in merge()
566 MapType& CloneableMap<MapType>::getMap() in getMap()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/include/
H A DitkMapContainer.hxx37 return this->MapType::operator[](id); in ElementAt()
49 return this->MapType::find(id)->second; in ElementAt()
65 return this->MapType::operator[](id); in CreateElementAt()
77 return this->MapType::find(id)->second; in GetElement()
89 MapType::operator[](id) = element; in SetElement()
102 this->MapType::operator[](id) = element; in InsertElement()
115 return ( this->MapType::find(id) != this->MapType::end() ); in IndexExists()
128 auto it = this->MapType::find(id); in GetElementIfIndexExists()
129 if( it != this->MapType::end() ) in GetElementIfIndexExists()
163 this->MapType::erase(id); in DeleteIndex()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/blink/
H A Dinterval_map.h85 IntervalMapConstIterator(const MapType* map, in IntervalMapConstIterator()
106 typename MapType::const_iterator next = iter_; in interval_end()
151 const MapType* map_;
155 typename MapType::const_iterator iter_;
187 typename MapType::iterator b = MakeEntry(to); in IncrementInterval()
204 typename MapType::iterator c = a; in SetInterval()
240 const MapType& map() const { return map_; } in map()
249 typename MapType::value_type tmp(k, 0); in MakeEntry()
267 typename MapType::iterator first = i; in RemoveDuplicates()
268 typename MapType::iterator second = i; in RemoveDuplicates()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/blink/
H A Dinterval_map.h85 IntervalMapConstIterator(const MapType* map, in IntervalMapConstIterator()
106 typename MapType::const_iterator next = iter_; in interval_end()
151 const MapType* map_;
155 typename MapType::const_iterator iter_;
187 typename MapType::iterator b = MakeEntry(to); in IncrementInterval()
204 typename MapType::iterator c = a; in SetInterval()
240 const MapType& map() const { return map_; } in map()
249 typename MapType::value_type tmp(k, 0); in MakeEntry()
267 typename MapType::iterator first = i; in RemoveDuplicates()
268 typename MapType::iterator second = i; in RemoveDuplicates()
[all …]
/dports/science/py-pymol/pymol-open-source-2.4.0/layer0/
H A DMap.h27 struct MapType { struct
45 ~MapType(); argument
64 int MapSetupExpress(MapType * I);
75 void MapLocus(MapType * map, const float *v, int *a, int *b, int *c);
76 int *MapLocusEStart(MapType * map, const float *v);
79 int MapExclLocusEStart(MapType* map, const float* v);
90 float MapGetDiv(MapType * I);
95 int MapInside(MapType * I, const float *v, int *a, int *b, int *c);
97 int MapInsideXY(MapType * I, const float *v, int *a, int *b, int *c);
98 int MapSetupExpressXY(MapType * I, int n_vert, int negative_start);
[all …]
/dports/math/openfst/openfst-1.8.1/src/script/
H A Dgetters.cc70 *map_type = MapType::ARC_SUM; in GetMapType()
74 *map_type = MapType::IDENTITY; in GetMapType()
78 *map_type = MapType::INVERT; in GetMapType()
82 *map_type = MapType::PLUS; in GetMapType()
84 *map_type = MapType::POWER; in GetMapType()
86 *map_type = MapType::QUANTIZE; in GetMapType()
88 *map_type = MapType::RMWEIGHT; in GetMapType()
92 *map_type = MapType::TIMES; in GetMapType()
94 *map_type = MapType::TO_LOG; in GetMapType()
96 *map_type = MapType::TO_LOG64; in GetMapType()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/policy/status_collector/
H A Dinterval_map.h92 IntervalMapConstIterator(const MapType* map, in IntervalMapConstIterator()
115 typename MapType::const_iterator next = iter_; in interval_end()
160 const MapType* map_;
164 typename MapType::const_iterator iter_;
197 typename MapType::iterator b = MakeEntry(to); in IncrementInterval()
211 typename MapType::iterator b = MakeEntry(to); in SetInterval()
214 typename MapType::iterator c = a; in SetInterval()
250 const MapType& map() const { return map_; } in map()
275 typename MapType::iterator first = i; in RemoveDuplicates()
276 typename MapType::iterator second = i; in RemoveDuplicates()
[all …]
/dports/devel/xparam/xparam-1.22/lib/xparam/
H A Dxpv_reg_map.h67 typedef std::map<KEY,VALUE> MapType; typedef
85 typedef std::map<KEY,VALUE*> MapType; typedef
104 typedef std::map<KEY,const VALUE*> MapType; typedef
129 typedef typename MapKind::MapType MapType; typedef
137 std::auto_ptr<MapType> m(new MapType); in create()
167 typedef typename MapKind::MapType MapType; typedef
175 typename MapType::const_iterator i; in sub_objects()
198 typedef typename MapKind::MapType MapType; typedef
215 typedef typename MapKind::MapType MapType; typedef
228 param_ctor(TypeTag<MapType>()); in do_registration()
[all …]
/dports/math/polymake/polymake-4.5/apps/group/include/
H A Dinduced_action.h29 template<typename DomainConstIterator, typename MapType>
30 const MapType&
32 const MapType& _index_of, in valid_index_of()
33 MapType& _new_index_of) in valid_index_of()
51 const MapType& _index_of) in induced_permutation_impl()
53 typedef typename MapType::key_type DomainType; in induced_permutation_impl()
54 MapType _new_index_of; in induced_permutation_impl()
55 const MapType& index_of(valid_index_of(domain_it, _index_of, _new_index_of)); in induced_permutation_impl()
91 const MapType& _index_of) in induced_permutations_impl()
93 MapType _new_index_of; in induced_permutations_impl()
[all …]
/dports/devel/sparsehash/sparsehash-sparsehash-2.0.4/src/
H A Dtime_hash_map.cc428 template<class MapType>
430 MapType set; in time_map_grow()
443 template<class MapType>
445 MapType set; in time_map_grow_predicted()
461 MapType set; in time_map_replace()
481 MapType set; in time_map_fetch()
530 MapType set; in time_map_fetch_empty()
548 MapType set; in time_map_remove()
567 MapType set; in time_map_toggle()
586 MapType set; in time_map_iterate()
[all …]
/dports/math/openfst/openfst-1.8.1/src/include/fst/script/
H A Dmap.h52 enum class MapType : uint8 { enum
81 case MapType::ARC_SUM: { in Map()
91 case MapType::IDENTITY: { in Map()
101 case MapType::INVERT: { in Map()
111 case MapType::PLUS: { in Map()
117 case MapType::POWER: { in Map()
123 case MapType::QUANTIZE: { in Map()
129 case MapType::RMWEIGHT: { in Map()
139 case MapType::TIMES: { in Map()
145 case MapType::TO_LOG: { in Map()
[all …]
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/math/
H A DTransform.h138 template<typename MapType> typename MapType::Ptr map();
139 template<typename MapType> typename MapType::ConstPtr map() const;
140 template<typename MapType> typename MapType::ConstPtr constMap() const;
167 template<typename MapType>
168 inline typename MapType::Ptr
174 return typename MapType::Ptr(); in map()
178 template<typename MapType>
179 inline typename MapType::ConstPtr
187 template<typename MapType>
188 inline typename MapType::ConstPtr
[all …]
/dports/www/otrs/otrs-rel-6_0_29/scripts/test/GenericInterface/Mapping/
H A DSimple.t137 MapType => 'Keep',
140 MapType => 'Keep',
152 MapType => 'Keep',
155 MapType => 'Keep',
229 MapType => 'Keep',
258 MapType => 'Keep',
279 MapType => 'Keep',
283 MapType => 'Keep',
307 MapType => 'Keep',
327 MapType => 'Keep',
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/oox/helper/
H A Dcontainerhelper.hxx221 template< typename MapType >
222 static const typename MapType::mapped_type*
223 … getMapElement( const MapType& rMap, const typename MapType::key_type& rKey );
227 template< typename MapType >
228 static const typename MapType::mapped_type&
229 …getMapElement( const MapType& rMap, const typename MapType::key_type& rKey, const typename MapType
276 template< typename MapType >
277 /*static*/ const typename MapType::mapped_type* ContainerHelper::getMapElement( const MapType& rMap… in getMapElement()
279 typename MapType::const_iterator aIt = rMap.find( rKey ); in getMapElement()
283 template< typename MapType >
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/oox/helper/
H A Dcontainerhelper.hxx221 template< typename MapType >
222 static const typename MapType::mapped_type*
223 … getMapElement( const MapType& rMap, const typename MapType::key_type& rKey );
227 template< typename MapType >
228 static const typename MapType::mapped_type&
229 …getMapElement( const MapType& rMap, const typename MapType::key_type& rKey, const typename MapType
276 template< typename MapType >
277 /*static*/ const typename MapType::mapped_type* ContainerHelper::getMapElement( const MapType& rMap… in getMapElement()
279 typename MapType::const_iterator aIt = rMap.find( rKey ); in getMapElement()
283 template< typename MapType >
[all …]
/dports/misc/usd/USD-21.11/pxr/usd/sdf/
H A DmapEditor.h44 template <class MapType>
47 typedef typename MapType::key_type key_type;
48 typedef typename MapType::mapped_type mapped_type;
49 typedef typename MapType::value_type value_type;
50 typedef typename MapType::iterator iterator;
65 virtual const MapType* GetData() const = 0;
71 virtual MapType* GetData() = 0;
76 virtual void Copy(const MapType& other) = 0;
/dports/misc/usd/USD-21.11/pxr/base/js/
H A Dconverter.h37 template <class ValueType, class MapType, bool UseInt64 = true>
47 template <class ValueType, class MapType>
48 struct Js_ValueToInt<ValueType, MapType, false>
78 template <class ValueType, class MapType, bool UseInt64 = true>
105 return Js_ValueToInt<ValueType, MapType, UseInt64>::Apply(value);
116 static MapType _ObjectToMap(const JsObject& object) {
117 MapType result;
138 template <class ValueType, class MapType>
140 return JsValueTypeConverter<ValueType, MapType>::Convert(value);
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/core/data/
H A Dstring_encoding_dictionary.hpp36 using MapType = std::unordered_map<Token, size_t>; typedef in mlpack::data::StringEncodingDictionary
89 const MapType& Mapping() const { return mapping; } in Mapping()
91 MapType& Mapping() { return mapping; } in Mapping()
104 MapType mapping;
115 using MapType = std::unordered_map< typedef in mlpack::data::StringEncodingDictionary
208 const MapType& Mapping() const { return mapping; } in Mapping()
210 MapType& Mapping() { return mapping; } in Mapping()
252 MapType mapping;
260 using MapType = std::array<size_t, 1 << CHAR_BIT>; typedef in mlpack::data::StringEncodingDictionary
325 MapType& Mapping() { return mapping; } in Mapping()
[all …]

12345678910>>...158