| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | queue | 24 typedef Container container_type; 25 typedef typename container_type::value_type value_type; 26 typedef typename container_type::reference reference; 27 typedef typename container_type::const_reference const_reference; 28 typedef typename container_type::size_type size_type; 31 container_type c; 43 explicit queue(const container_type& c); 44 explicit queue(container_type&& c) 48 queue(const container_type& c, const Alloc& a); 50 queue(container_type&& c, const Alloc& a); [all …]
|
| H A D | stack | 24 typedef Container container_type; 25 typedef typename container_type::value_type value_type; 26 typedef typename container_type::reference reference; 27 typedef typename container_type::const_reference const_reference; 28 typedef typename container_type::size_type size_type; 31 container_type c; 43 explicit stack(const container_type& c); 44 explicit stack(container_type&& c); 46 template <class Alloc> stack(const container_type& c, const Alloc& a); 47 template <class Alloc> stack(container_type&& c, const Alloc& a); [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | queue | 24 typedef Container container_type; 25 typedef typename container_type::value_type value_type; 26 typedef typename container_type::reference reference; 27 typedef typename container_type::const_reference const_reference; 28 typedef typename container_type::size_type size_type; 31 container_type c; 43 explicit queue(const container_type& c); 44 explicit queue(container_type&& c) 48 queue(const container_type& c, const Alloc& a); 50 queue(container_type&& c, const Alloc& a); [all …]
|
| H A D | stack | 24 typedef Container container_type; 25 typedef typename container_type::value_type value_type; 26 typedef typename container_type::reference reference; 27 typedef typename container_type::const_reference const_reference; 28 typedef typename container_type::size_type size_type; 31 container_type c; 43 explicit stack(const container_type& c); 44 explicit stack(container_type&& c); 46 template <class Alloc> stack(const container_type& c, const Alloc& a); 47 template <class Alloc> stack(container_type&& c, const Alloc& a); [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geometry/0.9.3/include/mapbox/geometry/ |
| H A D | polygon.hpp | 17 using container_type = Cont<point_type>; typedef 18 using size_type = typename container_type::size_type; 21 linear_ring(Args&&... args) : container_type(std::forward<Args>(args)...) {} in linear_ring() 23 : container_type(std::move(args)) {} in linear_ring() 31 using container_type = Cont<linear_ring_type>; typedef 32 using size_type = typename container_type::size_type; 35 polygon(Args&&... args) : container_type(std::forward<Args>(args)...) {} in polygon() 37 : container_type(std::move(args)) {} in polygon()
|
| H A D | multi_polygon.hpp | 16 using container_type = Cont<polygon_type>; typedef 17 using size_type = typename container_type::size_type; 20 multi_polygon(Args&&... args) : container_type(std::forward<Args>(args)...) {} in multi_polygon() 22 : container_type(std::move(args)) {} in multi_polygon()
|
| H A D | multi_point.hpp | 16 using container_type = Cont<point_type>; typedef 17 using size_type = typename container_type::size_type; 20 multi_point(Args&&... args) : container_type(std::forward<Args>(args)...) {} in multi_point() 22 : container_type(std::move(args)) {} in multi_point()
|
| H A D | line_string.hpp | 16 using container_type = Cont<point_type>; typedef 17 using size_type = typename container_type::size_type; 20 line_string(Args&&... args) : container_type(std::forward<Args>(args)...) {} in line_string() 22 : container_type(std::move(args)) {} in line_string()
|
| H A D | multi_line_string.hpp | 16 using container_type = Cont<line_string_type>; typedef 17 using size_type = typename container_type::size_type; 20 multi_line_string(Args&&... args) : container_type(std::forward<Args>(args)...) {} in multi_line_string() 22 : container_type(std::move(args)) {} in multi_line_string()
|
| H A D | geometry.hpp | 48 using container_type = Cont<geometry_type>; typedef 49 using size_type = typename container_type::size_type; 52 geometry_collection(Args&&... args) : container_type(std::forward<Args>(args)...) {} in geometry_collection() 54 : container_type(std::move(args)) {} in geometry_collection()
|
| H A D | feature.hpp | 86 using container_type = Cont<feature_type>; typedef 87 using size_type = typename container_type::size_type; 90 feature_collection(Args&&... args) : container_type(std::forward<Args>(args)...) {} in feature_collection() 92 : container_type(std::move(args)) {} in feature_collection()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/agnostic/ |
| H A D | hull_graham_andrew.hpp | 211 typedef typename std::vector<point_type> container_type; typedef in boost::geometry::strategy::convex_hull::graham_andrew 220 container_type m_lower_hull; 221 container_type m_upper_hull; 222 container_type m_copied_input; 267 container_type, in apply() 309 static inline void build_half_hull(container_type const& input, in build_half_hull() 310 container_type& output, in build_half_hull() 323 static inline void add_to_hull(point_type const& p, container_type& output) in add_to_hull() 353 static inline void output_ranges(container_type const& first, container_type const& second, in output_ranges() 363 typedef typename boost::range_size<container_type>::type size_type; in output_ranges()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/geojsonvt/ |
| H A D | types.hpp | 62 using container_type = std::vector<vt_point>; typedef 65 : container_type(std::move(args)) {} in vt_line_string() 71 using container_type = std::vector<vt_point>; typedef 74 : container_type(std::move(args)) {} in vt_linear_ring()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/quadratic/ |
| H A D | redistribute_elements.hpp | 115 container_type; in apply() typedef 116 …container_type elements_copy(elements1.begin(), elements1.end()); … in apply() 117 …container_type elements_backup(elements1.begin(), elements1.end()); … in apply() 163 typename container_type::reverse_iterator el_it = elements_copy.rbegin(); in apply() 220 typename container_type::iterator el_it_base = el_it.base(); in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/ |
| H A D | iterator.hpp | 191 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
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/ |
| H A D | overlay.hpp | 102 typedef typename turn_type::container_type container_type; in get_ring_turn_info() typedef 141 for (typename boost::range_iterator<container_type const>::type in get_ring_turn_info()
|
| H A D | sort_by_side.hpp | 392 typename container_type::iterator it = m_ranked_points.begin() + 1; in reverse() 403 for (typename container_type::iterator fit = m_ranked_points.begin(); in reverse() 426 typedef std::vector<rp> container_type; typedef 427 container_type m_ranked_points;
|
| H A D | enrich_intersection_points.hpp | 184 typedef typename turn_type::container_type container_type; in create_map() typedef 204 for (typename boost::range_iterator<container_type const>::type in create_map()
|
| H A D | turn_info.hpp | 88 typedef Container container_type; typedef
|
| H A D | backtrack_check_si.hpp | 48 typename tp_type::container_type in clear_visit_info()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/ |
| H A D | inserter.hpp | 27 typedef Container container_type; typedef in boost::geometry::index::insert_iterator
|
| /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 D | redistribute_elements.hpp | 402 container_type; in apply() typedef 403 …container_type elements_copy(elements1.begin(), elements1.end()); //… in apply() 404 …container_type elements_backup(elements1.begin(), elements1.end()); //… in apply()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/ |
| H A D | tag_and_trait.hpp | 421 typedef Cntnr container_type; typedef
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/ |
| H A D | tag_and_trait.hpp | 421 typedef Cntnr container_type; typedef
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/linear/ |
| H A D | redistribute_elements.hpp | 340 container_type; in apply() typedef 341 …container_type elements_copy(elements1.begin(), elements1.end()); … in apply()
|