Home
last modified time | relevance | path

Searched defs:charT (Results 1 – 25 of 53) sorted by relevance

123

/third_party/boost/boost/utility/
Dstring_ref.hpp94 basic_string_ref(const std::basic_string<charT, traits, Allocator>& str) in basic_string_ref()
270 inline bool operator==(basic_string_ref<charT, traits> x, basic_string_ref<charT, traits> y) { in operator ==()
276 …inline bool operator==(basic_string_ref<charT, traits> x, const std::basic_string<charT, traits, A… in operator ==()
281 …inline bool operator==(const std::basic_string<charT, traits, Allocator> & x, basic_string_ref<cha… in operator ==()
286 inline bool operator==(basic_string_ref<charT, traits> x, const charT * y) { in operator ==()
291 inline bool operator==(const charT * x, basic_string_ref<charT, traits> y) { in operator ==()
297 inline bool operator!=(basic_string_ref<charT, traits> x, basic_string_ref<charT, traits> y) { in operator !=()
303 …inline bool operator!=(basic_string_ref<charT, traits> x, const std::basic_string<charT, traits, A… in operator !=()
308 …inline bool operator!=(const std::basic_string<charT, traits, Allocator> & x, basic_string_ref<cha… in operator !=()
313 inline bool operator!=(basic_string_ref<charT, traits> x, const charT * y) { in operator !=()
[all …]
Dstring_view.hpp97 basic_string_view(const std::basic_string<charT, traits, Allocator>& str) BOOST_NOEXCEPT in basic_string_view()
389 inline BOOST_CXX14_CONSTEXPR bool operator==(basic_string_view<charT, traits> x, in operator ==()
397 inline BOOST_CXX14_CONSTEXPR bool operator!=(basic_string_view<charT, traits> x, in operator !=()
405 inline BOOST_CXX14_CONSTEXPR bool operator<(basic_string_view<charT, traits> x, in operator <()
412 inline BOOST_CXX14_CONSTEXPR bool operator>(basic_string_view<charT, traits> x, in operator >()
419 inline BOOST_CXX14_CONSTEXPR bool operator<=(basic_string_view<charT, traits> x, in operator <=()
426 inline BOOST_CXX14_CONSTEXPR bool operator>=(basic_string_view<charT, traits> x, in operator >=()
433 inline BOOST_CXX14_CONSTEXPR bool operator==(basic_string_view<charT, traits> x, in operator ==()
434 const std::basic_string<charT, traits, Allocator> & y) BOOST_NOEXCEPT { in operator ==()
439 …inline BOOST_CXX14_CONSTEXPR bool operator==(const std::basic_string<charT, traits, Allocator> & x, in operator ==()
[all …]
Dostream_string.hpp20 oss_put(std::basic_ostream<charT, traits>& os, const charT* data, in oss_put()
28 oss_fill(std::basic_ostream<charT, traits>& os, std::size_t size) in oss_fill()
46 explicit oss_guard(std::basic_ostream<charT, traits>& os) BOOST_NOEXCEPT in oss_guard()
66 ostream_string(std::basic_ostream<charT, traits>& os, const charT* data, in ostream_string()
/third_party/boost/boost/date_time/gregorian/
Dgreg_facet.hpp53 operator<<(std::basic_ostream<charT, traits>& os, const date& d) in operator <<()
69 operator<<(std::basic_ostream<charT, traits>& os, const greg_month& m) in operator <<()
95 operator<<(std::basic_ostream<charT, traits>& os, const greg_weekday& wd) in operator <<()
120 operator<<(std::basic_ostream<charT, traits>& os, const date_period& dp) in operator <<()
133 operator<<(std::basic_ostream<charT, traits>& os, const date_duration& dd) in operator <<()
144 operator<<(std::basic_ostream<charT, traits>& os, const partial_date& pd) in operator <<()
156 operator<<(std::basic_ostream<charT, traits>& os, in operator <<()
169 operator<<(std::basic_ostream<charT, traits>& os, in operator <<()
181 operator<<(std::basic_ostream<charT, traits>& os, in operator <<()
193 operator<<(std::basic_ostream<charT, traits>& os, in operator <<()
[all …]
/third_party/boost/boost/regex/v4/
Dregex_search.hpp39 const basic_regex<charT, traits>& e, in regex_search()
48 const basic_regex<charT, traits>& e, in regex_search()
68 match_results<const charT*, Allocator>& m, in regex_search()
69 const basic_regex<charT, traits>& e, in regex_search()
76 inline bool regex_search(const std::basic_string<charT, ST, SA>& s, in regex_search()
77match_results<typename std::basic_string<charT, ST, SA>::const_iterator, Allocator>& m, in regex_search()
78 const basic_regex<charT, traits>& e, in regex_search()
136 const basic_regex<charT, traits>& e, in regex_search()
152 const basic_regex<charT, traits>& e, in regex_search()
159 inline bool regex_search(const std::basic_string<charT, ST, SA>& s, in regex_search()
[all …]
Dregex_split.hpp47 const basic_regex<charT>& get_default_expression(charT) in get_default_expression() argument
106 std::basic_string<charT, Traits1, Alloc1>& s, in regex_split()
107 const basic_regex<charT, Traits2>& e, in regex_split()
141 std::basic_string<charT, Traits1, Alloc1>& s, in regex_split()
142 const basic_regex<charT, Traits2>& e, in regex_split()
150 std::basic_string<charT, Traits1, Alloc1>& s) in regex_split()
Dregex_merge.hpp42 const basic_regex<charT, traits>& e, in regex_merge()
53 const basic_regex<charT, traits>& e, in regex_merge()
62 const basic_regex<charT, traits>& e, in regex_merge()
71 const basic_regex<charT, traits>& e, in regex_merge()
Dregex_token_iterator.hpp277 …charT*, charT, traits> make_regex_token_iterator(const charT* p, const basic_regex<charT, traits>&… in make_regex_token_iterator()
282 …, charT, traits> make_regex_token_iterator(const std::basic_string<charT, ST, SA>& p, const basic_… in make_regex_token_iterator()
287 …charT*, charT, traits> make_regex_token_iterator(const charT* p, const basic_regex<charT, traits>&… in make_regex_token_iterator()
292 …, charT, traits> make_regex_token_iterator(const std::basic_string<charT, ST, SA>& p, const basic_… in make_regex_token_iterator()
297 …charT*, charT, traits> make_regex_token_iterator(const charT* p, const basic_regex<charT, traits>&… in make_regex_token_iterator()
302 …, charT, traits> make_regex_token_iterator(const std::basic_string<charT, ST, SA>& p, const basic_… in make_regex_token_iterator()
Dregex_grep.hpp44 const basic_regex<charT, traits>& e, in regex_grep()
96 const basic_regex<charT, traits>& e, in regex_grep()
103 inline unsigned int regex_grep(Predicate foo, const std::basic_string<charT, ST, SA>& s, in regex_grep()
104 const basic_regex<charT, traits>& e, in regex_grep()
Dregex_replace.hpp42 const basic_regex<charT, traits>& e, in regex_replace()
74 const basic_regex<charT, traits>& e, in regex_replace()
Dregex_match.hpp46 const basic_regex<charT, traits>& e, in regex_match()
54 const basic_regex<charT, traits>& e, in regex_match()
69 match_results<const charT*, Allocator>& m, in regex_match()
70 const basic_regex<charT, traits>& e, in regex_match()
77 inline bool regex_match(const std::basic_string<charT, ST, SA>& s, in regex_match()
78match_results<typename std::basic_string<charT, ST, SA>::const_iterator, Allocator>& m, in regex_match()
79 const basic_regex<charT, traits>& e, in regex_match()
86 const basic_regex<charT, traits>& e, in regex_match()
94 inline bool regex_match(const std::basic_string<charT, ST, SA>& s, in regex_match()
95 const basic_regex<charT, traits>& e, in regex_match()
Dregex_iterator.hpp171 …const charT*, charT, traits> make_regex_iterator(const charT* p, const basic_regex<charT, traits>&… in make_regex_iterator()
176 …erator, charT, traits> make_regex_iterator(const std::basic_string<charT, ST, SA>& p, const basic_… in make_regex_iterator()
Dbasic_regex.hpp403 …unsigned int BOOST_REGEX_CALL set_expression(const std::basic_string<charT, ST, SA>& p, flag_type … in set_expression()
409 …explicit basic_regex(const std::basic_string<charT, ST, SA>& p, flag_type f = regex_constants::nor… in basic_regex()
426 basic_regex& BOOST_REGEX_CALL operator=(const std::basic_string<charT, ST, SA>& p) in operator =()
433 const std::basic_string<charT, string_traits, A>& s, in assign()
695 void swap(basic_regex<charT, traits>& e1, basic_regex<charT, traits>& e2) in swap()
703 operator << (std::basic_ostream<charT, traits>& os, in operator <<()
704 const basic_regex<charT, traits2>& e) in operator <<()
748 …explicit reg_expression(const std::basic_string<charT, ST, SA>& p, flag_type f = regex_constants::… in reg_expression()
760 reg_expression& BOOST_REGEX_CALL operator=(const std::basic_string<charT, ST, SA>& p) in operator =()
/third_party/boost/libs/regex/test/regress/
Dtest_partial_match.hpp35 typedef typename boost::sub_match<BidirectionalIterator>::value_type charT; in test_sub_match() typedef
80 void test_simple_search(boost::basic_regex<charT, traits>& r) in test_simple_search()
125 void test_regex_iterator(boost::basic_regex<charT, traits>& r) in test_regex_iterator()
186 void test_regex_token_iterator(boost::basic_regex<charT, traits>& r) in test_regex_token_iterator()
299 void test_regex_grep(boost::basic_regex<charT, traits>& r) in test_regex_grep()
310 void test_regex_match(boost::basic_regex<charT, traits>& r) in test_regex_match()
351 void test(boost::basic_regex<charT, traits>& r, const test_regex_search_tag&) in test()
Dtest_regex_search.hpp43 typedef typename boost::sub_match<BidirectionalIterator>::value_type charT; in test_sub_match() typedef
99 void test_simple_search(boost::basic_regex<charT, traits>& r) in test_simple_search()
178 void test_regex_iterator(boost::basic_regex<charT, traits>& r) in test_regex_iterator()
239 void test_regex_token_iterator(boost::basic_regex<charT, traits>& r) in test_regex_token_iterator()
423 void test_regex_grep(boost::basic_regex<charT, traits>& r) in test_regex_grep()
434 void test_regex_match(boost::basic_regex<charT, traits>& r) in test_regex_match()
475 void test(boost::basic_regex<charT, traits>& r, const test_regex_search_tag&) in test()
Dtest_not_regex.hpp29 void test_empty(boost::basic_regex<charT, traits>& r) in test_empty()
58 void test(boost::basic_regex<charT, traits>& r, const test_invalid_regex_tag&) in test()
Dtest_regex_replace.hpp24 void test_regex_replace(boost::basic_regex<charT, traits>& r) in test_regex_replace()
43 void test(boost::basic_regex<charT, traits>& r, const test_regex_replace_tag&) in test()
Dtest_mfc.hpp23 void test_mfc(const charT&, const Tag&) in test_mfc()
Dtest_icu.hpp23 void test_icu(const charT&, const Tag&) in test_icu()
Dtest_deprecated.hpp23 void test_deprecated(const charT&, const Tag&) in test_deprecated()
/third_party/boost/libs/detail/test/container_fwd/
Dcontainer_fwd_test.cpp12 std::basic_string<charT, std::string_char_traits<charT>, Allocator> const&) in test()
18 std::basic_string<charT, std::char_traits<charT>, Allocator> const&) in test()
/third_party/boost/boost/date_time/posix_time/
Dposix_time_legacy_io.hpp39 operator<<(std::basic_ostream<charT, traits>& os, const time_duration& td) in operator <<()
50 operator<<(std::basic_ostream<charT, traits>& os, const ptime& t) in operator <<()
61 operator<<(std::basic_ostream<charT, traits>& os, const time_period& tp) in operator <<()
/third_party/boost/libs/regex/test/collate_info/
Dcollate_info.cpp86 void print_c_info(charT, const char* name) in print_c_info() argument
127 void print_cpp_info(charT, const char* name) in print_cpp_info() argument
202 void print_ctype_info(charT, const char* name) in print_ctype_info() argument
/third_party/boost/boost/io/detail/
Dbuffer_fill.hpp20 buffer_fill(std::basic_streambuf<charT, traits>& buf, charT ch, in buffer_fill()
/third_party/boost/boost/io/
Dostream_put.hpp19 ostream_put(std::basic_ostream<charT, traits>& os, const charT* data, in ostream_put()

123