Home
last modified time | relevance | path

Searched refs:ConstIterator (Results 201 – 225 of 7049) sorted by relevance

12345678910>>...282

/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DDenseSet.h109 class ConstIterator; variable
114 friend class ConstIterator; variable
141 class ConstIterator {
153 ConstIterator() = default;
154 ConstIterator(const Iterator &B) : I(B.I) {} in ConstIterator() function
160 ConstIterator& operator++() { ++I; return *this; }
162 friend bool operator==(const ConstIterator &X, const ConstIterator &Y) {
165 friend bool operator!=(const ConstIterator &X, const ConstIterator &Y) {
171 using const_iterator = ConstIterator;
181 return ConstIterator(TheMap.find(V)); in find()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/ADT/
H A DDenseSet.h109 class ConstIterator; variable
114 friend class ConstIterator; variable
141 class ConstIterator {
153 ConstIterator() = default;
154 ConstIterator(const Iterator &B) : I(B.I) {} in ConstIterator() function
160 ConstIterator& operator++() { ++I; return *this; }
162 friend bool operator==(const ConstIterator &X, const ConstIterator &Y) {
165 friend bool operator!=(const ConstIterator &X, const ConstIterator &Y) {
171 using const_iterator = ConstIterator;
181 return ConstIterator(TheMap.find(V)); in find()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/common/
H A DSerialStorage.h53 class ConstIterator {
55 ConstIterator(ConstStorageIterator start);
56 ConstIterator& operator++();
58 bool operator==(const ConstIterator& other) const;
59 bool operator!=(const ConstIterator& other) const;
83 ConstIterator begin() const;
84 ConstIterator end() const;
277 SerialStorage<Derived>::ConstIterator::ConstIterator( in ConstIterator() function
283 typename SerialStorage<Derived>::ConstIterator&
284 SerialStorage<Derived>::ConstIterator::operator++() {
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DDenseSet.h109 class ConstIterator; variable
114 friend class ConstIterator; variable
141 class ConstIterator {
153 ConstIterator() = default;
154 ConstIterator(const Iterator &B) : I(B.I) {} in ConstIterator() function
160 ConstIterator& operator++() { ++I; return *this; }
162 friend bool operator==(const ConstIterator &X, const ConstIterator &Y) {
165 friend bool operator!=(const ConstIterator &X, const ConstIterator &Y) {
171 using const_iterator = ConstIterator;
181 return ConstIterator(TheMap.find(V)); in find()
[all …]
/dports/math/blaze/blaze-3.8/blaze/math/expressions/
H A DDVecDVecMultExpr.h185 class ConstIterator
252 inline BLAZE_DEVICE_CALLABLE ConstIterator& operator++() {
265 return ConstIterator( left_++, right_++ );
287 return ConstIterator( left_--, right_-- );
395 …friend inline BLAZE_DEVICE_CALLABLE const ConstIterator operator+( const ConstIterator& it, size_t…
407 …friend inline BLAZE_DEVICE_CALLABLE const ConstIterator operator+( size_t inc, const ConstIterator
419 …friend inline BLAZE_DEVICE_CALLABLE const ConstIterator operator-( const ConstIterator& it, size_t…
505 inline ConstIterator begin() const { in begin()
506 return ConstIterator( lhs_.begin(), rhs_.begin() ); in begin()
515 inline ConstIterator end() const { in end()
[all …]
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/taglib/toolkit/
H A Dtpropertymap.cpp41 for(SimplePropertyMap::ConstIterator it = m.begin(); it != m.end(); ++it){ in PropertyMap()
78 PropertyMap::ConstIterator PropertyMap::find(const String &key) const in find()
90 for(ConstIterator it = other.begin(); it != other.end(); ++it) { in contains()
107 for(ConstIterator it = other.begin(); it != other.end(); ++it) in erase()
114 for(PropertyMap::ConstIterator it = other.begin(); it != other.end(); ++it) in merge()
132 for(ConstIterator it = other.begin(); it != other.end(); ++it) { in operator ==()
133 ConstIterator thisFind = find(it->first); in operator ==()
137 for(ConstIterator it = begin(); it != end(); ++it) { in operator ==()
138 ConstIterator otherFind = other.find(it->first); in operator ==()
154 for(ConstIterator it = begin(); it != end(); ++it) in toString()
[all …]
/dports/audio/taglib/taglib-1.12/taglib/toolkit/
H A Dtpropertymap.cpp41 for(SimplePropertyMap::ConstIterator it = m.begin(); it != m.end(); ++it){ in PropertyMap()
78 PropertyMap::ConstIterator PropertyMap::find(const String &key) const in find()
90 for(ConstIterator it = other.begin(); it != other.end(); ++it) { in contains()
107 for(ConstIterator it = other.begin(); it != other.end(); ++it) in erase()
114 for(PropertyMap::ConstIterator it = other.begin(); it != other.end(); ++it) in merge()
132 for(ConstIterator it = other.begin(); it != other.end(); ++it) { in operator ==()
133 ConstIterator thisFind = find(it->first); in operator ==()
137 for(ConstIterator it = begin(); it != end(); ++it) { in operator ==()
138 ConstIterator otherFind = other.find(it->first); in operator ==()
154 for(ConstIterator it = begin(); it != end(); ++it) in toString()
[all …]
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/taglib_plugin/taglib-1.11/taglib/toolkit/
H A Dtpropertymap.cpp41 for(SimplePropertyMap::ConstIterator it = m.begin(); it != m.end(); ++it){ in PropertyMap()
78 PropertyMap::ConstIterator PropertyMap::find(const String &key) const in find()
90 for(ConstIterator it = other.begin(); it != other.end(); ++it) { in contains()
107 for(ConstIterator it = other.begin(); it != other.end(); ++it) in erase()
114 for(PropertyMap::ConstIterator it = other.begin(); it != other.end(); ++it) in merge()
132 for(ConstIterator it = other.begin(); it != other.end(); ++it) { in operator ==()
133 ConstIterator thisFind = find(it->first); in operator ==()
137 for(ConstIterator it = begin(); it != end(); ++it) { in operator ==()
138 ConstIterator otherFind = other.find(it->first); in operator ==()
154 for(ConstIterator it = begin(); it != end(); ++it) in toString()
[all …]
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/layers/
H A Dimage_layout_map.h118 class ConstIterator {
120 ConstIterator& operator++() {
133 bool operator==(const ConstIterator& other) const { return AtEnd() && other.AtEnd(); };
134 bool operator!=(const ConstIterator& other) const { return AtEnd() != other.AtEnd(); };
154 ConstIterator Find(const VkImageSubresourceRange& subres_range, bool skip_invalid = true,
157 … return ConstIterator(layouts_, encoder_, subres_range, skip_invalid, always_get_initial);
163 ConstIterator Begin(bool always_get_initial = true) const;
164 …inline ConstIterator begin() const { return Begin(); } // STL style, for range based loops and fa… in begin()
165 const ConstIterator& End() const { return end_iterator; } in End()
166 …const ConstIterator& end() const { return End(); } // STL style, for range based loops and famili… in end()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/include/util/
H A DConfigValues.hpp41 class ConstIterator { class in ConfigValues
46 ConstIterator(const ConfigValues&c) : m_cfg(c) in ConstIterator() function in ConfigValues::ConstIterator
74 class Iterator : public ConstIterator {
77 Iterator(ConfigValues&c) : ConstIterator(c), m_cfg(c) {} in Iterator()
78 Iterator(ConfigValues&c, const ConstIterator& i):ConstIterator(c),m_cfg(c){ in Iterator()
91 friend class ConstIterator;
191 ConfigValues::ConstIterator::get(Uint32 key, Uint32 * value) const in get()
208 ConfigValues::ConstIterator::get(Uint32 key, Uint64 * value) const in get()
242 ConfigValues::ConstIterator::getTypeOf(Uint32 key, in getTypeOf()
256 ConfigValues::ConstIterator::get(Uint32 key, Uint32 notFound) const in get()
[all …]
/dports/biology/avida/avida-2.12.4-src/libs/apto/include/apto/core/
H A DSet.h90 class ConstIterator; variable
115 typename Set<T1, SP1, M>::ConstIterator it = rhs.Begin();
132 ConstIterator it1 = Begin();
137 ConstIterator it1 = Begin();
145 ConstIterator it1 = Begin();
154 ConstIterator it1 = Begin();
155 typename Set<T1, SP1, MultiSet>::ConstIterator it2 = rhs.Begin();
186 inline ConstIterator Begin() const { return ConstIterator(this); } in Begin()
236 class ConstIterator
240 typename Set<T, StoragePolicy, MultiSet>::SP::ConstIterator m_it;
[all …]
/dports/www/firefox/firefox-99.0/mfbt/
H A DEnumSet.h226 class ConstIterator {
239 ConstIterator(const EnumSet& aSet, uint32_t aPos) in ConstIterator() function
250 ConstIterator(const ConstIterator& aOther) in ConstIterator() function
258 ConstIterator(ConstIterator&& aOther) in ConstIterator() function
267 ~ConstIterator() { checkVersion(); } in ~ConstIterator()
269 bool operator==(const ConstIterator& other) const {
275 bool operator!=(const ConstIterator& other) const {
287 ConstIterator& operator++() {
298 ConstIterator begin() const { return ConstIterator(*this, 0); } in begin()
300 ConstIterator end() const { return ConstIterator(*this, kMaxBits); } in end()
/dports/devel/cxxtools/cxxtools-2.2.1/include/cxxtools/
H A Dserializationinfo.h60 class ConstIterator; variable
366 ConstIterator();
368 ConstIterator(const ConstIterator& other);
372 ConstIterator& operator=(const ConstIterator& other);
442 inline SerializationInfo::ConstIterator::ConstIterator() in ConstIterator() function
447 inline SerializationInfo::ConstIterator::ConstIterator(const ConstIterator& other) in ConstIterator() function
452 inline SerializationInfo::ConstIterator::ConstIterator(const SerializationInfo* info) in ConstIterator() function
457 inline SerializationInfo::ConstIterator& SerializationInfo::ConstIterator::operator=(const ConstIte…
464 inline SerializationInfo::ConstIterator& SerializationInfo::ConstIterator::operator++()
483 inline bool SerializationInfo::ConstIterator::operator!=(const ConstIterator& other) const
[all …]
/dports/devel/folly/folly-2021.12.27.00/folly/
H A DAtomicUnorderedMap.h153 typedef struct ConstIterator { struct
157 ConstIterator(const ConstIterator&) = default;
158 ConstIterator& operator=(const ConstIterator&) = default; argument
169 const ConstIterator& operator++() {
180 ConstIterator operator++(int /* dummy */) {
186 bool operator==(const ConstIterator& rhs) const {
196 friend ConstIterator; member
290 return std::make_pair(ConstIterator(*this, idx), true); in findOrConstruct()
318 return ConstIterator(*this, find(key, keyToSlotIdx(key))); in find()
326 return ConstIterator(*this, slot); in cbegin()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Folly/folly/
H A DAtomicUnorderedMap.h154 typedef struct ConstIterator { struct
158 ConstIterator(const ConstIterator&) = default;
159 ConstIterator& operator=(const ConstIterator&) = default; argument
170 const ConstIterator& operator++() {
181 ConstIterator operator++(int /* dummy */) {
187 bool operator==(const ConstIterator& rhs) const {
190 bool operator!=(const ConstIterator& rhs) const {
199 friend ConstIterator; member
321 return ConstIterator(*this, find(key, keyToSlotIdx(key))); in find()
329 return ConstIterator(*this, slot); in cbegin()
[all …]
/dports/editors/calligra/calligra-3.2.1/sheets/
H A DRegion.cpp172 ConstIterator end(list.d->cells.constEnd()); in Region()
239 ConstIterator end = d->cells.constEnd(); in isValid()
266 ConstIterator endOfList(d->cells.constEnd()); in name()
337 ConstIterator endOfList(region.constEnd()); in sub()
382 ConstIterator end(region.constEnd()); in intersected()
406 ConstIterator end(constEnd()); in intersectedWithRow()
500 ConstIterator endOfList(d->cells.constEnd()); in insert()
576 ConstIterator endOfList(d->cells.constEnd()); in columnsSelected()
785 Region::ConstIterator Region::constBegin() const in constBegin()
790 Region::ConstIterator Region::constEnd() const in constEnd()
[all …]
/dports/devel/umbrello/umbrello-21.12.3/lib/interfaces/
H A Dcodemodel_utils.cpp20 for (ClassList::ConstIterator it = cllist.begin(); it != cllist.end(); ++it) { in processClasses()
25 for (FunctionList::ConstIterator it = fnlist.begin(); it != fnlist.end(); ++it) { in processClasses()
33 for (NamespaceList::ConstIterator it = nslist.begin(); it != nslist.end(); ++it) { in processNamespaces()
37 for (ClassList::ConstIterator it = cllist.begin(); it != cllist.end(); ++it) { in processNamespaces()
42 for (FunctionList::ConstIterator it = fnlist.begin(); it != fnlist.end(); ++it) { in processNamespaces()
54 for (ClassList::ConstIterator it = cllist.begin(); it != cllist.end(); ++it) { in processNamespaces()
68 for (ClassList::ConstIterator it = cllist.begin(); it != cllist.end(); ++it) { in processClasses()
82 for (ClassList::ConstIterator it = cllist.begin(); it != cllist.end(); ++it) { in processClasses()
104 for (ClassList::ConstIterator it = cllist.begin(); it != cllist.end(); ++it) { in processClasses()
121 for (ClassList::ConstIterator it = cllist.begin(); it != cllist.end(); ++it) { in processNamespaces()
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/network/utils/
H A Dqueue.h324 ConstIterator begin (void) const;
356 ConstIterator end (void) const;
380 bool DoEnqueue (ConstIterator pos, Ptr<Item> item);
396 Ptr<Item> DoDequeue (ConstIterator pos);
403 Ptr<Item> DoRemove (ConstIterator pos);
410 Ptr<const Item> DoPeek (ConstIterator pos) const;
495 Queue<Item>::DoEnqueue (ConstIterator pos, Ptr<Item> item) in DoEnqueue()
531 Queue<Item>::DoDequeue (ConstIterator pos) in DoDequeue()
560 Queue<Item>::DoRemove (ConstIterator pos) in DoRemove()
612 Queue<Item>::DoPeek (ConstIterator pos) const in DoPeek()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/bimap/container_adaptor/detail/
H A Didentity_converters.hpp38 class BaseConstIterator , class ConstIterator
47 BaseConstIterator operator()(ConstIterator iter) const in operator ()()
75 class BaseConstIterator , class ConstIterator
83 ConstIterator operator()(BaseConstIterator iter) const in operator ()()
85 return ConstIterator(iter); in operator ()()
91 template< class BaseIterator, class Iterator, class ConstIterator >
92 struct iterator_from_base_identity<BaseIterator,Iterator,BaseIterator,ConstIterator>
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/bimap/container_adaptor/detail/
H A Didentity_converters.hpp38 class BaseConstIterator , class ConstIterator
47 BaseConstIterator operator()(ConstIterator iter) const in operator ()()
75 class BaseConstIterator , class ConstIterator
83 ConstIterator operator()(BaseConstIterator iter) const in operator ()()
85 return ConstIterator(iter); in operator ()()
91 template< class BaseIterator, class Iterator, class ConstIterator >
92 struct iterator_from_base_identity<BaseIterator,Iterator,BaseIterator,ConstIterator>
/dports/devel/R-cran-BH/BH/inst/include/boost/bimap/container_adaptor/detail/
H A Didentity_converters.hpp38 class BaseConstIterator , class ConstIterator
47 BaseConstIterator operator()(ConstIterator iter) const in operator ()()
75 class BaseConstIterator , class ConstIterator
83 ConstIterator operator()(BaseConstIterator iter) const in operator ()()
85 return ConstIterator(iter); in operator ()()
91 template< class BaseIterator, class Iterator, class ConstIterator >
92 struct iterator_from_base_identity<BaseIterator,Iterator,BaseIterator,ConstIterator>
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/bimap/container_adaptor/detail/
H A Didentity_converters.hpp38 class BaseConstIterator , class ConstIterator
47 BaseConstIterator operator()(ConstIterator iter) const in operator ()()
75 class BaseConstIterator , class ConstIterator
83 ConstIterator operator()(BaseConstIterator iter) const in operator ()()
85 return ConstIterator(iter); in operator ()()
91 template< class BaseIterator, class Iterator, class ConstIterator >
92 struct iterator_from_base_identity<BaseIterator,Iterator,BaseIterator,ConstIterator>
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/bimap/container_adaptor/detail/
H A Didentity_converters.hpp38 class BaseConstIterator , class ConstIterator
47 BaseConstIterator operator()(ConstIterator iter) const in operator ()()
75 class BaseConstIterator , class ConstIterator
83 ConstIterator operator()(BaseConstIterator iter) const in operator ()()
85 return ConstIterator(iter); in operator ()()
91 template< class BaseIterator, class Iterator, class ConstIterator >
92 struct iterator_from_base_identity<BaseIterator,Iterator,BaseIterator,ConstIterator>
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/bimap/container_adaptor/detail/
H A Didentity_converters.hpp38 class BaseConstIterator , class ConstIterator
47 BaseConstIterator operator()(ConstIterator iter) const in operator ()()
75 class BaseConstIterator , class ConstIterator
83 ConstIterator operator()(BaseConstIterator iter) const in operator ()()
85 return ConstIterator(iter); in operator ()()
91 template< class BaseIterator, class Iterator, class ConstIterator >
92 struct iterator_from_base_identity<BaseIterator,Iterator,BaseIterator,ConstIterator>
/dports/databases/xtrabackup/boost_1_59_0/boost/bimap/container_adaptor/detail/
H A Didentity_converters.hpp38 class BaseConstIterator , class ConstIterator
47 BaseConstIterator operator()(ConstIterator iter) const in operator ()()
75 class BaseConstIterator , class ConstIterator
83 ConstIterator operator()(BaseConstIterator iter) const in operator ()()
85 return ConstIterator(iter); in operator ()()
91 template< class BaseIterator, class Iterator, class ConstIterator >
92 struct iterator_from_base_identity<BaseIterator,Iterator,BaseIterator,ConstIterator>

12345678910>>...282