| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/ |
| H A D | iterators.hpp | 49 typedef constant_iterator<T, Difference> this_type; typedef in boost::container::constant_iterator 139 bool equal(const this_type &other) const in equal() 142 bool less(const this_type &other) const in less() 151 Difference distance_to(const this_type &other)const in distance_to() 160 typedef value_init_construct_iterator<T, Difference> this_type; typedef in boost::container::value_init_construct_iterator 247 bool equal(const this_type &other) const in equal() 250 bool less(const this_type &other) const in less() 262 Difference distance_to(const this_type &other)const in distance_to() 271 typedef default_init_construct_iterator<T, Difference> this_type; typedef in boost::container::default_init_construct_iterator 358 bool equal(const this_type &other) const in equal() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/detail/ |
| H A D | sp_counted_impl.hpp | 76 typedef sp_counted_impl_p<X> this_type; typedef in boost::detail::sp_counted_impl_p 114 return std::allocator<this_type>().allocate( 1, static_cast<this_type *>(0) ); in operator new() 119 std::allocator<this_type>().deallocate( static_cast<this_type *>(p), 1 ); in operator delete() 128 return quick_allocator<this_type>::alloc(); in operator new() 133 quick_allocator<this_type>::dealloc( p ); in operator delete() 156 typedef sp_counted_impl_pd<P, D> this_type; typedef in boost::detail::sp_counted_impl_pd 194 return std::allocator<this_type>().allocate( 1, static_cast<this_type *>(0) ); in operator new() 199 std::allocator<this_type>().deallocate( static_cast<this_type *>(p), 1 ); in operator delete() 208 return quick_allocator<this_type>::alloc(); in operator new() 213 quick_allocator<this_type>::dealloc( p ); in operator delete() [all …]
|
| H A D | operator_bool.hpp | 26 static void unspecified_bool( this_type*** ) in unspecified_bool() argument 30 typedef void (*unspecified_bool_type)( this_type*** ); 42 typedef element_type * (this_type::*unspecified_bool_type)() const; 46 return px == 0? 0: &this_type::get; in operator unspecified_bool_type() 51 typedef element_type * this_type::*unspecified_bool_type; 55 return px == 0? 0: &this_type::px; in operator unspecified_bool_type()
|
| /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/detail/ov_tree_map_/ |
| H A D | node_iterators.hpp | 70 typedef PB_DS_OV_TREE_CONST_NODE_ITERATOR_C_DEC this_type; typedef in __gnu_pbds::detail::ov_tree_node_const_it_ 134 inline this_type 138 return (this_type(m_p_begin_value, m_p_begin_value, m_p_begin_value)); in get_l_child() 143 return (this_type(mid_pointer(m_p_begin_value, m_p_value), in get_l_child() 150 inline this_type 154 return (this_type(m_p_end_value, m_p_end_value, m_p_end_value)); in get_r_child() 159 return (this_type(mid_pointer(m_p_value + 1, m_p_end_value), in get_r_child() 166 operator==(const this_type& other) const in operator ==() 181 operator!=(const this_type& other) const in operator !=() 200 typedef PB_DS_OV_TREE_NODE_ITERATOR_C_DEC this_type; typedef in __gnu_pbds::detail::ov_tree_node_it_ [all …]
|
| /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/detail/ov_tree_map_/ |
| H A D | node_iterators.hpp | 70 typedef PB_DS_OV_TREE_CONST_NODE_ITERATOR_C_DEC this_type; typedef in __gnu_pbds::detail::ov_tree_node_const_it_ 134 inline this_type 138 return (this_type(m_p_begin_value, m_p_begin_value, m_p_begin_value)); in get_l_child() 143 return (this_type(mid_pointer(m_p_begin_value, m_p_value), in get_l_child() 150 inline this_type 154 return (this_type(m_p_end_value, m_p_end_value, m_p_end_value)); in get_r_child() 159 return (this_type(mid_pointer(m_p_value + 1, m_p_end_value), in get_r_child() 166 operator==(const this_type& other) const in operator ==() 181 operator!=(const this_type& other) const in operator !=() 200 typedef PB_DS_OV_TREE_NODE_ITERATOR_C_DEC this_type; typedef in __gnu_pbds::detail::ov_tree_node_it_ [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/range/detail/ |
| H A D | safe_bool.hpp | 25 typedef safe_bool this_type; typedef in boost::range_detail::safe_bool 34 static void unspecified_bool(this_type***) in unspecified_bool() argument 37 typedef void(*unspecified_bool_type)(this_type***); 47 typedef bool (this_type::*unspecified_bool_type)() const; 51 return x ? &this_type::detail_safe_bool_member_fn : 0; in to_unspecified_bool()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/ |
| H A D | distance_haversine.hpp | 206 typedef haversine<RadiusType, CalculationType> this_type; typedef 209 static inline comparable_type apply(this_type const& input) in apply() 219 typedef haversine<RadiusType, CalculationType> this_type; typedef 220 typedef typename return_type<this_type, P1, P2>::type return_type; 223 static inline return_type apply(this_type const& , T const& value) in apply() 255 typedef comparable::haversine<RadiusType, CalculationType> this_type; typedef 257 static inline this_type apply(this_type const& input) in apply()
|
| H A D | distance_cross_track.hpp | 528 typedef cross_track<CalculationType, Strategy> this_type; in apply() typedef 532 this_type in apply() 536 = services::get_comparable<this_type>::apply(m_strategy); in apply() 658 typedef comparable::cross_track<RadiusType, CalculationType> this_type; typedef 660 static inline this_type apply(this_type const& input) in apply()
|
| /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/detail/left_child_next_sibling_heap_/ |
| H A D | node.hpp | 55 typedef left_child_next_sibling_heap_node_<_Value, _Metadata, _Alloc> this_type; typedef 62 typedef typename rebind_traits<_Alloc, this_type>::pointer node_pointer; 75 typedef left_child_next_sibling_heap_node_<_Value, null_type, _Alloc> this_type; typedef 81 typedef typename rebind_traits<_Alloc, this_type>::pointer node_pointer;
|
| /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/detail/left_child_next_sibling_heap_/ |
| H A D | node.hpp | 55 typedef left_child_next_sibling_heap_node_<_Value, _Metadata, _Alloc> this_type; typedef 62 typedef typename rebind_traits<_Alloc, this_type>::pointer node_pointer; 75 typedef left_child_next_sibling_heap_node_<_Value, null_type, _Alloc> this_type; typedef 81 typedef typename rebind_traits<_Alloc, this_type>::pointer node_pointer;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/ |
| H A D | info.hpp | 76 typedef basic_info_walker<Callback> this_type; typedef 94 this_type(callback, what.tag, depth+1), what.value); in operator ()() 101 this_type(callback, pair.first.tag, depth+1), pair.first.value); in operator ()() 103 this_type(callback, pair.second.tag, depth+1), pair.second.value); in operator ()() 112 this_type(callback, what.tag, depth+1), what.value); in operator ()()
|
| H A D | terminal.hpp | 251 typedef terminal<Terminal> this_type; typedef 342 make_lazy<this_type 457 return make_lazy<this_type in operator ()() 467 return make_lazy<this_type in operator ()() 479 return make_lazy<this_type in operator ()()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/ |
| H A D | shared_ptr.hpp | 346 typedef shared_ptr<T> this_type; typedef in boost::shared_ptr 549 this_type(r).swap(*this); in operator =() 558 this_type(r).swap(*this); in operator =() 569 this_type( r ).swap( *this ); in operator =() 578 this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this ); in operator =() 587 this_type( r ).swap( *this ); in operator =() 600 this_type( static_cast< std::unique_ptr<Y, D> && >( r ) ).swap(*this); in operator =() 660 this_type( static_cast< shared_ptr && >( r ) ).swap( *this ); in operator =() 667 this_type( static_cast< shared_ptr<Y> && >( r ) ).swap( *this ); in operator =() 685 this_type().swap(*this); in operator =() [all …]
|
| H A D | scoped_ptr.hpp | 56 typedef scoped_ptr<T> this_type; typedef in boost::scoped_ptr 94 this_type(p).swap(*this); in reset()
|
| /OK3568_Linux_fs/kernel/drivers/acpi/acpica/ |
| H A D | exresop.c | 23 acpi_object_type this_type, void *object); 41 acpi_object_type this_type, void *object) in acpi_ex_check_object_type() argument 58 if ((this_type == ACPI_TYPE_INTEGER) && in acpi_ex_check_object_type() 65 if (type_needed != this_type) { in acpi_ex_check_object_type() 69 acpi_ut_get_type_name(this_type), object)); in acpi_ex_check_object_type()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/detail/ |
| H A D | basic_pointerbuf.hpp | 34 typedef basic_pointerbuf<charT, BufferT> this_type; typedef in boost::detail::basic_pointerbuf 59 inline typename this_type::pos_type seekpos(pos_type sp, ::std::ios_base::openmode which); 60 …inline typename this_type::pos_type seekoff(off_type off, ::std::ios_base::seekdir way, ::std::ios…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/nonterminal/ |
| H A D | rule.hpp | 97 typedef rule<Iterator, T1, T2, T3, T4> this_type; typedef 98 typedef reference<this_type const> reference_; 100 typedef proto::extends<terminal, this_type> base_type; 375 typename proto::terminal<this_type>::type copy() const in copy() 377 typename proto::terminal<this_type>::type result = {*this}; in copy()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/string/ |
| H A D | symbols.hpp | 55 typedef symbols<Char, T, Lookup, Filter> this_type; typedef 56 typedef reference<this_type> reference_; 58 typedef proto::extends<terminal, this_type> base_type;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/vector/detail/cpp03/preprocessed/ |
| H A D | vector10.hpp | 86 typedef vector1<T0> this_type; typedef 176 typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type 273 typedef vector2<T0 , T1> this_type; typedef 357 typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type 454 typedef vector3<T0 , T1 , T2> this_type; typedef 538 typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type 635 typedef vector4<T0 , T1 , T2 , T3> this_type; typedef 719 typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type 816 typedef vector5<T0 , T1 , T2 , T3 , T4> this_type; typedef 900 typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type [all …]
|
| H A D | vector20.hpp | 86 typedef vector11<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10> this_type; typedef 170 typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type 267 typedef vector12<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11> this_type; typedef 351 typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type 448 … typedef vector13<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12> this_type; typedef 532 typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type 629 …ypedef vector14<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13> this_type; typedef 713 typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type 810 … vector15<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14> this_type; typedef 894 typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type [all …]
|
| H A D | vector30.hpp | 86 …5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20> this_type; typedef 170 typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type 267 … , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21> this_type; typedef 351 typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type 448 …, T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22> this_type; typedef 532 typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type 629 … T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22 , T23> this_type; typedef 713 typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type 810 …T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22 , T23 , T24> this_type; typedef 894 typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/vector/detail/cpp03/ |
| H A D | vector_n.hpp | 174 typedef BOOST_PP_CAT(vector, N)<BOOST_PP_ENUM_PARAMS(N, T)> this_type; in BOOST_PP_CAT() typedef 325 typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type in BOOST_PP_CAT()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/ |
| H A D | taskexp.py | 46 this_type = model[iter][COL_DEP_TYPE] 48 if this_type != self.dep_type: return False
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/detail/ |
| H A D | old_optional_implementation.hpp | 93 typedef optional_base<T> this_type ; typedef in boost::optional_detail::optional_base 652 typedef optional<T> this_type ; typedef in boost::optional
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/ |
| H A D | optional.hpp | 96 typedef optional_base<T> this_type ; typedef in boost::optional_detail::optional_base 777 typedef optional<T> this_type ; typedef in boost::optional
|