/third_party/boost/boost/regex/v4/ |
D | c_regex_traits.hpp | 77 static string_type BOOST_REGEX_CALL transform(const char* p1, const char* p2); 78 static string_type BOOST_REGEX_CALL transform_primary(const char* p1, const char* p2); 80 static char_class_type BOOST_REGEX_CALL lookup_classname(const char* p1, const char* p2); 81 static string_type BOOST_REGEX_CALL lookup_collatename(const char* p1, const char* p2); 83 static bool BOOST_REGEX_CALL isctype(char, char_class_type); 84 static int BOOST_REGEX_CALL value(char, int); 122 static string_type BOOST_REGEX_CALL transform(const wchar_t* p1, const wchar_t* p2); 123 static string_type BOOST_REGEX_CALL transform_primary(const wchar_t* p1, const wchar_t* p2); 125 static char_class_type BOOST_REGEX_CALL lookup_classname(const wchar_t* p1, const wchar_t* p2); 126 static string_type BOOST_REGEX_CALL lookup_collatename(const wchar_t* p1, const wchar_t* p2); [all …]
|
D | basic_regex.hpp | 236 locale_type BOOST_REGEX_CALL imbue(locale_type l) in imbue() 240 locale_type BOOST_REGEX_CALL getloc()const in getloc() 244 std::basic_string<charT> BOOST_REGEX_CALL str()const in str() 251 const_iterator BOOST_REGEX_CALL expression()const in expression() 255 std::pair<const_iterator, const_iterator> BOOST_REGEX_CALL subexpression(std::size_t n)const in subexpression() 263 const_iterator BOOST_REGEX_CALL begin()const in begin() 267 const_iterator BOOST_REGEX_CALL end()const in end() 271 flag_type BOOST_REGEX_CALL flags()const in flags() 275 size_type BOOST_REGEX_CALL size()const in size() 279 int BOOST_REGEX_CALL status()const in status() [all …]
|
D | regex_traits_defaults.hpp | 66 BOOST_REGEX_DECL const char* BOOST_REGEX_CALL get_default_syntax(regex_constants::syntax_type n); 67 BOOST_REGEX_DECL const char* BOOST_REGEX_CALL get_default_error_string(regex_constants::error_type … 68 BOOST_REGEX_DECL regex_constants::syntax_type BOOST_REGEX_CALL get_default_syntax_type(char c); 69 BOOST_REGEX_DECL regex_constants::escape_syntax_type BOOST_REGEX_CALL get_default_escape_syntax_typ… 72 BOOST_REGEX_DECL bool BOOST_REGEX_CALL is_combining_implementation(uint_least16_t s); 141 BOOST_REGEX_DECL std::string BOOST_REGEX_CALL lookup_default_collate_name(const std::string& name); 248 inline charT BOOST_REGEX_CALL global_lower(charT c) in global_lower() 253 inline charT BOOST_REGEX_CALL global_upper(charT c) in global_upper() 258 BOOST_REGEX_DECL char BOOST_REGEX_CALL do_global_lower(char c); 259 BOOST_REGEX_DECL char BOOST_REGEX_CALL do_global_upper(char c); [all …]
|
D | regex_raw_buffer.hpp | 126 void BOOST_REGEX_CALL resize(size_type n); 128 void* BOOST_REGEX_CALL extend(size_type n) in extend() 137 void* BOOST_REGEX_CALL insert(size_type pos, size_type n); 139 size_type BOOST_REGEX_CALL size() in size() 144 size_type BOOST_REGEX_CALL capacity() in capacity() 149 void* BOOST_REGEX_CALL data()const in data() 154 size_type BOOST_REGEX_CALL index(void* ptr) in index() 159 void BOOST_REGEX_CALL clear() in clear() 164 void BOOST_REGEX_CALL align() in align()
|
D | w32_regex_traits.hpp | 78 BOOST_REGEX_DECL lcid_type BOOST_REGEX_CALL w32_get_default_locale(); 79 BOOST_REGEX_DECL bool BOOST_REGEX_CALL w32_is_lower(char, lcid_type); 81 BOOST_REGEX_DECL bool BOOST_REGEX_CALL w32_is_lower(wchar_t, lcid_type); 83 BOOST_REGEX_DECL bool BOOST_REGEX_CALL w32_is_lower(unsigned short ca, lcid_type state_id); 86 BOOST_REGEX_DECL bool BOOST_REGEX_CALL w32_is_upper(char, lcid_type); 88 BOOST_REGEX_DECL bool BOOST_REGEX_CALL w32_is_upper(wchar_t, lcid_type); 90 BOOST_REGEX_DECL bool BOOST_REGEX_CALL w32_is_upper(unsigned short ca, lcid_type state_id); 93 BOOST_REGEX_DECL cat_type BOOST_REGEX_CALL w32_cat_open(const std::string& name); 94 BOOST_REGEX_DECL std::string BOOST_REGEX_CALL w32_cat_get(const cat_type& cat, lcid_type state_id, … 96 BOOST_REGEX_DECL std::wstring BOOST_REGEX_CALL w32_cat_get(const cat_type& cat, lcid_type state_id,… [all …]
|
D | match_results.hpp | 475 void BOOST_REGEX_CALL set_second(BidiIterator i) in set_second() 488 …void BOOST_REGEX_CALL set_second(BidiIterator i, size_type pos, bool m = true, bool escape_k = fal… in set_second() 506 void BOOST_REGEX_CALL set_size(size_type n, BidiIterator i, BidiIterator j) in set_size() 524 void BOOST_REGEX_CALL set_base(BidiIterator pos) in set_base() 532 void BOOST_REGEX_CALL set_first(BidiIterator i) in set_first() 547 void BOOST_REGEX_CALL set_first(BidiIterator i, size_type pos, bool escape_k = false) in set_first() 562 void BOOST_REGEX_CALL maybe_assign(const match_results<BidiIterator, Allocator>& m); 564 void BOOST_REGEX_CALL set_named_subs(boost::shared_ptr<named_sub_type> subs) in set_named_subs() 589 void BOOST_REGEX_CALL match_results<BidiIterator, Allocator>::maybe_assign(const match_results<Bidi… in maybe_assign()
|
D | instances.hpp | 189 …OST_REGEX_DECL basic_regex<BOOST_REGEX_CHAR_T BOOST_REGEX_TRAITS_T >::locale_type BOOST_REGEX_CALL 192 template BOOST_REGEX_DECL void BOOST_REGEX_CALL 208 template BOOST_REGEX_DECL void BOOST_REGEX_CALL
|
D | protected_call.hpp | 40 bool BOOST_REGEX_CALL execute()const;
|
D | states.hpp | 299 iterator BOOST_REGEX_CALL re_is_set_member(iterator next,
|
D | perl_matcher.hpp | 48 BOOST_REGEX_DECL void BOOST_REGEX_CALL verify_options(boost::regex_constants::syntax_option_type ef… 146 iterator BOOST_REGEX_CALL re_is_set_member(iterator next, in re_is_set_member()
|
D | sub_match.hpp | 66 difference_type BOOST_REGEX_CALL length()const in length() 104 bool BOOST_REGEX_CALL operator !=(const sub_match& that)const in operator !=()
|
/third_party/boost/boost/regex/ |
D | config.hpp | 274 # define BOOST_REGEX_CALL __cdecl macro 276 # define BOOST_REGEX_CALL __fastcall macro 283 # define BOOST_REGEX_CALL __cdecl macro 286 # define BOOST_REGEX_CALL __fastcall macro 291 #ifndef BOOST_REGEX_CALL 292 # define BOOST_REGEX_CALL macro 400 BOOST_REGEX_DECL void BOOST_REGEX_CALL reset_stack_guard_page(); 453 BOOST_REGEX_DECL void* BOOST_REGEX_CALL get_mem_block(); 454 BOOST_REGEX_DECL void BOOST_REGEX_CALL put_mem_block(void*); 466 BOOST_REGEX_DECL void BOOST_REGEX_CALL print_regex_library_info(); [all …]
|
D | pattern_except.hpp | 71 BOOST_REGEX_DECL void BOOST_REGEX_CALL raise_runtime_error(const std::runtime_error& ex);
|
/third_party/boost/libs/regex/src/ |
D | regex.cpp | 90 BOOST_REGEX_DECL void BOOST_REGEX_CALL raise_runtime_error(const std::runtime_error& ex) in raise_runtime_error() 97 BOOST_REGEX_DECL void BOOST_REGEX_CALL verify_options(boost::regex::flag_type /*ef*/, match_flag_ty… in verify_options() 124 bool BOOST_REGEX_CALL abstract_protected_call::execute()const in execute() 136 BOOST_REGEX_DECL void BOOST_REGEX_CALL reset_stack_guard_page() in reset_stack_guard_page() 184 BOOST_REGEX_DECL void* BOOST_REGEX_CALL get_mem_block() in get_mem_block() 189 BOOST_REGEX_DECL void BOOST_REGEX_CALL put_mem_block(void* p) in put_mem_block() 204 BOOST_REGEX_DECL void* BOOST_REGEX_CALL get_mem_block() in get_mem_block() 209 BOOST_REGEX_DECL void BOOST_REGEX_CALL put_mem_block(void* p) in put_mem_block()
|
D | w32_regex_traits.cpp | 157 BOOST_REGEX_DECL lcid_type BOOST_REGEX_CALL w32_get_default_locale() in w32_get_default_locale() 162 BOOST_REGEX_DECL bool BOOST_REGEX_CALL w32_is_lower(char c, lcid_type idx) in w32_is_lower() 185 BOOST_REGEX_DECL bool BOOST_REGEX_CALL w32_is_lower(wchar_t c, lcid_type idx) in w32_is_lower() 193 BOOST_REGEX_DECL bool BOOST_REGEX_CALL w32_is_lower(unsigned short ca, lcid_type idx) in w32_is_lower() 203 BOOST_REGEX_DECL bool BOOST_REGEX_CALL w32_is_upper(char c, lcid_type idx) in w32_is_upper() 226 BOOST_REGEX_DECL bool BOOST_REGEX_CALL w32_is_upper(wchar_t c, lcid_type idx) in w32_is_upper() 234 BOOST_REGEX_DECL bool BOOST_REGEX_CALL w32_is_upper(unsigned short ca, lcid_type idx) in w32_is_upper() 249 BOOST_REGEX_DECL cat_type BOOST_REGEX_CALL w32_cat_open(const std::string& name) in w32_cat_open() 264 BOOST_REGEX_DECL std::string BOOST_REGEX_CALL w32_cat_get(const cat_type& cat, lcid_type, int i, co… in w32_cat_get() 298 BOOST_REGEX_DECL std::wstring BOOST_REGEX_CALL w32_cat_get(const cat_type& cat, lcid_type, int i, c… in w32_cat_get() [all …]
|
D | wc_regex_traits.cpp | 89 c_regex_traits<wchar_t>::string_type BOOST_REGEX_CALL c_regex_traits<wchar_t>::transform(const wcha… in transform() 117 c_regex_traits<wchar_t>::string_type BOOST_REGEX_CALL c_regex_traits<wchar_t>::transform_primary(co… in transform_primary() 164 c_regex_traits<wchar_t>::char_class_type BOOST_REGEX_CALL c_regex_traits<wchar_t>::lookup_classname… in lookup_classname() 204 bool BOOST_REGEX_CALL c_regex_traits<wchar_t>::isctype(wchar_t c, char_class_type mask) in isctype() 223 c_regex_traits<wchar_t>::string_type BOOST_REGEX_CALL c_regex_traits<wchar_t>::lookup_collatename(c… in lookup_collatename() 258 int BOOST_REGEX_CALL c_regex_traits<wchar_t>::value(wchar_t c, int radix) in value() 274 c_regex_traits<unsigned short>::string_type BOOST_REGEX_CALL c_regex_traits<unsigned short>::transf… in transform() 280 c_regex_traits<unsigned short>::string_type BOOST_REGEX_CALL c_regex_traits<unsigned short>::transf… in transform_primary() 286 c_regex_traits<unsigned short>::char_class_type BOOST_REGEX_CALL c_regex_traits<unsigned short>::lo… in lookup_classname() 291 c_regex_traits<unsigned short>::string_type BOOST_REGEX_CALL c_regex_traits<unsigned short>::lookup… in lookup_collatename() [all …]
|
D | regex_traits_defaults.cpp | 41 BOOST_REGEX_DECL const char* BOOST_REGEX_CALL get_default_syntax(regex_constants::syntax_type n) in get_default_syntax() 111 BOOST_REGEX_DECL const char* BOOST_REGEX_CALL get_default_error_string(regex_constants::error_type … in get_default_error_string() 144 BOOST_REGEX_DECL bool BOOST_REGEX_CALL is_combining_implementation(boost::uint_least16_t c) in is_combining_implementation() 244 BOOST_REGEX_DECL std::string BOOST_REGEX_CALL lookup_default_collate_name(const std::string& name) in lookup_default_collate_name() 267 BOOST_REGEX_DECL char BOOST_REGEX_CALL do_global_lower(char c) in do_global_lower() 272 BOOST_REGEX_DECL char BOOST_REGEX_CALL do_global_upper(char c) in do_global_upper() 277 BOOST_REGEX_DECL wchar_t BOOST_REGEX_CALL do_global_lower(wchar_t c) in do_global_lower() 282 BOOST_REGEX_DECL wchar_t BOOST_REGEX_CALL do_global_upper(wchar_t c) in do_global_upper() 287 BOOST_REGEX_DECL unsigned short BOOST_REGEX_CALL do_global_lower(unsigned short c) in do_global_lower() 292 BOOST_REGEX_DECL unsigned short BOOST_REGEX_CALL do_global_upper(unsigned short c) in do_global_upper() [all …]
|
D | c_regex_traits.cpp | 49 c_regex_traits<char>::string_type BOOST_REGEX_CALL c_regex_traits<char>::transform(const char* p1, … in transform() 77 c_regex_traits<char>::string_type BOOST_REGEX_CALL c_regex_traits<char>::transform_primary(const ch… in transform_primary() 124 c_regex_traits<char>::char_class_type BOOST_REGEX_CALL c_regex_traits<char>::lookup_classname(const… in lookup_classname() 164 bool BOOST_REGEX_CALL c_regex_traits<char>::isctype(char c, char_class_type mask) in isctype() 182 c_regex_traits<char>::string_type BOOST_REGEX_CALL c_regex_traits<char>::lookup_collatename(const c… in lookup_collatename() 191 int BOOST_REGEX_CALL c_regex_traits<char>::value(char c, int radix) in value()
|
D | regex_raw_buffer.cpp | 37 void BOOST_REGEX_CALL raw_storage::resize(size_type n) in resize() 61 void* BOOST_REGEX_CALL raw_storage::insert(size_type pos, size_type n) in insert()
|
D | regex_debug.cpp | 46 BOOST_REGEX_DECL void BOOST_REGEX_CALL print_regex_library_info() in print_regex_library_info()
|
/third_party/boost/libs/regex/test/config_info/ |
D | regex_config_info.cpp | 57 PRINT_MACRO(BOOST_REGEX_CALL); in NEW_MAIN()
|