Searched defs:rng_t (Results 1 – 5 of 5) sorted by relevance
114 typedef ::CByteArray rng_t; in test_CByteArray() typedef130 typedef ::CDWordArray rng_t; in test_CDWordArray() typedef146 typedef ::CObArray rng_t; in test_CObArray() typedef162 typedef ::CPtrArray rng_t; in test_CPtrArray() typedef178 typedef ::CStringArray rng_t; in test_CStringArray() typedef194 typedef ::CUIntArray rng_t; in test_CUIntArray() typedef210 typedef ::CWordArray rng_t; in test_CWordArray() typedef229 typedef ::CObList rng_t; in test_CObList() typedef250 typedef ::CPtrList rng_t; in test_CPtrList() typedef271 typedef ::CStringList rng_t; in test_CStringList() typedef[all …]
146 typedef ATL::CAtlArray<val_t> rng_t; in test_CAtlArray() typedef162 typedef ATL::CAutoPtrArray<val_t> rng_t; in test_CAutoPtrArray() typedef178 typedef ATL::CInterfaceArray<I> rng_t; in test_CInterfaceArray() typedef197 typedef ATL::CAtlList<val_t> rng_t; in test_CAtlList() typedef213 typedef ATL::CAutoPtrList<val_t> rng_t; in test_CAutoPtrList() typedef229 typedef ATL::CHeapPtrList<val_t> rng_t; in test_CHeapPtrList() typedef245 typedef ATL::CInterfaceList<I> rng_t; in test_CInterfaceList() typedef269 typedef ATL::CSimpleStringT<val_t> rng_t; in test_CSimpleStringT() typedef291 typedef ATL::CFixedStringT<base_t, n> rng_t; in test_CFixedStringT() typedef310 >::type rng_t; in test_CStringT() typedef[all …]
26 typedef boost::iterator_range<citer_t> rng_t; in test_ticket_10336() typedef
236 typedef boost::sub_range<std::vector<int> > rng_t; in test_advance() typedef
257 typedef boost::iterator_range<std::vector<int>::iterator> rng_t; in test_advance() typedef