Home
last modified time | relevance | path

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

/third_party/boost/libs/ptr_container/test/
Dconst_element_containers.cpp16 template class boost::ptr_array<const int, 42>; member in boost
17 template class boost::ptr_array<boost::nullable<const int>, 42>; member in boost
/third_party/boost/boost/ptr_container/
Dptr_array.hpp63 class ptr_array : public class
91 ptr_array() : base_class() in ptr_array() function in boost::ptr_array
94 ptr_array( const ptr_array& r ) in ptr_array() function in boost::ptr_array
103 ptr_array( const ptr_array<U,N>& r ) in ptr_array() function in boost::ptr_array
112 explicit ptr_array( std::auto_ptr<this_type> r ) in ptr_array() function in boost::ptr_array
116 explicit ptr_array( std::unique_ptr<this_type> r ) in ptr_array() function in boost::ptr_array
/third_party/boost/boost/multi_index/detail/
Drnd_index_loader.hpp53 typedef random_access_index_ptr_array<Allocator> ptr_array; typedef in boost::multi_index::detail::random_access_index_loader_base
155 typedef typename super::ptr_array ptr_array; typedef in boost::multi_index::detail::random_access_index_loader
/third_party/glib/glib/tests/
Darray-test.c1072 GPtrArray *ptr_array, *ptr_array2; in pointer_array_copy() local
1145 GPtrArray *ptr_array, *ptr_array2; in pointer_array_extend() local
1263 GPtrArray *ptr_array, *ptr_array2, *ptr_array3; in pointer_array_extend_and_steal() local
/third_party/boost/boost/multi_index/
Drandom_access_index.hpp109 typename super::final_allocator_type> ptr_array; typedef in boost::multi_index::detail::random_access_index