/third_party/boost/boost/regex/v4/ |
D | instances.hpp | 54 template class BOOST_REGEX_DECL basic_regex< BOOST_REGEX_CHAR_T BOOST_REGEX_TRAITS_T >; 55 template class BOOST_REGEX_DECL match_results< const BOOST_REGEX_CHAR_T* >; 57 template class BOOST_REGEX_DECL ::boost::BOOST_REGEX_DETAIL_NS::perl_matcher<BOOST_REGEX_CHAR_T con… 82 # define BOOST_REGEX_TEMPLATE_DECL BOOST_REGEX_DECL 148 template BOOST_REGEX_DECL 151 template BOOST_REGEX_DECL 154 template BOOST_REGEX_DECL 157 template BOOST_REGEX_DECL 160 template BOOST_REGEX_DECL 162 template BOOST_REGEX_DECL [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); 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); 261 BOOST_REGEX_DECL wchar_t BOOST_REGEX_CALL do_global_lower(wchar_t c); 262 BOOST_REGEX_DECL wchar_t BOOST_REGEX_CALL do_global_upper(wchar_t c); [all …]
|
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 | cregex.hpp | 161 BOOST_REGEX_DECL int BOOST_REGEX_CCALL regcompA(regex_tA*, const char*, int); 162 BOOST_REGEX_DECL regsize_t BOOST_REGEX_CCALL regerrorA(int, const regex_tA*, char*, regsize_t); 163 BOOST_REGEX_DECL int BOOST_REGEX_CCALL regexecA(const regex_tA*, const char*, regsize_t, regmatch_t… 164 BOOST_REGEX_DECL void BOOST_REGEX_CCALL regfreeA(regex_tA*); 167 BOOST_REGEX_DECL int BOOST_REGEX_CCALL regcompW(regex_tW*, const wchar_t*, int); 168 BOOST_REGEX_DECL regsize_t BOOST_REGEX_CCALL regerrorW(int, const regex_tW*, wchar_t*, regsize_t); 169 BOOST_REGEX_DECL int BOOST_REGEX_CCALL regexecW(const regex_tW*, const wchar_t*, regsize_t, regmatc… 170 BOOST_REGEX_DECL void BOOST_REGEX_CCALL regfreeW(regex_tW*); 244 class BOOST_REGEX_DECL RegEx
|
D | fileiter.hpp | 141 class BOOST_REGEX_DECL mapfile 165 class BOOST_REGEX_DECL mapfile_iterator; 167 class BOOST_REGEX_DECL mapfile 197 class BOOST_REGEX_DECL mapfile_iterator 374 BOOST_REGEX_DECL extern const char* _fi_sep; 384 class BOOST_REGEX_DECL file_iterator 454 class BOOST_REGEX_DECL directory_iterator
|
D | c_regex_traits.hpp | 54 struct BOOST_REGEX_DECL c_regex_traits<char> 99 struct BOOST_REGEX_DECL c_regex_traits<wchar_t> 148 struct BOOST_REGEX_DECL c_regex_traits<unsigned short>
|
D | protected_call.hpp | 37 class BOOST_REGEX_DECL abstract_protected_call
|
D | regex_raw_buffer.hpp | 109 class BOOST_REGEX_DECL raw_storage
|
D | regbase.hpp | 38 class BOOST_REGEX_DECL regbase
|
D | perl_matcher.hpp | 48 BOOST_REGEX_DECL void BOOST_REGEX_CALL verify_options(boost::regex_constants::syntax_option_type ef…
|
D | cpp_regex_traits.hpp | 358 class BOOST_REGEX_DECL cpp_regex_traits_char_layer<char> : public cpp_regex_traits_base<char>
|
/third_party/boost/boost/regex/pending/ |
D | static_mutex.hpp | 43 class BOOST_REGEX_DECL scoped_static_mutex_lock 82 class BOOST_REGEX_DECL scoped_static_mutex_lock; 93 class BOOST_REGEX_DECL scoped_static_mutex_lock 140 class BOOST_REGEX_DECL scoped_static_mutex_lock; 141 extern "C" BOOST_REGEX_DECL void boost_regex_free_static_mutex(); 143 class BOOST_REGEX_DECL static_mutex 154 class BOOST_REGEX_DECL scoped_static_mutex_lock
|
/third_party/boost/libs/regex/src/ |
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 | 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() 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 | 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 | posix_api.cpp | 73 BOOST_REGEX_DECL int BOOST_REGEX_CCALL regcompA(regex_tA* expression, const char* ptr, int f) in regcompA() 151 BOOST_REGEX_DECL regsize_t BOOST_REGEX_CCALL regerrorA(int code, const regex_tA* e, char* buf, regs… in regerrorA() 223 BOOST_REGEX_DECL int BOOST_REGEX_CCALL regexecA(const regex_tA* expression, const char* buf, regsiz… in regexecA() 289 BOOST_REGEX_DECL void BOOST_REGEX_CCALL regfreeA(regex_tA* expression) in regfreeA()
|
D | wide_posix_api.cpp | 83 BOOST_REGEX_DECL int BOOST_REGEX_CCALL regcompW(regex_tW* expression, const wchar_t* ptr, int f) in regcompW() 161 BOOST_REGEX_DECL regsize_t BOOST_REGEX_CCALL regerrorW(int code, const regex_tW* e, wchar_t* buf, r… in regerrorW() 239 BOOST_REGEX_DECL int BOOST_REGEX_CCALL regexecW(const regex_tW* expression, const wchar_t* buf, reg… in regexecW() 304 BOOST_REGEX_DECL void BOOST_REGEX_CCALL regfreeW(regex_tW* expression) in regfreeW()
|
D | regex_debug.cpp | 46 BOOST_REGEX_DECL void BOOST_REGEX_CALL print_regex_library_info() in print_regex_library_info()
|
D | static_mutex.cpp | 133 extern "C" BOOST_REGEX_DECL void boost_regex_free_static_mutex()
|
D | fileiter.cpp | 70 BOOST_REGEX_DECL const char* _fi_sep = "\\"; 80 BOOST_REGEX_DECL const char* _fi_sep = "/";
|
D | cregex.cpp | 605 basic_string<char>& BOOST_REGEX_DECL 627 basic_string<wchar_t>& BOOST_REGEX_DECL
|
/third_party/boost/boost/regex/ |
D | config.hpp | 246 # define BOOST_REGEX_DECL BOOST_SYMBOL_EXPORT macro 249 # define BOOST_REGEX_DECL BOOST_SYMBOL_IMPORT macro 252 # define BOOST_REGEX_DECL 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(); 470 # pragma message ("BOOST_REGEX_DECL" BOOST_STRINGIZE(=BOOST_REGEX_DECL))
|
D | pattern_except.hpp | 50 class BOOST_REGEX_DECL regex_error : public std::runtime_error 71 BOOST_REGEX_DECL void BOOST_REGEX_CALL raise_runtime_error(const std::runtime_error& ex);
|
D | icu.hpp | 44 class BOOST_REGEX_DECL icu_regex_traits_implementation 97 class BOOST_REGEX_DECL icu_regex_traits
|
/third_party/boost/libs/regex/test/config_info/ |
D | regex_config_info.cpp | 56 PRINT_MACRO(BOOST_REGEX_DECL); in NEW_MAIN()
|