Home
last modified time | relevance | path

Searched refs:mfc_ptr_array_iterator (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/include/boost/range/
Dmfc.hpp109 struct mfc_ptr_array_iterator;
115 mfc_ptr_array_iterator<ArrayT, PtrType>,
125 struct mfc_ptr_array_iterator : struct
129 typedef mfc_ptr_array_iterator self_t; argument
134 explicit mfc_ptr_array_iterator() in mfc_ptr_array_iterator() function
137 explicit mfc_ptr_array_iterator(ArrayT& arr, INT_PTR index) : in mfc_ptr_array_iterator() argument
141 template< class, class > friend struct mfc_ptr_array_iterator;
143 mfc_ptr_array_iterator(mfc_ptr_array_iterator<ArrayT_, PtrType_> const& other) : in mfc_ptr_array_iterator() function
220 typedef mfc_ptr_array_iterator<X, CObject *> mutable_iterator;
221 typedef mfc_ptr_array_iterator<X const, CObject const *> const_iterator;
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/
Dmfc.cpp147 …BOOST_STATIC_ASSERT(( brdm::test_mutable_iter<rng_t, brdm::mfc_ptr_array_iterator<rng_t, ::CObject… in test_CObArray()
148 …BOOST_STATIC_ASSERT(( brdm::test_const_iter <rng_t, brdm::mfc_ptr_array_iterator<const rng_t, con… in test_CObArray()
163 …BOOST_STATIC_ASSERT(( brdm::test_mutable_iter<rng_t, brdm::mfc_ptr_array_iterator<rng_t, void *> >… in test_CPtrArray()
164 …BOOST_STATIC_ASSERT(( brdm::test_const_iter <rng_t, brdm::mfc_ptr_array_iterator<const rng_t, con… in test_CPtrArray()