Home
last modified time | relevance | path

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

123

/external/sdv/vsomeip/third_party/boost/utility/include/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 …]
/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/
Dregex_search.hpp28 const basic_regex<charT, traits>& e, in regex_search()
37 const basic_regex<charT, traits>& e, in regex_search()
53 match_results<const charT*, Allocator>& m, in regex_search()
54 const basic_regex<charT, traits>& e, in regex_search()
61 inline bool regex_search(const std::basic_string<charT, ST, SA>& s, in regex_search()
62match_results<typename std::basic_string<charT, ST, SA>::const_iterator, Allocator>& m, in regex_search()
63 const basic_regex<charT, traits>& e, in regex_search()
71 const basic_regex<charT, traits>& e, in regex_search()
85 const basic_regex<charT, traits>& e, in regex_search()
92 inline bool regex_search(const std::basic_string<charT, ST, SA>& s, in regex_search()
[all …]
Dregex_match.hpp35 const basic_regex<charT, traits>& e, in regex_match()
43 const basic_regex<charT, traits>& e, in regex_match()
54 match_results<const charT*, Allocator>& m, in regex_match()
55 const basic_regex<charT, traits>& e, in regex_match()
62 inline bool regex_match(const std::basic_string<charT, ST, SA>& s, in regex_match()
63match_results<typename std::basic_string<charT, ST, SA>::const_iterator, Allocator>& m, in regex_match()
64 const basic_regex<charT, traits>& e, in regex_match()
71 const basic_regex<charT, traits>& e, in regex_match()
79 inline bool regex_match(const std::basic_string<charT, ST, SA>& s, in regex_match()
80 const basic_regex<charT, traits>& e, in regex_match()
Dregex_split.hpp36 const basic_regex<charT>& get_default_expression(charT) in get_default_expression() argument
95 std::basic_string<charT, Traits1, Alloc1>& s, in regex_split()
96 const basic_regex<charT, Traits2>& e, in regex_split()
130 std::basic_string<charT, Traits1, Alloc1>& s, in regex_split()
131 const basic_regex<charT, Traits2>& e, in regex_split()
139 std::basic_string<charT, Traits1, Alloc1>& s) in regex_split()
Dregex_grep.hpp33 const basic_regex<charT, traits>& e, in regex_grep()
81 const basic_regex<charT, traits>& e, in regex_grep()
88 inline unsigned int regex_grep(Predicate foo, const std::basic_string<charT, ST, SA>& s, in regex_grep()
89 const basic_regex<charT, traits>& e, in regex_grep()
Dregex_merge.hpp31 const basic_regex<charT, traits>& e, in regex_merge()
42 const basic_regex<charT, traits>& e, in regex_merge()
51 const basic_regex<charT, traits>& e, in regex_merge()
60 const basic_regex<charT, traits>& e, in regex_merge()
Dregex_token_iterator.hpp219 …charT*, charT, traits> make_regex_token_iterator(const charT* p, const basic_regex<charT, traits>&… in make_regex_token_iterator()
224 …, charT, traits> make_regex_token_iterator(const std::basic_string<charT, ST, SA>& p, const basic_… in make_regex_token_iterator()
229 …charT*, charT, traits> make_regex_token_iterator(const charT* p, const basic_regex<charT, traits>&… in make_regex_token_iterator()
234 …, charT, traits> make_regex_token_iterator(const std::basic_string<charT, ST, SA>& p, const basic_… in make_regex_token_iterator()
239 …charT*, charT, traits> make_regex_token_iterator(const charT* p, const basic_regex<charT, traits>&… in make_regex_token_iterator()
244 …, charT, traits> make_regex_token_iterator(const std::basic_string<charT, ST, SA>& p, const basic_… in make_regex_token_iterator()
Dregex_replace.hpp31 const basic_regex<charT, traits>& e, in regex_replace()
63 const basic_regex<charT, traits>& e, in regex_replace()
/external/sdv/vsomeip/third_party/boost/date_time/include/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 …]
/external/sdv/vsomeip/third_party/boost/regex/include/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.hpp279 …charT*, charT, traits> make_regex_token_iterator(const charT* p, const basic_regex<charT, traits>&… in make_regex_token_iterator()
284 …, charT, traits> make_regex_token_iterator(const std::basic_string<charT, ST, SA>& p, const basic_… in make_regex_token_iterator()
289 …charT*, charT, traits> make_regex_token_iterator(const charT* p, const basic_regex<charT, traits>&… in make_regex_token_iterator()
294 …, charT, traits> make_regex_token_iterator(const std::basic_string<charT, ST, SA>& p, const basic_… in make_regex_token_iterator()
299 …charT*, charT, traits> make_regex_token_iterator(const charT* p, const basic_regex<charT, traits>&… in make_regex_token_iterator()
304 …, 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_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_replace.hpp42 const basic_regex<charT, traits>& e, in regex_replace()
74 const basic_regex<charT, traits>& e, in regex_replace()
/external/sdv/vsomeip/third_party/boost/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()
/external/clang/test/CXX/basic/basic.start/basic.start.main/
Dp2.cpp86 typedef char charT; typedef
87 int main(int, const charT**) {} in main()
92 typedef char charT; typedef
98 typedef char charT; typedef
/external/sdv/vsomeip/third_party/boost/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()
/external/sdv/vsomeip/third_party/boost/date_time/include/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 <<()
/external/libcxx/test/std/strings/basic.string/string.cons/
Diter_alloc.pass.cpp31 typedef typename std::iterator_traits<It>::value_type charT; in test() typedef
48 typedef typename std::iterator_traits<It>::value_type charT; in test() typedef

123