Home
last modified time | relevance | path

Searched defs:const_array_range (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/ptr_container/test/
Dptr_circular_buffer.cpp164 ptr_circular_buffer<int>::const_array_range const_array_range = array_range; in test_ptr_circular_buffer() local
/third_party/boost/boost/ptr_container/
Dptr_circular_buffer.hpp63 typedef std::pair<const_pointer,size_type> const_array_range; typedef in boost::ptr_circular_buffer
/third_party/boost/boost/circular_buffer/
Dspace_optimized.hpp53 typedef typename circular_buffer<T, Alloc>::const_array_range const_array_range; typedef in boost::circular_buffer_space_optimized
Dbase.hpp161 typedef std::pair<const_pointer, size_type> const_array_range; typedef in boost::circular_buffer