Home
last modified time | relevance | path

Searched defs:super_type (Results 1 – 25 of 32) sorted by relevance

12

/third_party/abseil-cpp/absl/container/internal/
Dbtree_container.h213 using super_type = btree_container<Tree>; variable
243 : super_type(comp, alloc) { in super_type() function
372 using super_type = btree_set_container<Tree>; variable
516 using super_type = btree_container<Tree>; variable
543 : super_type(comp, alloc) { in super_type() function
652 using super_type = btree_multiset_container<Tree>; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dbtree_container.h237 using super_type = btree_container<Tree>; variable
267 : super_type(comp, alloc) { in super_type() function
390 using super_type = btree_set_container<Tree>; variable
535 using super_type = btree_container<Tree>; variable
562 : super_type(comp, alloc) { in super_type() function
668 using super_type = btree_multiset_container<Tree>; variable
/third_party/boost/libs/compute/include/boost/compute/iterator/
Dconstant_iterator.hpp63 typedef typename detail::constant_iterator_base<T>::type super_type; typedef in boost::compute::constant_iterator
Ddiscard_iterator.hpp75 typedef detail::discard_iterator_base::type super_type; typedef in boost::compute::discard_iterator
Dconstant_buffer_iterator.hpp62 typedef typename detail::constant_buffer_iterator_base<T>::type super_type; typedef in boost::compute::constant_buffer_iterator
Dfunction_input_iterator.hpp81 typedef typename detail::function_input_iterator_base<Function>::type super_type; typedef in boost::compute::function_input_iterator
Dcounting_iterator.hpp85 typedef typename detail::counting_iterator_base<T>::type super_type; typedef in boost::compute::counting_iterator
Dpermutation_iterator.hpp100 IndexIterator>::type super_type; typedef in boost::compute::permutation_iterator
Dtransform_iterator.hpp114 UnaryFunction>::type super_type; typedef in boost::compute::transform_iterator
Dbuffer_iterator.hpp139 typedef typename detail::buffer_iterator_base<T>::type super_type; typedef in boost::compute::buffer_iterator
Dzip_iterator.hpp177 super_type; typedef in boost::compute::zip_iterator
/third_party/boost/boost/compute/iterator/
Dconstant_iterator.hpp63 typedef typename detail::constant_iterator_base<T>::type super_type; typedef in boost::compute::constant_iterator
Ddiscard_iterator.hpp75 typedef detail::discard_iterator_base::type super_type; typedef in boost::compute::discard_iterator
Dconstant_buffer_iterator.hpp62 typedef typename detail::constant_buffer_iterator_base<T>::type super_type; typedef in boost::compute::constant_buffer_iterator
Dfunction_input_iterator.hpp81 typedef typename detail::function_input_iterator_base<Function>::type super_type; typedef in boost::compute::function_input_iterator
Dcounting_iterator.hpp85 typedef typename detail::counting_iterator_base<T>::type super_type; typedef in boost::compute::counting_iterator
Dpermutation_iterator.hpp100 IndexIterator>::type super_type; typedef in boost::compute::permutation_iterator
Dtransform_iterator.hpp114 UnaryFunction>::type super_type; typedef in boost::compute::transform_iterator
Dbuffer_iterator.hpp139 typedef typename detail::buffer_iterator_base<T>::type super_type; typedef in boost::compute::buffer_iterator
Dzip_iterator.hpp177 super_type; typedef in boost::compute::zip_iterator
/third_party/boost/boost/compute/iterator/detail/
Dswizzle_iterator.hpp101 super_type; typedef in boost::compute::detail::swizzle_iterator
/third_party/boost/libs/compute/include/boost/compute/iterator/detail/
Dswizzle_iterator.hpp101 super_type; typedef in boost::compute::detail::swizzle_iterator
/third_party/boost/boost/multi_array/
Dsubarray.hpp42 typedef boost::detail::multi_array::multi_array_impl_base<T,NumDims> super_type; typedef in boost::detail::multi_array::const_sub_array
204 typedef const_sub_array<T,NumDims,T*> super_type; typedef in boost::detail::multi_array::sub_array
Dview.hpp44 typedef boost::detail::multi_array::multi_array_impl_base<T,NumDims> super_type; typedef in boost::detail::multi_array::const_multi_array_view
267 typedef const_multi_array_view<T,NumDims,T*> super_type; typedef in boost::detail::multi_array::multi_array_view
Dbase.hpp115 typedef multi_array_base super_type; typedef in boost::detail::multi_array::value_accessor_n
156 typedef multi_array_base super_type; typedef in boost::detail::multi_array::value_accessor_one

12