/external/sdv/vsomeip/third_party/boost/utility/include/boost/utility/ |
D | string_ref.hpp | 94 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 …]
|
D | string_view.hpp | 97 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/ |
D | regex_search.hpp | 28 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() 62 … match_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 …]
|
D | regex_match.hpp | 35 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() 63 … match_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()
|
D | regex_split.hpp | 36 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()
|
D | regex_grep.hpp | 33 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()
|
D | regex_merge.hpp | 31 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()
|
D | regex_token_iterator.hpp | 219 …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()
|
D | regex_replace.hpp | 31 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/ |
D | greg_facet.hpp | 53 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/ |
D | regex_search.hpp | 39 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() 77 … match_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 …]
|
D | regex_split.hpp | 47 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()
|
D | regex_merge.hpp | 42 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()
|
D | regex_token_iterator.hpp | 279 …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()
|
D | regex_grep.hpp | 44 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()
|
D | regex_match.hpp | 46 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() 78 … match_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()
|
D | regex_replace.hpp | 42 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/ |
D | test_partial_match.hpp | 35 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()
|
D | test_regex_search.hpp | 43 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()
|
D | test_not_regex.hpp | 29 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()
|
D | test_regex_replace.hpp | 24 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/ |
D | p2.cpp | 86 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/ |
D | container_fwd_test.cpp | 12 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/ |
D | posix_time_legacy_io.hpp | 39 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/ |
D | iter_alloc.pass.cpp | 31 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
|