Home
last modified time | relevance | path

Searched defs:false_ (Results 1 – 25 of 33) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Dlimits.hpp33 get_min(const boost::mpl::true_&, const boost::mpl::false_&) in get_min()
42 get_min(const boost::mpl::false_&, const boost::mpl::true_&) in get_min()
52 get_min(const boost::mpl::false_&, const boost::mpl::false_&) in get_min()
72 get_max(const boost::mpl::true_&, const boost::mpl::false_&) in get_max()
83 get_max(const boost::mpl::false_&, const boost::mpl::true_&) in get_max()
93 get_max(const boost::mpl::false_&, const boost::mpl::false_&) in get_max()
H A Dchecked.hpp53 inline A checked_add_imp(A a, A b, const mpl::false_&) in checked_add_imp()
86 inline A checked_subtract_imp(A a, A b, const mpl::false_&) in checked_subtract_imp()
H A Dimport_export.hpp71 …backend<MinBits, MaxBits, SignType, Checked, Allocator>& newval, unsigned bits, const mpl::false_&) in resize_to_bit_size()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/broken_overload_resolution/
H A Dstream_buffer.hpp123 void open_impl(mpl::false_, const U0& u0) in open_impl()
129 void open_impl(mpl::false_, U0& u0) in open_impl()
147 void open_impl(mpl::false_, const U0& u0, const U1& u1) in open_impl()
164 void open_impl(mpl::false_, const U0& u0, const U1& u1, const U2& u2) in open_impl()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/special_functions/
H A Dnext.hpp69 inline const T& normalize_value(const T& val, const mpl::false_&) { return val; } in normalize_value()
153 inline T calc_min_shifted(const mpl::false_&) in calc_min_shifted()
216 T float_next_imp(const T& val, const mpl::false_&, const Policy& pol) in float_next_imp()
347 T float_prior_imp(const T& val, const mpl::false_&, const Policy& pol) in float_prior_imp()
552 T float_distance_imp(const T& a, const T& b, const mpl::false_&, const Policy& pol) in float_distance_imp()
757 T float_advance_imp(T val, int distance, const mpl::false_&, const Policy& pol) in float_advance_imp()
H A Dtrunc.hpp21 …line typename tools::promote_args<T>::type trunc(const T& v, const Policy& pol, const mpl::false_&) in trunc()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/
H A Dvariant.hpp756 , mpl::false_ // is_nothrow_move_constructible in backup_assign_impl()
830 , mpl::false_ // is_nothrow_move_constructible in backup_assign_impl()
1065 visit_impl(T& operand, mpl::false_) in visit_impl()
1597 , mpl::false_ = mpl::false_() // is_foreign_variant in convert_construct()
1618 , mpl::false_ = mpl::false_() // is_foreign_variant in convert_construct()
1880 , mpl::false_ // has_nothrow_copy in assign_impl()
1913 , mpl::false_ // has_nothrow_copy in assign_impl()
1943 , mpl::false_ // has_nothrow_copy in assign_impl()
2008 , mpl::false_ // is_nothrow_move_constructible in assign_impl()
2037 , mpl::false_ // has_nothrow_copy in assign_impl()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/
H A Dwrap_unwrap.hpp69 wrap_impl(const T& t, mpl::false_) { return t; } in wrap_impl()
73 wrap_impl(T& t, mpl::false_) { return t; } in wrap_impl()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/algorithm/
H A Dany_ns.hpp39 any_ns(First1 const& first1, First2 const& first2, Last const& last, F& f, mpl::false_) in any_ns()
60 any_ns(First const& first, Last const& last, F& f, mpl::false_) in any_ns()
H A Dany_if_ns.hpp49 , Last1 const& last1, Last2 const& last2, F& f, mpl::false_) in any_if_ns()
H A Dany_if.hpp181 , Last2 const& last2, F& f, mpl::false_) in any_if()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dforeach.hpp407 inline type2type<T> *encode_type(T &, boost::mpl::false_*) { return 0; } in encode_type()
619 should_copy_impl(boost::mpl::false_ *, boost::mpl::false_ *, bool *is_rvalue) in should_copy_impl()
636 inline auto_any<T *> contain(T &t, boost::mpl::false_ *) // lvalue in contain()
668 begin(auto_any_t col, type2type<T, C> *, boost::mpl::false_ *) // lvalue in begin()
708 end(auto_any_t col, type2type<T, C> *, boost::mpl::false_ *) // lvalue in end()
787 rbegin(auto_any_t col, type2type<T, C> *, boost::mpl::false_ *) // lvalue in rbegin()
830 rend(auto_any_t col, type2type<T, C> *, boost::mpl::false_ *) // lvalue in rend()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/algorithm/iteration/detail/
H A Dfor_each.hpp33 for_each_linear(First const& first, Last const& last, F const& f, mpl::false_) in for_each_linear()
141 for_each(Sequence& seq, F const& f, mpl::false_) // unsegmented implementation in for_each()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/
H A Dbool_fwd.hpp25 typedef bool_<false> false_; typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/detail/
H A Dvisitation_impl.hpp122 , mpl::false_// never_uses_backup in visitation_impl_invoke_impl()
204 , mpl::false_ // is_apply_visitor_unrolled in visitation_impl()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/tools/
H A Dconvert_from_string.hpp26 Real convert_from_string(const char* p, const mpl::false_&) in convert_from_string()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iterator/
H A Diterator_facade.hpp411 typename Iterator::value_type make_operator_brackets_result(Iterator const& iter, mpl::false_) in make_operator_brackets_result()
571 static bool equal(Facade1 const& f1, Facade2 const& f2, mpl::false_) in equal()
591 Facade1 const& f1, Facade2 const& f2, mpl::false_) in distance_from()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/algorithm/query/detail/
H A Dany.hpp37 linear_any(First const& first, Last const& last, F& f, mpl::false_) in linear_any()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_index/detail/
H A Dcompile_time_type_info.hpp101 …STEXPR inline const char* skip_begining_runtime(const char* begin, boost::mpl::false_) BOOST_NOEXC… in skip_begining_runtime()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/numeric/detail/
H A Dreal_impl.hpp49 void compensate_roundoff(T& n, AccT acc_n, mpl::false_) in compensate_roundoff()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Dnumber_base.hpp967 void check_shift_range(V val, const mpl::false_&, const mpl::true_&) in check_shift_range()
973 void check_shift_range(V val, const mpl::true_&, const mpl::false_&) in check_shift_range()
979 void check_shift_range(V, const mpl::false_&, const mpl::false_&) BOOST_NOEXCEPT{} in check_shift_range()
H A Dnumber_compare.hpp36 inline bool eval_eq_imp(const T& a, const U& b, const mpl::false_&) in eval_eq_imp()
60 inline bool eval_lt_imp(const T& a, const U& b, const mpl::false_&) in eval_lt_imp()
84 inline bool eval_gt_imp(const T& a, const U& b, const mpl::false_&) in eval_gt_imp()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/auxiliary/
H A Dlazy.hpp53 , Attribute& attr, mpl::false_) in lazy_parse_impl()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/detail/
H A Dassign_to.hpp368 assign_to(T const& val, Attribute& attr, mpl::false_) in assign_to()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dattributes.hpp1113 void clear_impl2(T& val, mpl::false_) in clear_impl2()
1127 void clear_impl(T& val, mpl::false_) in clear_impl()

12