| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/core/ |
| H A D | scoped_enum.hpp | 47 BOOST_CONSTEXPR UnderlyingType underlying_cast(EnumType v) BOOST_NOEXCEPT in underlying_cast() 65 BOOST_CONSTEXPR typename EnumType::enum_type native_value(EnumType e) BOOST_NOEXCEPT in native_value() 80 BOOST_CONSTEXPR UnderlyingType underlying_cast(EnumType v) BOOST_NOEXCEPT 87 BOOST_CONSTEXPR EnumType native_value(EnumType e) BOOST_NOEXCEPT 101 …explicit BOOST_CONSTEXPR operator underlying_type() const BOOST_NOEXCEPT { return get_underlying_v… 119 EnumType() BOOST_NOEXCEPT {} \ 120 … explicit BOOST_CONSTEXPR EnumType(underlying_type v) BOOST_NOEXCEPT : v_(v) {} \ 121 … BOOST_CONSTEXPR underlying_type get_underlying_value_() const BOOST_NOEXCEPT { return v_; } \ 130 … BOOST_CONSTEXPR enum_type get_native_value_() const BOOST_NOEXCEPT { return enum_type(v_); } \ 131 …friend BOOST_CONSTEXPR bool operator ==(self_type lhs, self_type rhs) BOOST_NOEXCEPT { return enum… [all …]
|
| H A D | addressof.hpp | 38 addressof(T& o) BOOST_NOEXCEPT in addressof() 54 BOOST_FORCEINLINE addressof_ref(T& o) BOOST_NOEXCEPT in addressof_ref() 56 BOOST_FORCEINLINE operator T&() const BOOST_NOEXCEPT { in operator T&() 66 static BOOST_FORCEINLINE T* get(T& o, long) BOOST_NOEXCEPT { in get() 70 static BOOST_FORCEINLINE T* get(T* p, int) BOOST_NOEXCEPT { in get() 87 static BOOST_FORCEINLINE type* get(type& o, int) BOOST_NOEXCEPT { in get() 95 static BOOST_FORCEINLINE type* get(type& o, int) BOOST_NOEXCEPT { in get() 103 static BOOST_FORCEINLINE type* get(type& o, int) BOOST_NOEXCEPT { in get() 111 static BOOST_FORCEINLINE type* get(type& o, int) BOOST_NOEXCEPT { in get() 126 addressof(T& o) BOOST_NOEXCEPT in addressof() [all …]
|
| H A D | demangle.hpp | 54 inline char const * demangle_alloc( char const * name ) BOOST_NOEXCEPT; 55 inline void demangle_free( char const * name ) BOOST_NOEXCEPT; 63 explicit scoped_demangled_name( char const * name ) BOOST_NOEXCEPT : in scoped_demangled_name() 68 ~scoped_demangled_name() BOOST_NOEXCEPT in ~scoped_demangled_name() 73 char const * get() const BOOST_NOEXCEPT in get() 85 inline char const * demangle_alloc( char const * name ) BOOST_NOEXCEPT in demangle_alloc() 92 inline void demangle_free( char const * name ) BOOST_NOEXCEPT in demangle_free() 108 inline char const * demangle_alloc( char const * name ) BOOST_NOEXCEPT in demangle_alloc() 113 inline void demangle_free( char const * ) BOOST_NOEXCEPT in demangle_free()
|
| H A D | explicit_operator_bool.hpp | 50 BOOST_FORCEINLINE explicit operator bool () const BOOST_NOEXCEPT\ 63 BOOST_FORCEINLINE BOOST_CONSTEXPR explicit operator bool () const BOOST_NOEXCEPT\ 119 BOOST_FORCEINLINE operator boost::detail::unspecified_bool_type () const BOOST_NOEXCEPT\ 125 …_FORCEINLINE BOOST_CONSTEXPR operator boost::detail::unspecified_bool_type () const BOOST_NOEXCEPT\ 139 BOOST_FORCEINLINE operator bool () const BOOST_NOEXCEPT\ 145 BOOST_FORCEINLINE BOOST_CONSTEXPR operator bool () const BOOST_NOEXCEPT\
|
| H A D | pointer_traits.hpp | 27 ptr_traits_address(const U& v) BOOST_NOEXCEPT in ptr_traits_address() 43 to_address(const T& v) BOOST_NOEXCEPT { in to_address() 55 static T* to_address(T* v) BOOST_NOEXCEPT { in to_address() 214 static element_type* to_address(const pointer& v) BOOST_NOEXCEPT { in to_address() 233 pointer_to(typename detail::ptr_traits_value<T>::type& v) BOOST_NOEXCEPT { in pointer_to() 236 static T* to_address(T* v) BOOST_NOEXCEPT { in to_address() 244 to_address(const T& v) BOOST_NOEXCEPT in to_address() 251 to_address(T* v) BOOST_NOEXCEPT in to_address()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_index/ |
| H A D | ctti_type_index.hpp | 78 inline const detail::ctti_data& ctti_construct() BOOST_NOEXCEPT { in ctti_construct() 108 inline std::size_t get_raw_name_length() const BOOST_NOEXCEPT; 110 BOOST_CXX14_CONSTEXPR inline explicit ctti_type_index(const char* data) BOOST_NOEXCEPT in ctti_type_index() 117 BOOST_CXX14_CONSTEXPR inline ctti_type_index() BOOST_NOEXCEPT in ctti_type_index() 121 inline ctti_type_index(const type_info_t& data) BOOST_NOEXCEPT in ctti_type_index() 125 inline const type_info_t& type_info() const BOOST_NOEXCEPT; 126 BOOST_CXX14_CONSTEXPR inline const char* raw_name() const BOOST_NOEXCEPT; 127 BOOST_CXX14_CONSTEXPR inline const char* name() const BOOST_NOEXCEPT; 129 inline std::size_t hash_code() const BOOST_NOEXCEPT; 131 BOOST_CXX14_CONSTEXPR inline bool equal(const ctti_type_index& rhs) const BOOST_NOEXCEPT; [all …]
|
| H A D | type_index_facade.hpp | 69 BOOST_CXX14_CONSTEXPR const Derived & derived() const BOOST_NOEXCEPT { in derived() 78 inline const char* name() const BOOST_NOEXCEPT { in name() 90 inline bool equal(const Derived& rhs) const BOOST_NOEXCEPT { in equal() 98 inline bool before(const Derived& rhs) const BOOST_NOEXCEPT { in before() 108 inline std::size_t hash_code() const BOOST_NOEXCEPT { in hash_code() 117 inline const char* raw_name() const BOOST_NOEXCEPT; 121 inline const type_info_t& type_info() const BOOST_NOEXCEPT; 131 static Derived type_id() BOOST_NOEXCEPT; 141 static Derived type_id_with_cvr() BOOST_NOEXCEPT; 150 static Derived type_id_runtime(const T& variable) BOOST_NOEXCEPT; [all …]
|
| H A D | stl_type_index.hpp | 88 inline stl_type_index() BOOST_NOEXCEPT in stl_type_index() 92 inline stl_type_index(const type_info_t& data) BOOST_NOEXCEPT in stl_type_index() 96 inline const type_info_t& type_info() const BOOST_NOEXCEPT; 98 inline const char* raw_name() const BOOST_NOEXCEPT; 99 inline const char* name() const BOOST_NOEXCEPT; 102 inline std::size_t hash_code() const BOOST_NOEXCEPT; 103 inline bool equal(const stl_type_index& rhs) const BOOST_NOEXCEPT; 104 inline bool before(const stl_type_index& rhs) const BOOST_NOEXCEPT; 107 inline static stl_type_index type_id() BOOST_NOEXCEPT; 110 inline static stl_type_index type_id_with_cvr() BOOST_NOEXCEPT; [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/detail/ |
| H A D | optional_reference_spec.hpp | 126 optional() BOOST_NOEXCEPT : ptr_() {} in optional() 127 optional(none_t) BOOST_NOEXCEPT : ptr_() {} in optional() 130 explicit optional(const optional<U&>& rhs) BOOST_NOEXCEPT : ptr_(rhs.get_ptr()) {} in optional() 131 optional(const optional& rhs) BOOST_NOEXCEPT : ptr_(rhs.get_ptr()) {} in optional() 135 …<T, U>::value && detail::is_const_integral_bad_for_conversion<U>::value>::type* = 0) BOOST_NOEXCEPT in optional() 139 …T, U>::value && !detail::is_const_integral_bad_for_conversion<U>::value>::type* = 0) BOOST_NOEXCEPT in optional() 142 optional& operator=(const optional& rhs) BOOST_NOEXCEPT { ptr_ = rhs.get_ptr(); return *this; } in operator =() 144 …optional& operator=(const optional<U&>& rhs) BOOST_NOEXCEPT { ptr_ = rhs.get_ptr(); return *this; } in operator =() 145 optional& operator=(none_t) BOOST_NOEXCEPT { ptr_ = 0; return *this; } in operator =() 148 void swap(optional& rhs) BOOST_NOEXCEPT { std::swap(ptr_, rhs.ptr_); } in swap() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/list/ |
| H A D | cons_iterator.hpp | 40 explicit cons_iterator(cons_type& in_cons) BOOST_NOEXCEPT in cons_iterator() 60 nil_iterator() BOOST_NOEXCEPT {} in nil_iterator() 62 explicit nil_iterator(nil_ const&) BOOST_NOEXCEPT {} in nil_iterator() 69 cons_iterator() BOOST_NOEXCEPT {} in cons_iterator() 71 explicit cons_iterator(nil_ const&) BOOST_NOEXCEPT {} in cons_iterator() 78 cons_iterator() BOOST_NOEXCEPT {} in cons_iterator() 80 explicit cons_iterator(nil_ const&) BOOST_NOEXCEPT {} in cons_iterator() 87 cons_iterator() BOOST_NOEXCEPT {} 89 explicit cons_iterator(nil_ const&) BOOST_NOEXCEPT {} 96 cons_iterator() BOOST_NOEXCEPT {} [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/ |
| H A D | utility_core.hpp | 56 move(T& x) BOOST_NOEXCEPT in move() 67 move(T& x) BOOST_NOEXCEPT in move() 78 move(rv<T>& x) BOOST_NOEXCEPT in move() 95 forward(const typename ::boost::move_detail::identity<T>::type &x) BOOST_NOEXCEPT in forward() 106 forward(const typename ::boost::move_detail::identity<T>::type &x) BOOST_NOEXCEPT in forward() 123 …e_if_not_lvalue_reference(const typename ::boost::move_detail::identity<T>::type &x) BOOST_NOEXCEPT in move_if_not_lvalue_reference() 138 …if_not_lvalue_reference(typename ::boost::move_detail::remove_reference<T>::type &x) BOOST_NOEXCEPT in move_if_not_lvalue_reference() 153 …if_not_lvalue_reference(typename ::boost::move_detail::remove_reference<T>::type &x) BOOST_NOEXCEPT in move_if_not_lvalue_reference() 206 …_FORCEINLINE typename ::boost::move_detail::remove_reference<T>::type && move(T&& t) BOOST_NOEXCEPT in move() 212 …_FORCEINLINE typename ::boost::move_detail::remove_reference<T>::type && move(T&& t) BOOST_NOEXCEPT in move() [all …]
|
| H A D | utility.hpp | 47 move_if_noexcept(T& x) BOOST_NOEXCEPT in move_if_noexcept() 56 move_if_noexcept(T& x) BOOST_NOEXCEPT in move_if_noexcept() 67 move_if_noexcept(rv<T>& x) BOOST_NOEXCEPT in move_if_noexcept() 78 move_if_noexcept(T& x) BOOST_NOEXCEPT in move_if_noexcept() 89 move_if_noexcept(rv<T>& x) BOOST_NOEXCEPT in move_if_noexcept() 131 move_if_noexcept(T& x) BOOST_NOEXCEPT 137 move_if_noexcept(T& x) BOOST_NOEXCEPT
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/support/ |
| H A D | unused.hpp | 26 unused_type() BOOST_NOEXCEPT in unused_type() 32 unused_type(T const&) BOOST_NOEXCEPT in unused_type() 39 operator=(T const&) const BOOST_NOEXCEPT in operator =() 47 operator=(T const&) BOOST_NOEXCEPT in operator =() 54 operator=(unused_type const&) const BOOST_NOEXCEPT in operator =() 61 operator=(unused_type const&) BOOST_NOEXCEPT in operator =() 74 unused_only(unused_type const&) BOOST_NOEXCEPT {} in unused_only() 79 inline std::ostream& operator<<(std::ostream& out, detail::unused_only const&) BOOST_NOEXCEPT in operator <<() 85 inline std::istream& operator>>(std::istream& in, unused_type&) BOOST_NOEXCEPT in operator >>()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/ |
| H A D | comparison.hpp | 28 …cator>& a, const cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator>& b) BOOST_NOEXCEPT in eval_eq() 47 …>& a, const cpp_int_backend<MinBits2, MaxBits2, SignType2, Checked2, Allocator2>& b) BOOST_NOEXCEPT in eval_eq() 63 …int_backend<MinBits, MaxBits, signed_magnitude, Checked, Allocator>& a, limb_type b) BOOST_NOEXCEPT in eval_eq() 73 …kend<MinBits, MaxBits, signed_magnitude, Checked, Allocator>& a, signed_limb_type b) BOOST_NOEXCEPT in eval_eq() 83 …t_backend<MinBits, MaxBits, unsigned_magnitude, Checked, Allocator>& a, limb_type b) BOOST_NOEXCEPT in eval_eq() 92 …nd<MinBits, MaxBits, unsigned_magnitude, Checked, Allocator>& a, signed_limb_type b) BOOST_NOEXCEPT in eval_eq() 101 …int_backend<MinBits, MaxBits, signed_magnitude, Checked, Allocator>& a, limb_type b) BOOST_NOEXCEPT in eval_lt() 113 …kend<MinBits, MaxBits, signed_magnitude, Checked, Allocator>& a, signed_limb_type b) BOOST_NOEXCEPT in eval_lt() 135 …t_backend<MinBits, MaxBits, unsigned_magnitude, Checked, Allocator>& a, limb_type b) BOOST_NOEXCEPT in eval_lt() 145 …nd<MinBits, MaxBits, unsigned_magnitude, Checked, Allocator>& a, signed_limb_type b) BOOST_NOEXCEPT in eval_lt() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/integer/ |
| H A D | common_factor_rt.hpp | 175 BOOST_FORCEINLINE static unsigned find_lsb(unsigned long val) BOOST_NOEXCEPT in find_lsb() 181 BOOST_FORCEINLINE static unsigned make_odd(unsigned long& val) BOOST_NOEXCEPT in make_odd() 194 BOOST_FORCEINLINE static unsigned find_lsb(unsigned __int64 mask) BOOST_NOEXCEPT in find_lsb() 200 BOOST_FORCEINLINE static unsigned make_odd(unsigned __int64& val) BOOST_NOEXCEPT in make_odd() 214 …{ BOOST_FORCEINLINE static unsigned make_odd(long& val)BOOST_NOEXCEPT{ unsigned result = gcd_trait… in make_odd() 216 …{ BOOST_FORCEINLINE static unsigned make_odd(unsigned int& val)BOOST_NOEXCEPT{ unsigned result = g… in make_odd() 218 …{ BOOST_FORCEINLINE static unsigned make_odd(int& val)BOOST_NOEXCEPT{ unsigned result = gcd_traits… in make_odd() 220 …{ BOOST_FORCEINLINE static unsigned make_odd(unsigned short& val)BOOST_NOEXCEPT{ unsigned result =… in make_odd() 222 …{ BOOST_FORCEINLINE static unsigned make_odd(short& val)BOOST_NOEXCEPT{ unsigned result = gcd_trai… in make_odd() 224 …{ BOOST_FORCEINLINE static unsigned make_odd(unsigned char& val)BOOST_NOEXCEPT{ unsigned result = … in make_odd() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/ |
| H A D | cpp_int.hpp | 226 BOOST_MP_FORCEINLINE BOOST_CONSTEXPR cpp_int_base(limb_type i)BOOST_NOEXCEPT in cpp_int_base() 228 BOOST_MP_FORCEINLINE BOOST_CONSTEXPR cpp_int_base(signed_limb_type i)BOOST_NOEXCEPT in cpp_int_base() 231 BOOST_MP_FORCEINLINE BOOST_CONSTEXPR cpp_int_base(double_limb_type i)BOOST_NOEXCEPT in cpp_int_base() 233 BOOST_MP_FORCEINLINE BOOST_CONSTEXPR cpp_int_base(signed_double_limb_type i)BOOST_NOEXCEPT in cpp_int_base() 240 BOOST_MP_FORCEINLINE allocator_type& allocator() BOOST_NOEXCEPT { return *this; } in allocator() 241 BOOST_MP_FORCEINLINE const allocator_type& allocator()const BOOST_NOEXCEPT { return *this; } in allocator() 242 BOOST_MP_FORCEINLINE unsigned size()const BOOST_NOEXCEPT { return m_limbs; } in size() 243 …BOOST_MP_FORCEINLINE limb_pointer limbs() BOOST_NOEXCEPT { return m_internal ? m_data.la : m_data… in limbs() 244 …BOOST_MP_FORCEINLINE const_limb_pointer limbs()const BOOST_NOEXCEPT { return m_internal ? m_data.… in limbs() 245 …BOOST_MP_FORCEINLINE unsigned capacity()const BOOST_NOEXCEPT { return m_internal ? internal_limb_… in capacity() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/lexical_cast/detail/ |
| H A D | inf_nan.hpp | 43 …iequal(const CharT* val, const CharT* lcase, const CharT* ucase, unsigned int len) BOOST_NOEXCEPT { in lc_iequal() 56 , const CharT opening_brace, const CharT closing_brace) BOOST_NOEXCEPT in parse_inf_nan_impl() 107 , const CharT* lc_infinity) BOOST_NOEXCEPT in put_inf_nan_impl() 137 bool parse_inf_nan(const wchar_t* begin, const wchar_t* end, T& value) BOOST_NOEXCEPT { in parse_inf_nan() 145 bool put_inf_nan(wchar_t* begin, wchar_t*& end, const T& value) BOOST_NOEXCEPT { in put_inf_nan() 152 bool parse_inf_nan(const char16_t* begin, const char16_t* end, T& value) BOOST_NOEXCEPT { in parse_inf_nan() 160 bool put_inf_nan(char16_t* begin, char16_t*& end, const T& value) BOOST_NOEXCEPT { in put_inf_nan() 166 bool parse_inf_nan(const char32_t* begin, const char32_t* end, T& value) BOOST_NOEXCEPT { in parse_inf_nan() 174 bool put_inf_nan(char32_t* begin, char32_t*& end, const T& value) BOOST_NOEXCEPT { in put_inf_nan() 180 bool parse_inf_nan(const CharT* begin, const CharT* end, T& value) BOOST_NOEXCEPT { in parse_inf_nan() [all …]
|
| H A D | converter_lexical_streams.hpp | 162 lexical_istream_limited_src() BOOST_NOEXCEPT in lexical_istream_limited_src() 169 const CharT* cbegin() const BOOST_NOEXCEPT { in cbegin() 173 const CharT* cend() const BOOST_NOEXCEPT { in cend() 179 bool shl_char(CharT ch) BOOST_NOEXCEPT { in shl_char() 203 bool shl_char_array(CharT const* str) BOOST_NOEXCEPT { in shl_char_array() 217 bool shl_char_array_limited(CharT const* str, std::size_t max_size) BOOST_NOEXCEPT { in shl_char_array_limited() 357 bool operator<<(std::basic_string<CharT,Traits,Alloc> const& str) BOOST_NOEXCEPT { in operator <<() 364 … bool operator<<(boost::container::basic_string<CharT,Traits,Alloc> const& str) BOOST_NOEXCEPT { in operator <<() 370 bool operator<<(bool value) BOOST_NOEXCEPT { in operator <<() 379 operator<<(const iterator_range<C*>& rng) BOOST_NOEXCEPT { in operator <<() [all …]
|
| H A D | converter_numeric.hpp | 50 static inline source_type nearbyint(argument_type s, bool& is_ok) BOOST_NOEXCEPT { in nearbyint() 73 static inline source_type nearbyint(argument_type s, bool& /*is_ok*/) BOOST_NOEXCEPT { in nearbyint() 80 inline bool operator() ( boost::numeric::range_check_result r ) const BOOST_NOEXCEPT { in operator ()() 86 inline bool noexcept_numeric_convert(const Source& arg, Target& result) BOOST_NOEXCEPT { in noexcept_numeric_convert() 109 static inline bool try_convert(const Source &arg, Target& result) BOOST_NOEXCEPT { in try_convert() 117 static inline bool try_convert(const Source &arg, Target& result) BOOST_NOEXCEPT { in try_convert() 155 static inline bool try_convert(const Source &arg, Target& result) BOOST_NOEXCEPT { in try_convert()
|
| H A D | lcast_unsigned_converters.hpp | 61 …ST_DEDUCED_TYPENAME boost::make_unsigned<T>::type lcast_to_unsigned(const T value) BOOST_NOEXCEPT { in lcast_to_unsigned() 84 lcast_put_unsigned(const T n_param, CharT* finish) BOOST_NOEXCEPT in lcast_put_unsigned() 141 inline bool main_convert_iteration() BOOST_NOEXCEPT { in main_convert_iteration() 149 inline CharT* main_convert_loop() BOOST_NOEXCEPT { in main_convert_loop() 167 lcast_ret_unsigned(T& value, const CharT* const begin, const CharT* end) BOOST_NOEXCEPT in lcast_ret_unsigned() 255 inline bool main_convert_iteration() BOOST_NOEXCEPT { in main_convert_iteration() 280 bool main_convert_loop() BOOST_NOEXCEPT { in main_convert_loop()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/detail/ |
| H A D | backup_holder.hpp | 31 ~backup_holder() BOOST_NOEXCEPT in ~backup_holder() 36 explicit backup_holder(T* backup) BOOST_NOEXCEPT in backup_holder() 57 void swap(backup_holder& rhs) BOOST_NOEXCEPT in swap() 66 T& get() BOOST_NOEXCEPT in get() 71 const T& get() const BOOST_NOEXCEPT in get() 87 void swap(backup_holder<T>& lhs, backup_holder<T>& rhs) BOOST_NOEXCEPT in swap()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_index/detail/ |
| H A D | compile_time_type_info.hpp | 80 BOOST_CXX14_CONSTEXPR inline void assert_compile_time_legths() BOOST_NOEXCEPT { in assert_compile_time_legths() 90 BOOST_CXX14_CONSTEXPR inline void failed_to_get_function_name() BOOST_NOEXCEPT { in failed_to_get_function_name() 101 …PR inline const char* skip_begining_runtime(const char* begin, boost::mpl::false_) BOOST_NOEXCEPT { in skip_begining_runtime() 110 ForwardIterator2 last2) BOOST_NOEXCEPT in constexpr_search() 133 … BOOST_CXX14_CONSTEXPR inline int constexpr_strcmp(const char *v1, const char *v2) BOOST_NOEXCEPT { in constexpr_strcmp() 143 …XPR inline const char* skip_begining_runtime(const char* begin, boost::mpl::true_) BOOST_NOEXCEPT { in skip_begining_runtime() 152 BOOST_CXX14_CONSTEXPR inline const char* skip_begining(const char* begin) BOOST_NOEXCEPT { in skip_begining() 213 constexpr static char s() BOOST_NOEXCEPT { // step in s() 233 …stexpr static const char* impl(::boost::typeindex::detail::index_seq<Indexes...> ) BOOST_NOEXCEPT { in impl() 238 constexpr static const char* n() BOOST_NOEXCEPT { in n() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/ |
| H A D | variant.hpp | 385 internal_visit(T& operand, int) const BOOST_NOEXCEPT in internal_visit() 413 T& operator()(T& operand) const BOOST_NOEXCEPT in operator ()() 440 explicit copy_into(void* storage) BOOST_NOEXCEPT in copy_into() 488 explicit move_into(void* storage) BOOST_NOEXCEPT in move_into() 528 explicit assign_storage(const void* rhs_storage) BOOST_NOEXCEPT in assign_storage() 585 explicit move_storage(void* rhs_storage) BOOST_NOEXCEPT in move_storage() 644 explicit direct_assigner(const T& rhs) BOOST_NOEXCEPT in direct_assigner() 658 bool operator()(U&) BOOST_NOEXCEPT in operator ()() 687 explicit direct_mover(T& rhs) BOOST_NOEXCEPT in direct_mover() 701 bool operator()(U&) BOOST_NOEXCEPT in operator ()() [all …]
|
| H A D | get.hpp | 87 pointer operator()(reference operand) const BOOST_NOEXCEPT in operator ()() 93 pointer operator()(const U&) const BOOST_NOEXCEPT in operator ()() 119 ) BOOST_NOEXCEPT in relaxed_get() 134 ) BOOST_NOEXCEPT in relaxed_get() 202 ) BOOST_NOEXCEPT in strict_get() 219 ) BOOST_NOEXCEPT in strict_get() 298 ) BOOST_NOEXCEPT in get() 314 ) BOOST_NOEXCEPT in get()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/lexical_cast/ |
| H A D | bad_lexical_cast.hpp | 48 bad_lexical_cast() BOOST_NOEXCEPT in bad_lexical_cast() 65 const std::type_info &target_type_arg) BOOST_NOEXCEPT in bad_lexical_cast() 69 const std::type_info &source_type() const BOOST_NOEXCEPT { in source_type() 73 const std::type_info &target_type() const BOOST_NOEXCEPT { in target_type()
|