Home
last modified time | relevance | path

Searched defs:allocators (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/node/
H A Dvariant_static.hpp82 class allocators<Allocator, Value, Parameters, Box, node_variant_static_tag> class
114 inline allocators() in allocators() function in boost::geometry::index::detail::rtree::allocators
119 inline explicit allocators(Alloc const& alloc) in allocators() function in boost::geometry::index::detail::rtree::allocators
123 inline allocators(BOOST_FWD_REF(allocators) a) in allocators() function in boost::geometry::index::detail::rtree::allocators
H A Dvariant_dynamic.hpp96 class allocators<Allocator, Value, Parameters, Box, node_variant_dynamic_tag> class
128 inline allocators() in allocators() function in boost::geometry::index::detail::rtree::allocators
133 inline explicit allocators(Alloc const& alloc) in allocators() function in boost::geometry::index::detail::rtree::allocators
137 inline allocators(BOOST_FWD_REF(allocators) a) in allocators() function in boost::geometry::index::detail::rtree::allocators
H A Dconcept.hpp55 class allocators class
H A Dsubtree_destroyer.hpp30 subtree_destroyer(pointer ptr, Allocators & allocators) in subtree_destroyer()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/visitors/
H A Dinsert.hpp137 Allocators & allocators) in apply()
252 Allocators & allocators, in insert()
475 Allocators & allocators, in insert()
540 Allocators & allocators, in insert()
H A Ddestroy.hpp29 inline destroy(node_pointer root_node, Allocators & allocators) in destroy()
H A Dcopy.hpp30 explicit inline copy(Allocators & allocators) in copy()
H A Dremove.hpp48 Allocators & allocators) in remove()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/
H A Dpack_create.hpp152 … parameters_type const& parameters, Translator const& translator, Allocators & allocators) in apply()
252 … parameters_type const& parameters, Translator const& translator, Allocators & allocators) in per_level()
336 … parameters_type const& parameters, Translator const& translator, Allocators & allocators) in per_level_packets()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/rstar/
H A Dinsert.hpp42 Allocators & allocators) in apply()
480 Allocators & allocators, in insert()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/
H A Drtree.hpp1764 allocators_type const& allocators() const { return *this; } in allocators() function
1765 allocators_type & allocators() { return *this; } in allocators() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/
H A Dserialization.hpp361 …es_count, parameters_type const& parameters, Translator const& translator, Allocators & allocators) in apply()
369 …parameters_type const& parameters, Translator const& translator, Allocators & allocators, size_typ… in raw_apply()
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/
H A Dvivid-core.c166 static unsigned int allocators[VIVID_MAX_DEVS] = { [0 ... (VIVID_MAX_DEVS - 1)] = 0 }; variable