Home
last modified time | relevance | path

Searched refs:nonconst_iterator (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/boost/poly_collection/detail/
Dfunction_model.hpp100 static base_iterator nonconst_iterator(const_base_iterator it) in nonconst_iterator() function
107 static iterator<T> nonconst_iterator(const_iterator<T> it) in nonconst_iterator() function
Dbase_model.hpp89 static base_iterator nonconst_iterator(const_base_iterator it) in nonconst_iterator() function
98 static iterator<T> nonconst_iterator(const_iterator<T> it) in nonconst_iterator() function
Dany_model.hpp160 static base_iterator nonconst_iterator(const_base_iterator it) in nonconst_iterator() function
167 static iterator<T> nonconst_iterator(const_iterator<T> it) in nonconst_iterator() function
Diterator_traits.hpp98 model_of<container_type>::type::nonconst_iterator(it.segpos) in local_base_iterator_from()
Dpoly_collection.hpp845 auto it=Model::nonconst_iterator(pos.base()); in insert()
861 segment_iterator<T> it=Model::nonconst_iterator(pos.base()); in insert()
/third_party/boost/boost/intrusive/detail/
Dslist_iterator.hpp56 , nat>::type nonconst_iterator; typedef in boost::intrusive::slist_iterator
76 BOOST_INTRUSIVE_FORCEINLINE slist_iterator(const nonconst_iterator &other) in slist_iterator()
Dlist_iterator.hpp54 , nat>::type nonconst_iterator; typedef in boost::intrusive::list_iterator
74 BOOST_INTRUSIVE_FORCEINLINE list_iterator(const nonconst_iterator &other) in list_iterator()
Dtree_iterator.hpp62 , nat>::type nonconst_iterator; typedef in boost::intrusive::tree_iterator
82 BOOST_INTRUSIVE_FORCEINLINE tree_iterator(const nonconst_iterator &other) in tree_iterator()
Dhashtable_node.hpp184 , nat>::type nonconst_iterator; typedef in boost::intrusive::hashtable_iterator
207 BOOST_INTRUSIVE_FORCEINLINE hashtable_iterator(const nonconst_iterator &other) in hashtable_iterator()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstrBundleIterator.h126 using nonconst_iterator =
276 nonconst_iterator getNonConstIterator() const { return MII.getNonConst(); }
/third_party/boost/boost/container/detail/
Diterators.hpp811 , nat>::type nonconst_iterator; typedef in boost::container::dtl::iterator_from_iiterator
832 …BOOST_CONTAINER_FORCEINLINE iterator_from_iiterator(const nonconst_iterator& other) BOOST_NOEXCEPT… in iterator_from_iiterator()
/third_party/boost/boost/container/
Dstable_vector.hpp322 … , nat>::type nonconst_iterator; typedef in boost::container::stable_vector_iterator
340 …BOOST_CONTAINER_FORCEINLINE stable_vector_iterator(const nonconst_iterator& other) BOOST_NOEXCEPT_… in stable_vector_iterator()
Ddeque.hpp132 … , nat>::type nonconst_iterator; typedef in boost::container::dtl::deque_iterator
162 BOOST_CONTAINER_FORCEINLINE deque_iterator(const nonconst_iterator& x) BOOST_NOEXCEPT_OR_NOTHROW in deque_iterator()
Dvector.hpp108 … , nat>::type nonconst_iterator; typedef in boost::container::vec_iterator
133 … BOOST_CONTAINER_FORCEINLINE vec_iterator(const nonconst_iterator &other) BOOST_NOEXCEPT_OR_NOTHROW in vec_iterator()