Home
last modified time | relevance | path

Searched defs:c_regex_traits (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/
Dc_regex_traits.hpp78 struct c_regex_traits<char> struct
80 c_regex_traits(){} in c_regex_traits() function
81 typedef char char_type;
82 typedef std::size_t size_type;
83 typedef std::string string_type;
84 struct locale_type{};
85 typedef boost::uint32_t char_class_type;
87 static size_type length(const char_type* p) in length()
92 char translate(char c) const in translate()
96 char translate_nocase(char c) const in translate_nocase()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/
Dc_regex_traits.hpp56 struct c_regex_traits<char> struct
58 c_regex_traits(){} in c_regex_traits() function
59 typedef char char_type;
60 typedef std::size_t size_type;
61 typedef std::string string_type;
62 struct locale_type{};
63 typedef std::uint32_t char_class_type;
65 static size_type length(const char_type* p) in length()
70 char translate(char c) const in translate()
74 char translate_nocase(char c) const in translate_nocase()
[all …]