Home
last modified time | relevance | path

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

/third_party/boost/boost/regex/v4/
Dc_regex_traits.hpp54 struct BOOST_REGEX_DECL c_regex_traits<char> struct
56 c_regex_traits(){} in c_regex_traits() function
57 typedef char char_type;
58 typedef std::size_t size_type;
59 typedef std::string string_type;
60 struct locale_type{};
61 typedef boost::uint32_t char_class_type;
63 static size_type length(const char_type* p) in length()
68 char translate(char c) const in translate()
72 char translate_nocase(char c) const in translate_nocase()
[all …]
/third_party/boost/boost/xpressive/traits/
Dc_regex_traits.hpp118 struct c_regex_traits struct
121 typedef Char char_type;
122 typedef std::basic_string<char_type> string_type;
123 typedef detail::empty_locale locale_type;
124 typedef typename detail::char_class_impl<Char>::char_class_type char_class_type;
125 typedef regex_traits_version_2_tag version_tag;
126 typedef detail::c_regex_traits_base<Char> base_type;
130 c_regex_traits(locale_type const &loc = locale_type()) in c_regex_traits() argument
139 bool operator ==(c_regex_traits<char_type> const &) const in operator ==()
147 bool operator !=(c_regex_traits<char_type> const &) const in operator !=()
[all …]