Home
last modified time | relevance | path

Searched defs:regex_traits (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/bits/
Dregex.h51 struct regex_traits in _GLIBCXX_VISIBILITY() struct
54 typedef _Ch_type char_type; in _GLIBCXX_VISIBILITY()
55 typedef std::basic_string<char_type> string_type; in _GLIBCXX_VISIBILITY()
56 typedef std::locale locale_type; in _GLIBCXX_VISIBILITY()
57 typedef std::ctype_base::mask char_class_type; in _GLIBCXX_VISIBILITY()
63 regex_traits() { } in _GLIBCXX_VISIBILITY() function
76 length(const char_type* __p) in _GLIBCXX_VISIBILITY()
87 translate(char_type __c) const in _GLIBCXX_VISIBILITY()
100 translate_nocase(char_type __c) const in _GLIBCXX_VISIBILITY()
129 transform(_Fwd_iter __first, _Fwd_iter __last) const in _GLIBCXX_VISIBILITY()
[all …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
Dregex.h51 struct regex_traits in _GLIBCXX_VISIBILITY() struct
54 typedef _Ch_type char_type; in _GLIBCXX_VISIBILITY()
55 typedef std::basic_string<char_type> string_type; in _GLIBCXX_VISIBILITY()
56 typedef std::locale locale_type; in _GLIBCXX_VISIBILITY()
57 typedef std::ctype_base::mask char_class_type; in _GLIBCXX_VISIBILITY()
63 regex_traits() { } in _GLIBCXX_VISIBILITY() argument
76 length(const char_type* __p) in _GLIBCXX_VISIBILITY()
87 translate(char_type __c) const in _GLIBCXX_VISIBILITY()
100 translate_nocase(char_type __c) const in _GLIBCXX_VISIBILITY()
129 transform(_Fwd_iter __first, _Fwd_iter __last) const in _GLIBCXX_VISIBILITY()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/
Dregex_traits.hpp37 struct regex_traits : public implementationT struct
39 regex_traits() : implementationT() {} in regex_traits() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/
Dregex_traits.hpp73 struct regex_traits : public implementationT struct
75 regex_traits() : implementationT() {} in regex_traits() argument