Home
last modified time | relevance | path

Searched defs:rng_t (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/
Dmfc.cpp114 typedef ::CByteArray rng_t; in test_CByteArray() typedef
130 typedef ::CDWordArray rng_t; in test_CDWordArray() typedef
146 typedef ::CObArray rng_t; in test_CObArray() typedef
162 typedef ::CPtrArray rng_t; in test_CPtrArray() typedef
178 typedef ::CStringArray rng_t; in test_CStringArray() typedef
194 typedef ::CUIntArray rng_t; in test_CUIntArray() typedef
210 typedef ::CWordArray rng_t; in test_CWordArray() typedef
229 typedef ::CObList rng_t; in test_CObList() typedef
250 typedef ::CPtrList rng_t; in test_CPtrList() typedef
271 typedef ::CStringList rng_t; in test_CStringList() typedef
[all …]
Datl.cpp146 typedef ATL::CAtlArray<val_t> rng_t; in test_CAtlArray() typedef
162 typedef ATL::CAutoPtrArray<val_t> rng_t; in test_CAutoPtrArray() typedef
178 typedef ATL::CInterfaceArray<I> rng_t; in test_CInterfaceArray() typedef
197 typedef ATL::CAtlList<val_t> rng_t; in test_CAtlList() typedef
213 typedef ATL::CAutoPtrList<val_t> rng_t; in test_CAutoPtrList() typedef
229 typedef ATL::CHeapPtrList<val_t> rng_t; in test_CHeapPtrList() typedef
245 typedef ATL::CInterfaceList<I> rng_t; in test_CInterfaceList() typedef
269 typedef ATL::CSimpleStringT<val_t> rng_t; in test_CSimpleStringT() typedef
291 typedef ATL::CFixedStringT<base_t, n> rng_t; in test_CFixedStringT() typedef
310 >::type rng_t; in test_CStringT() typedef
[all …]
Dticket_10336.cpp26 typedef boost::iterator_range<citer_t> rng_t; in test_ticket_10336() typedef
Dsub_range.cpp236 typedef boost::sub_range<std::vector<int> > rng_t; in test_advance() typedef
Diterator_range.cpp257 typedef boost::iterator_range<std::vector<int>::iterator> rng_t; in test_advance() typedef