Home
last modified time | relevance | path

Searched refs:syntax_escape (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/regex/v4/
Dbasic_regex_parser.hpp279 case regex_constants::syntax_escape: in parse_basic()
344 case regex_constants::syntax_escape: in parse_extended()
1247 if(this->m_traits.syntax_type(*m_position) == regex_constants::syntax_escape) in parse_repeat_range()
1401 case regex_constants::syntax_escape: in parse_set()
1669 case regex_constants::syntax_escape: in get_next_set_literal()
1804 … while(this->m_traits.syntax_type(*m_position) != regex_constants::syntax_escape) --m_position; in unescape_character()
1816 … while(this->m_traits.syntax_type(*m_position) != regex_constants::syntax_escape) --m_position; in unescape_character()
1828 … while(this->m_traits.syntax_type(*m_position) != regex_constants::syntax_escape) --m_position; in unescape_character()
1840 … while(this->m_traits.syntax_type(*m_position) != regex_constants::syntax_escape) --m_position; in unescape_character()
1856 … while(this->m_traits.syntax_type(*m_position) != regex_constants::syntax_escape) --m_position; in unescape_character()
[all …]
Dsyntax_type.hpp42 static const syntax_type syntax_escape = 12; variable
/third_party/boost/libs/regex/src/
Dregex_traits_defaults.cpp594 regex_constants::syntax_escape, /*\*/ in get_default_syntax_type()
/third_party/boost/libs/regex/doc/
Dconcepts.qbk112 …he character preceding c in the expression being parsed then: `v.syntax_type(b) == syntax_escape`]]