Searched defs:varray (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/container/bench/ |
D | varray.hpp | 56 class varray class 94 varray() in varray() function in boost::container::varray 109 explicit varray(size_type count) in varray() function in boost::container::varray 125 varray(size_type count, value_type const& value) in varray() function in boost::container::varray 144 varray(Iterator first, Iterator last) in varray() function in boost::container::varray 157 varray(varray const& other) in varray() function in boost::container::varray 173 varray(varray<value_type, C> const& other) : base_t(other) {} in varray() function in boost::container::varray 223 varray(BOOST_RV_REF(varray) other) in varray() function in boost::container::varray 240 varray(BOOST_RV_REF_2_TEMPL_ARGS(varray, value_type, C) other) in varray() function in boost::container::varray 273 varray & operator=(BOOST_RV_REF_2_TEMPL_ARGS(varray, value_type, C) other) in operator =()
|
/third_party/boost/boost/geometry/index/detail/ |
D | varray.hpp | 153 class varray class 218 varray() in varray() function in boost::geometry::index::detail::varray 236 explicit varray(size_type count) in varray() function in boost::geometry::index::detail::varray 257 varray(size_type count, value_type const& value) in varray() function in boost::geometry::index::detail::varray 281 varray(Iterator first, Iterator last) in varray() function in boost::geometry::index::detail::varray 298 varray(varray const& other) in varray() function in boost::geometry::index::detail::varray 320 varray(varray<value_type, C> const& other) in varray() function in boost::geometry::index::detail::varray 360 varray & operator=(BOOST_COPY_ASSIGN_REF_2_TEMPL_ARGS(varray, value_type, C) other) in operator =() 380 varray(BOOST_RV_REF(varray) other) in varray() function in boost::geometry::index::detail::varray 407 varray(BOOST_RV_REF_2_TEMPL_ARGS(varray, value_type, C) other) in varray() function in boost::geometry::index::detail::varray [all …]
|
/third_party/boost/libs/container/bench/detail/ |
D | varray.hpp | 221 class varray class 284 varray() in varray() function in boost::container::dtl::varray 302 explicit varray(size_type count) in varray() function in boost::container::dtl::varray 323 varray(size_type count, value_type const& value) in varray() function in boost::container::dtl::varray 347 varray(Iterator first, Iterator last) in varray() function in boost::container::dtl::varray 362 varray(varray const& other) in varray() function in boost::container::dtl::varray 384 varray(varray<value_type, C, S> const& other) in varray() function in boost::container::dtl::varray 449 varray(BOOST_RV_REF(varray) other) in varray() function in boost::container::dtl::varray 476 varray(BOOST_RV_REF_3_TEMPL_ARGS(varray, value_type, C, S) other) in varray() function in boost::container::dtl::varray 532 varray & operator=(BOOST_RV_REF_3_TEMPL_ARGS(varray, value_type, C, S) other) in operator =() [all …]
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstvalue.c | 1091 const GValueArray *varray; in gst_value_transform_g_value_array_any_list() local 1113 GValueArray *varray; in gst_value_transform_any_list_g_value_array() local
|