Home
last modified time | relevance | path

Searched defs:container_type (Results 1 – 25 of 80) sorted by relevance

1234

/third_party/boost/boost/ptr_container/detail/
Dserialize_reversible_cont.hpp23 typedef ptr_container_detail::reversible_ptr_container<Config, CloneAllocator> container_type; in save_helper() typedef
37 typedef ptr_container_detail::reversible_ptr_container<Config, CloneAllocator> container_type; in load_helper() typedef
74 typedef ptr_container_detail::reversible_ptr_container<Config, CloneAllocator> container_type; in load() typedef
/third_party/boost/boost/graph/
Dexterior_property.hpp22 typedef std::vector< Value > container_type; typedef
65 typedef std::vector< Value > container_type; typedef
88 typedef typename property_type::container_type container_type; typedef
106 typedef typename property_type::container_type container_type; typedef
/third_party/boost/libs/container/test/
Dflat_tree_test.cpp132 typedef tree::container_type container_type; in main() typedef
145 typedef tree::container_type container_type; in main() typedef
/third_party/boost/boost/spirit/home/support/
Dadapt_adt_attributes.hpp123 >::type container_type; typedef
139 >::type container_type; typedef
153 >::type container_type; typedef
169 >::type container_type; typedef
/third_party/boost/boost/wave/util/
Dunput_queue_iterator.hpp56 typedef ContainerT container_type; typedef in boost::wave::util::unput_queue_iterator
130 typedef ContainerT container_type; typedef
163 typedef ContainerT container_type; typedef
/third_party/boost/libs/circular_buffer/example/
Dbounded_buffer_comparison.cpp29 typedef boost::circular_buffer<T> container_type; typedef in bounded_buffer
71 typedef boost::circular_buffer_space_optimized<T> container_type; typedef in bounded_buffer_space_optimized
113 typedef std::deque<T> container_type; typedef in bounded_buffer_deque_based
156 typedef std::list<T> container_type; typedef in bounded_buffer_list_based
/third_party/boost/libs/circular_buffer/test/
Dbounded_buffer_comparison.cpp29 typedef boost::circular_buffer<T> container_type; typedef in bounded_buffer
71 typedef boost::circular_buffer_space_optimized<T> container_type; typedef in bounded_buffer_space_optimized
113 typedef std::deque<T> container_type; typedef in bounded_buffer_deque_based
156 typedef std::list<T> container_type; typedef in bounded_buffer_list_based
/third_party/boost/boost/icl/
Diterator.hpp22 typedef ContainerT container_type; typedef in boost::icl::add_iterator
66 typedef ContainerT container_type; typedef in boost::icl::insert_iterator
/third_party/boost/boost/ptr_container/
Dptr_inserter.hpp68 typedef PtrContainer container_type; typedef in boost::ptr_container::ptr_back_insert_iterator
140 typedef PtrContainer container_type; typedef in boost::ptr_container::ptr_front_insert_iterator
212 typedef PtrContainer container_type; typedef in boost::ptr_container::ptr_insert_iterator
Dserialize_ptr_vector.hpp21 typedef ptr_vector<T, CloneAllocator, Allocator> container_type; in load() typedef
Dserialize_ptr_circular_buffer.hpp27 typedef ptr_circular_buffer<T, CloneAllocator, Allocator> container_type; in load() typedef
Dserialize_ptr_array.hpp27 typedef ptr_array<T, N, CloneAllocator> container_type; in load() typedef
/third_party/boost/boost/archive/
Ddinkumware.hpp135 typedef basic_string<char> container_type; typedef in std::back_insert_iterator
180 typedef basic_string<wchar_t> container_type; typedef in std::back_insert_iterator
/third_party/boost/libs/numeric/odeint/test/
Dintegrators_symplectic.cpp46 typedef std::vector<double> container_type; typedef
/third_party/boost/libs/compute/include/boost/compute/container/
Dstack.hpp23 typedef vector<T> container_type; typedef in boost::compute::stack
/third_party/boost/boost/compute/container/
Dstack.hpp23 typedef vector<T> container_type; typedef in boost::compute::stack
/third_party/boost/boost/flyweight/
Dhashed_factory.hpp69 > container_type; typedef in boost::flyweights::hashed_factory_class
Dassoc_container_factory.hpp87 >::type container_type; typedef in boost::flyweights::assoc_container_factory_class
/third_party/boost/boost/numeric/ublas/detail/
Diterator.hpp31 typedef C container_type; typedef in boost::numeric::ublas::container_const_reference
70 typedef C container_type; typedef in boost::numeric::ublas::container_reference
314 typedef typename I::container_type container_type; typedef in boost::numeric::ublas::reverse_iterator_base
408 typedef typename I::container_type container_type; typedef in boost::numeric::ublas::reverse_iterator_base1
530 typedef typename I::container_type container_type; typedef in boost::numeric::ublas::reverse_iterator_base2
651 typedef C container_type; typedef in boost::numeric::ublas::indexed_iterator
759 typedef C container_type; typedef in boost::numeric::ublas::indexed_const_iterator
879 typedef C container_type; typedef in boost::numeric::ublas::indexed_iterator1
1025 typedef C container_type; typedef in boost::numeric::ublas::indexed_const_iterator1
1170 typedef C container_type; typedef in boost::numeric::ublas::indexed_iterator2
[all …]
/third_party/boost/libs/numeric/odeint/test_external/thrust/
Dcheck_thrust.cu39 typedef typename stepper_type::state_type container_type; in check_stepper_concept() typedef
/third_party/boost/boost/geometry/index/
Dinserter.hpp32 typedef Container container_type; typedef in boost::geometry::index::insert_iterator
/third_party/json/include/nlohmann/
Dbyte_container_with_subtype.hpp28 using container_type = BinaryType; typedef in nlohmann::byte_container_with_subtype
/third_party/boost/boost/move/
Diterator.hpp191 typedef C container_type; typedef in boost::back_move_insert_iterator
233 typedef C container_type; typedef in boost::front_move_insert_iterator
273 typedef C container_type; typedef in boost::move_insert_iterator
/third_party/boost/boost/graph/property_maps/
Dmatrix_property_map.hpp29 typedef typename Matrix::value_type container_type; typedef
/third_party/boost/libs/phoenix/example/
Dcontainer_actor.cpp34 typedef typename boost::remove_reference<Container>::type container_type; typedef

1234