| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/ |
| H A D | rational_adaptor.hpp | 41 m_value = o.m_value; in BOOST_MP_NOEXCEPT_IF() 43 …o) BOOST_MP_NOEXCEPT_IF(noexcept(rational_type(std::declval<const IntBackend&>()))) : m_value(o) {} in BOOST_MP_NOEXCEPT_IF() 47 : m_value(static_cast<integer_type>(u)){} in rational_adaptor() 53 : m_value(IntBackend(u)){} in rational_adaptor() 57 m_value = IntBackend(u); in operator =() 62 …ept(rational_type(std::declval<rational_type>()))) : m_value(static_cast<rational_type&&>(o.m_valu… in BOOST_MP_NOEXCEPT_IF() 63 …ST_MP_NOEXCEPT_IF(noexcept(rational_type(std::declval<IntBackend>()))) : m_value(static_cast<IntBa… in BOOST_MP_NOEXCEPT_IF() 66 m_value = static_cast<rational_type&&>(o.m_value); in operator =() 72 m_value = o.m_value; in operator =() 77 m_value = o; in operator =() [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/keyboard/ |
| H A D | keybutton.cpp | 8 m_value(""), in KeyButton() 19 m_value = value; in setValue() 25 return m_value; in getValue() 40 QString value = m_value; in shift() 41 m_value = m_text; in shift() 48 if(m_value.size() !=1) in caps() 54 m_value = m_value.toUpper(); in caps() 56 m_value = m_value.toLower(); in caps() 85 QRectF rect =painter.boundingRect(this->rect(), m_value, o); in paintEvent() 86 painter.drawText(rect, m_value); in paintEvent() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/regex/pending/ |
| H A D | unicode_iterator.hpp | 273 if(m_value == pending_read) in dereference() 275 return m_value; in dereference() 286 m_value = pending_read; in increment() 294 m_value = pending_read; in decrement() 303 m_value = pending_read; in u16_to_u32_iterator() 307 m_value = pending_read; in u16_to_u32_iterator() 314 m_value = pending_read; in u16_to_u32_iterator() 351 m_value = static_cast<U32Type>(static_cast< ::boost::uint16_t>(*m_position)); in extract_current() 360 m_value = (m_value - detail::high_surrogate_base) << 10; in extract_current() 361 … m_value |= (static_cast<U32Type>(static_cast< ::boost::uint16_t>(t)) & detail::ten_bit_mask); in extract_current() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | tristate.h | 34 tristate (enum value val) : m_value (val) {} in tristate() 35 tristate (bool val) : m_value (val ? TS_TRUE : TS_FALSE) {} in tristate() 40 bool is_known () const { return m_value != TS_UNKNOWN; } in is_known() 41 bool is_true () const { return m_value == TS_TRUE; } in is_true() 42 bool is_false () const { return m_value == TS_FALSE; } in is_false() 50 return m_value == other.m_value; 55 return m_value != other.m_value; 59 enum value m_value; variable
|
| H A D | hash-map.h | 45 Value m_value; in class() member 76 gt_ggc_mx (e.m_value); in class() 88 gt_pch_nx (e.m_value); in class() 94 pch_nx_helper (e.m_value, op, c); in class() 172 new ((void *) &e->m_value) Value (v); in class() 175 e->m_value = v; in class() 185 return Traits::is_empty (e) ? NULL : &e.m_value; in class() 200 new ((void *)&e->m_value) Value (); in class() 206 return e->m_value; in class() 223 f ((*iter).m_key, (*iter).m_value, a); in class() [all …]
|
| H A D | json.h | 126 float_number (double value) : m_value (value) {} in float_number() 131 double get () const { return m_value; } in get() 134 double m_value; 142 integer_number (long value) : m_value (value) {} in integer_number() 147 long get () const { return m_value; } in get() 150 long m_value;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | tristate.h | 34 tristate (enum value val) : m_value (val) {} in tristate() 35 tristate (bool val) : m_value (val ? TS_TRUE : TS_FALSE) {} in tristate() 40 bool is_known () const { return m_value != TS_UNKNOWN; } in is_known() 41 bool is_true () const { return m_value == TS_TRUE; } in is_true() 42 bool is_false () const { return m_value == TS_FALSE; } in is_false() 50 return m_value == other.m_value; 55 return m_value != other.m_value; 59 enum value m_value; variable
|
| H A D | hash-map.h | 45 Value m_value; in class() member 76 gt_ggc_mx (e.m_value); in class() 88 gt_pch_nx (e.m_value); in class() 94 pch_nx_helper (e.m_value, op, c); in class() 172 new ((void *) &e->m_value) Value (v); in class() 175 e->m_value = v; in class() 185 return Traits::is_empty (e) ? NULL : &e.m_value; in class() 200 new ((void *)&e->m_value) Value (); in class() 206 return e->m_value; in class() 223 f ((*iter).m_key, (*iter).m_value, a); in class() [all …]
|
| H A D | json.h | 126 float_number (double value) : m_value (value) {} in float_number() 131 double get () const { return m_value; } in get() 134 double m_value; 142 integer_number (long value) : m_value (value) {} in integer_number() 147 long get () const { return m_value; } in get() 150 long m_value;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/detail/endian/ |
| H A D | endian.hpp | 326 detail::store_big_endian<T, n_bits/8>(m_value, val); in endian() 329 … endian & operator=(T val) { detail::store_big_endian<T, n_bits/8>(m_value, val); return *this; } in operator =() 334 …ligned, " << n_bits << "-bits, convert(" << detail::load_big_endian<T, n_bits/8>(m_value) << ")\n"; in operator T() 336 return detail::load_big_endian<T, n_bits/8>(m_value); in operator T() 339 char m_value[n_bits/8]; member in boost::spirit::endian::endian 358 detail::store_little_endian<T, n_bits/8>(m_value, val); in endian() 361 …endian & operator=(T val) { detail::store_little_endian<T, n_bits/8>(m_value, val); return *this; } in operator =() 366 …ned, " << n_bits << "-bits, convert(" << detail::load_little_endian<T, n_bits/8>(m_value) << ")\n"; in operator T() 368 return detail::load_little_endian<T, n_bits/8>(m_value); in operator T() 371 char m_value[n_bits/8]; member in boost::spirit::endian::endian [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 | lcast_unsigned_converters.hpp | 78 >::type m_value; member in boost::detail::lcast_put_unsigned 85 : m_value(n_param), m_finish(finish) in lcast_put_unsigned() 143 int_type const digit = static_cast<int_type>(m_value % 10U); in main_convert_iteration() 145 m_value /= 10; in main_convert_iteration() 146 return !!m_value; // suppressing warnings in main_convert_iteration() 162 T& m_value; member in boost::detail::lcast_ret_unsigned 168 … : m_multiplier_overflowed(false), m_multiplier(1), m_value(value), m_begin(begin), m_end(end) in lcast_ret_unsigned() 187 m_value = static_cast<T>(0); in convert() 191 m_value = static_cast<T>(*m_end - czero); in convert() 271 || static_cast<T>(maxv - new_sub_value) < m_value // ... whole expression in main_convert_iteration() [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/bin_search_tree_/ |
| H A D | find_fn_imps.hpp | 52 if (Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_value), r_key)) in lower_bound() 71 if (Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_value), r_key)) in lower_bound() 90 if (Cmp_Fn::operator()(r_key, PB_DS_V2F(p_nd->m_value))) in upper_bound() 109 if (Cmp_Fn::operator()(r_key, PB_DS_V2F(p_nd->m_value))) in upper_bound() 129 if (!Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_value), r_key)) in find() 140 const bool __cmp = Cmp_Fn::operator()(r_key, PB_DS_V2F(p_pot->m_value)); in find() 157 if (!Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_value), r_key)) in find() 168 const bool __cmp = Cmp_Fn::operator()(r_key, PB_DS_V2F(p_pot->m_value)); in find()
|
| H A D | split_join_fn_imps.hpp | 60 Cmp_Fn::operator()(PB_DS_V2F(m_p_head->m_p_right->m_value), in join_prep() 61 PB_DS_V2F(other.m_p_head->m_p_left->m_value)); in join_prep() 64 Cmp_Fn::operator()(PB_DS_V2F(other.m_p_head->m_p_right->m_value), in join_prep() 65 PB_DS_V2F(m_p_head->m_p_left->m_value)); in join_prep() 103 if (Cmp_Fn::operator()(r_key, PB_DS_V2F(m_p_head->m_p_left->m_value))) in split_prep() 111 if (!Cmp_Fn::operator()(r_key, PB_DS_V2F(m_p_head->m_p_right->m_value))) in split_prep()
|
| H A D | debug_fn_imps.hpp | 114 PB_DS_V2F(p_nd->m_value))); in assert_node_consistent_() 120 PB_DS_DEBUG_VERIFY(Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_value), in assert_node_consistent_() 123 return std::make_pair((l_range.first != 0) ? l_range.first : &p_nd->m_value, in assert_node_consistent_() 124 (r_range.second != 0)? r_range.second : &p_nd->m_value); in assert_node_consistent_() 136 PB_DS_DEBUG_VERIFY(!Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_value), in assert_node_consistent_with_left() 137 PB_DS_V2F(p_nd->m_p_left->m_value))); in assert_node_consistent_with_left() 149 PB_DS_DEBUG_VERIFY(!Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_p_right->m_value), in assert_node_consistent_with_right() 150 PB_DS_V2F(p_nd->m_value))); in assert_node_consistent_with_right() 268 debug_base::check_key_exists(PB_DS_V2F(p_nd->m_value), __file, __line); in assert_consistent_with_debug_base()
|
| /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/bin_search_tree_/ |
| H A D | find_fn_imps.hpp | 52 if (Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_value), r_key)) in lower_bound() 71 if (Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_value), r_key)) in lower_bound() 90 if (Cmp_Fn::operator()(r_key, PB_DS_V2F(p_nd->m_value))) in upper_bound() 109 if (Cmp_Fn::operator()(r_key, PB_DS_V2F(p_nd->m_value))) in upper_bound() 129 if (!Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_value), r_key)) in find() 140 const bool __cmp = Cmp_Fn::operator()(r_key, PB_DS_V2F(p_pot->m_value)); in find() 157 if (!Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_value), r_key)) in find() 168 const bool __cmp = Cmp_Fn::operator()(r_key, PB_DS_V2F(p_pot->m_value)); in find()
|
| H A D | split_join_fn_imps.hpp | 60 Cmp_Fn::operator()(PB_DS_V2F(m_p_head->m_p_right->m_value), in join_prep() 61 PB_DS_V2F(other.m_p_head->m_p_left->m_value)); in join_prep() 64 Cmp_Fn::operator()(PB_DS_V2F(other.m_p_head->m_p_right->m_value), in join_prep() 65 PB_DS_V2F(m_p_head->m_p_left->m_value)); in join_prep() 103 if (Cmp_Fn::operator()(r_key, PB_DS_V2F(m_p_head->m_p_left->m_value))) in split_prep() 111 if (!Cmp_Fn::operator()(r_key, PB_DS_V2F(m_p_head->m_p_right->m_value))) in split_prep()
|
| H A D | debug_fn_imps.hpp | 114 PB_DS_V2F(p_nd->m_value))); in assert_node_consistent_() 120 PB_DS_DEBUG_VERIFY(Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_value), in assert_node_consistent_() 123 return std::make_pair((l_range.first != 0) ? l_range.first : &p_nd->m_value, in assert_node_consistent_() 124 (r_range.second != 0)? r_range.second : &p_nd->m_value); in assert_node_consistent_() 136 PB_DS_DEBUG_VERIFY(!Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_value), in assert_node_consistent_with_left() 137 PB_DS_V2F(p_nd->m_p_left->m_value))); in assert_node_consistent_with_left() 149 PB_DS_DEBUG_VERIFY(!Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_p_right->m_value), in assert_node_consistent_with_right() 150 PB_DS_V2F(p_nd->m_value))); in assert_node_consistent_with_right() 268 debug_base::check_key_exists(PB_DS_V2F(p_nd->m_value), __file, __line); in assert_consistent_with_debug_base()
|
| /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/binomial_heap_base_/ |
| H A D | insert_fn_imps.hpp | 81 if (Cmp_Fn::operator()(base_type::m_p_root->m_value, p_nd->m_value)) in insert_node() 114 if (Cmp_Fn::operator()(p_nd->m_value, p_next->m_value)) in fix() 154 const bool bubble_up = Cmp_Fn::operator()(p_nd->m_value, r_new_val); in modify() 155 p_nd->m_value = r_new_val; in modify() 161 Cmp_Fn::operator()(p_parent->m_value, p_nd->m_value)) in modify()
|
| /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/binomial_heap_base_/ |
| H A D | insert_fn_imps.hpp | 81 if (Cmp_Fn::operator()(base_type::m_p_root->m_value, p_nd->m_value)) in insert_node() 114 if (Cmp_Fn::operator()(p_nd->m_value, p_next->m_value)) in fix() 154 const bool bubble_up = Cmp_Fn::operator()(p_nd->m_value, r_new_val); in modify() 155 p_nd->m_value = r_new_val; in modify() 161 Cmp_Fn::operator()(p_parent->m_value, p_nd->m_value)) in modify()
|
| /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/gp_hash_table_map_/ |
| H A D | gp_ht_map_.hpp | 448 new (&p_e->m_value) value_type(r_val); in insert_new_imp() 452 _GLIBCXX_DEBUG_ONLY(debug_base::insert_new(PB_DS_V2F(p_e->m_value));) in insert_new_imp() 454 return &p_e->m_value; in insert_new_imp() 471 new (&p_e->m_value) value_type(r_val); in insert_new_imp() 477 _GLIBCXX_DEBUG_ONLY(debug_base::insert_new(PB_DS_V2F(p_e->m_value));) in insert_new_imp() 479 return &p_e->m_value; in insert_new_imp() 496 return p_e->m_value.second; in subscript_imp() 512 return (m_entries + pos_hash_pair.first)->m_value.second; in subscript_imp() 539 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), key)) in find_key_pointer() 543 return pointer(&p_e->m_value); in find_key_pointer() [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/gp_hash_table_map_/ |
| H A D | gp_ht_map_.hpp | 448 new (&p_e->m_value) value_type(r_val); in insert_new_imp() 452 _GLIBCXX_DEBUG_ONLY(debug_base::insert_new(PB_DS_V2F(p_e->m_value));) in insert_new_imp() 454 return &p_e->m_value; in insert_new_imp() 471 new (&p_e->m_value) value_type(r_val); in insert_new_imp() 477 _GLIBCXX_DEBUG_ONLY(debug_base::insert_new(PB_DS_V2F(p_e->m_value));) in insert_new_imp() 479 return &p_e->m_value; in insert_new_imp() 496 return p_e->m_value.second; in subscript_imp() 512 return (m_entries + pos_hash_pair.first)->m_value.second; in subscript_imp() 539 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), key)) in find_key_pointer() 543 return pointer(&p_e->m_value); in find_key_pointer() [all …]
|
| /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/cc_hash_table_map_/ |
| H A D | cc_ht_map_.hpp | 422 && !hash_eq_fn_base::operator()(p_e->m_value.first, r_key)) in subscript_imp() 432 return (p_e->m_value.second); in subscript_imp() 447 !hash_eq_fn_base::operator()(p_e->m_value.first, p_e->m_hash, in subscript_imp() 458 return p_e->m_value.second; in subscript_imp() 490 return &p_e->m_value; in insert_new_imp() 510 return &p_e->m_value; in insert_new_imp() 519 !hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), r_key)) in find_key_pointer() 535 return &p_e->m_value; in find_key_pointer() 546 !hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), in find_key_pointer() 564 return &p_e->m_value; in find_key_pointer() [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/cc_hash_table_map_/ |
| H A D | cc_ht_map_.hpp | 422 && !hash_eq_fn_base::operator()(p_e->m_value.first, r_key)) in subscript_imp() 432 return (p_e->m_value.second); in subscript_imp() 447 !hash_eq_fn_base::operator()(p_e->m_value.first, p_e->m_hash, in subscript_imp() 458 return p_e->m_value.second; in subscript_imp() 490 return &p_e->m_value; in insert_new_imp() 510 return &p_e->m_value; in insert_new_imp() 519 !hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), r_key)) in find_key_pointer() 535 return &p_e->m_value; in find_key_pointer() 546 !hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), in find_key_pointer() 564 return &p_e->m_value; in find_key_pointer() [all …]
|
| /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/list_update_map_/ |
| H A D | erase_fn_imps.hpp | 52 if (s_eq_fn(r_key, PB_DS_V2F(m_p_l->m_value))) in erase() 62 if (s_eq_fn(r_key, PB_DS_V2F(p_l->m_p_next->m_value))) in erase() 88 while (m_p_l != 0 && pred(m_p_l->m_value)) in erase_if() 102 if (pred(p_l->m_p_next->m_value)) in erase_if() 132 _GLIBCXX_DEBUG_ONLY(debug_base::erase_existing(PB_DS_V2F(p_l->m_value));) in actual_erase_entry()
|
| /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/list_update_map_/ |
| H A D | erase_fn_imps.hpp | 52 if (s_eq_fn(r_key, PB_DS_V2F(m_p_l->m_value))) in erase() 62 if (s_eq_fn(r_key, PB_DS_V2F(p_l->m_p_next->m_value))) in erase() 88 while (m_p_l != 0 && pred(m_p_l->m_value)) in erase_if() 102 if (pred(p_l->m_p_next->m_value)) in erase_if() 132 _GLIBCXX_DEBUG_ONLY(debug_base::erase_existing(PB_DS_V2F(p_l->m_value));) in actual_erase_entry()
|