Home
last modified time | relevance | path

Searched refs:syntax_open_brace (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/regex/v4/
Dbasic_regex_parser.hpp382 case regex_constants::syntax_open_brace: in parse_extended()
598 case regex_constants::syntax_open_brace: in parse_basic_escape()
808 if(this->m_traits.syntax_type(*m_position) == regex_constants::syntax_open_brace) in parse_extended_escape()
884 if((syn == regex_constants::syntax_open_brace) in parse_extended_escape()
896 case regex_constants::syntax_open_brace: in parse_extended_escape()
1112 case regex_constants::syntax_open_brace: in parse_repeat()
1167 … while(this->m_traits.syntax_type(*m_position) != regex_constants::syntax_open_brace) --m_position; in parse_repeat_range()
1182 … while(this->m_traits.syntax_type(*m_position) != regex_constants::syntax_open_brace) --m_position; in parse_repeat_range()
1196 … while(this->m_traits.syntax_type(*m_position) != regex_constants::syntax_open_brace) --m_position; in parse_repeat_range()
1217 … while(this->m_traits.syntax_type(*m_position) != regex_constants::syntax_open_brace) --m_position; in parse_repeat_range()
[all …]
Dsyntax_type.hpp44 static const syntax_type syntax_open_brace = 15; variable
/third_party/boost/libs/regex/src/
Dregex_traits_defaults.cpp430 regex_constants::syntax_open_brace, /*{*/ in get_default_escape_syntax_type()
625 regex_constants::syntax_open_brace, /*{*/ in get_default_syntax_type()