| /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 | 42 template <class CharT> 43 …bool lc_iequal(const CharT* val, const CharT* lcase, const CharT* ucase, unsigned int len) BOOST_N… in lc_iequal() 52 template <class CharT, class T> 53 inline bool parse_inf_nan_impl(const CharT* begin, const CharT* end, T& value in parse_inf_nan_impl() 54 , const CharT* lc_NAN, const CharT* lc_nan in parse_inf_nan_impl() 55 , const CharT* lc_INFINITY, const CharT* lc_infinity in parse_inf_nan_impl() 56 , const CharT opening_brace, const CharT closing_brace) BOOST_NOEXCEPT in parse_inf_nan_impl() 60 const CharT minus = lcast_char_constants<CharT>::minus; in parse_inf_nan_impl() 61 const CharT plus = lcast_char_constants<CharT>::plus; in parse_inf_nan_impl() 104 template <class CharT, class T> [all …]
|
| H A D | converter_lexical_streams.hpp | 90 template <class BufferType, class CharT> 91 class basic_unlockedbuf : public basic_pointerbuf<CharT, BufferType> { 93 typedef basic_pointerbuf<CharT, BufferType> base_type; 115 template <class CharT, class Traits> 125 typedef std::basic_ostream<CharT, Traits> out_stream_t; 126 typedef basic_unlockedbuf<std::basic_stringbuf<CharT, Traits>, CharT> stringbuffer_t; 127 typedef basic_unlockedbuf<std::basic_streambuf<CharT, Traits>, CharT> buffer_t; 134 template< class CharT // a result of widest_char transformation 142 BOOST_DEDUCED_TYPENAME out_stream_helper_trait<CharT, Traits>::out_stream_t, 148 BOOST_DEDUCED_TYPENAME out_stream_helper_trait<CharT, Traits>::stringbuffer_t, [all …]
|
| H A D | lcast_unsigned_converters.hpp | 71 template <class Traits, class T, class CharT> 79 CharT* m_finish; 80 CharT const m_czero; 84 lcast_put_unsigned(const T n_param, CharT* finish) BOOST_NOEXCEPT in lcast_put_unsigned() 86 , m_czero(lcast_char_constants<CharT>::zero), m_zero(Traits::to_int_type(m_czero)) in lcast_put_unsigned() 93 CharT* convert() { in convert() 100 typedef std::numpunct<CharT> numpunct; in convert() 113 CharT const thousands_sep = np.thousands_sep(); in convert() 149 inline CharT* main_convert_loop() BOOST_NOEXCEPT { in main_convert_loop() 158 template <class Traits, class T, class CharT> [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/detail/ |
| H A D | case_conv.hpp | 32 template<typename CharT> 35 typedef CharT argument_type; 36 typedef CharT result_type; 41 CharT operator ()( CharT Ch ) const in operator ()() 44 … return std::tolower( static_cast<typename boost::make_unsigned <CharT>::type> ( Ch )); in operator ()() 46 return std::tolower<CharT>( Ch, *m_Loc ); in operator ()() 54 template<typename CharT> 57 typedef CharT argument_type; 58 typedef CharT result_type; 63 CharT operator ()( CharT Ch ) const in operator ()() [all …]
|
| H A D | classification.hpp | 42 template<typename CharT> 43 bool operator()( CharT Ch ) const in operator ()() 45 return std::use_facet< std::ctype<CharT> >(m_Locale).is( m_Type, Ch ); in operator ()() 66 template<typename CharT> 68 public predicate_facade<is_any_ofF<CharT> > 72 typedef typename ::boost::remove_const<CharT>::type set_value_type; 252 template<typename CharT> 254 public predicate_facade< is_from_rangeF<CharT> > 260 is_from_rangeF( CharT From, CharT To ) : m_From(From), m_To(To) {} in is_from_rangeF() 270 CharT m_From; [all …]
|
| H A D | formatter.hpp | 80 template< typename CharT > 84 empty_container<CharT> operator()(const ReplaceT&) const in operator ()() 86 return empty_container<CharT>(); in operator ()()
|
| H A D | util.hpp | 31 template< typename CharT > 34 typedef empty_container<CharT> type; 35 typedef CharT value_type;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/lexical_cast/ |
| H A D | try_lexical_convert.hpp | 55 template<typename CharT, typename Traits, typename Alloc> 56 struct is_stdstring< std::basic_string<CharT, Traits, Alloc> > 67 template<typename CharT, typename Traits, typename Alloc> 68 struct is_booststring< boost::container::basic_string<CharT, Traits, Alloc> > 111 template<typename CharT, typename Traits, typename Alloc> 112 struct is_char_array_to_stdstring< std::basic_string<CharT, Traits, Alloc>, CharT* > 116 template<typename CharT, typename Traits, typename Alloc> 117 struct is_char_array_to_stdstring< std::basic_string<CharT, Traits, Alloc>, const CharT* > 128 template<typename CharT, typename Traits, typename Alloc> 129 …struct is_char_array_to_booststring< boost::container::basic_string<CharT, Traits, Alloc>, CharT* > [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/variant/1.1.4/include/mapbox/ |
| H A D | variant_io.hpp | 34 template <typename CharT, typename Traits, typename... Types> 35 VARIANT_INLINE std::basic_ostream<CharT, Traits>& 36 operator<<(std::basic_ostream<CharT, Traits>& out, variant<Types...> const& rhs) in operator <<() argument 38 detail::printer<std::basic_ostream<CharT, Traits>> visitor(out); in operator <<()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/ |
| H A D | classification.hpp | 218 template<typename CharT> 219 inline detail::is_from_rangeF<CharT> is_from_range(CharT From, CharT To) in is_from_range() 221 return detail::is_from_rangeF<CharT>(From,To); in is_from_range()
|
| /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/tr2/ |
| H A D | bool_set | 132 template<typename CharT, typename Traits> 133 friend std::basic_ostream<CharT, Traits>& 134 operator<<(std::basic_ostream<CharT, Traits>& __out, bool_set __b) 140 template<typename CharT, typename Traits> 141 friend std::basic_istream<CharT, Traits>& 142 operator>>(std::basic_istream<CharT, Traits>& __in, bool_set& __b)
|
| /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/tr2/ |
| H A D | bool_set | 132 template<typename CharT, typename Traits> 133 friend std::basic_ostream<CharT, Traits>& 134 operator<<(std::basic_ostream<CharT, Traits>& __out, bool_set __b) 140 template<typename CharT, typename Traits> 141 friend std::basic_istream<CharT, Traits>& 142 operator>>(std::basic_istream<CharT, Traits>& __in, bool_set& __b)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/ |
| H A D | container_fwd.hpp | 186 template <class CharT 187 ,class Traits = std::char_traits<CharT> 188 ,class Allocator = new_allocator<CharT> >
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_index/ |
| H A D | type_index_facade.hpp | 280 template <class CharT, class TriatT, class Derived, class TypeInfo> 281 inline std::basic_ostream<CharT, TriatT>& operator<<( in operator <<() argument 282 std::basic_ostream<CharT, TriatT>& ostr, in operator <<()
|
| /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/ |
| H A D | ostream | 687 * <em>Null character</em> is @c CharT() by definition. For CharT
|
| /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/ |
| H A D | ostream | 687 * <em>Null character</em> is @c CharT() by definition. For CharT
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | streambuf | 136 "traits_type::char_type must be the same type as CharT");
|
| H A D | __locale | 322 // template <class CharT> class collate_byname; 700 // template <class CharT> class ctype_byname;
|
| H A D | ios | 596 "traits_type::char_type must be the same type as CharT");
|
| H A D | string_view | 216 "traits_type::char_type must be the same type as CharT");
|
| H A D | locale | 235 // __b will be incremented (visibly), consuming CharT until a match is found 237 // If one keyword is a prefix of another, and the next CharT in the input 288 // While there might be a match, test keywords against the next CharT 291 // Peek at the next CharT but don't consume it
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | streambuf | 136 "traits_type::char_type must be the same type as CharT");
|
| H A D | __locale | 322 // template <class CharT> class collate_byname; 700 // template <class CharT> class ctype_byname;
|
| H A D | ios | 596 "traits_type::char_type must be the same type as CharT");
|
| H A D | string_view | 216 "traits_type::char_type must be the same type as CharT");
|