Home
last modified time | relevance | path

Searched refs:BOOST_REGEX_DECL (Results 1 – 25 of 25) sorted by relevance

/third_party/boost/boost/regex/v4/
Dinstances.hpp54 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 …]
Dregex_traits_defaults.hpp66 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 …]
Dw32_regex_traits.hpp78 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 …]
Dcregex.hpp161 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
Dfileiter.hpp141 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
Dc_regex_traits.hpp54 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>
Dprotected_call.hpp37 class BOOST_REGEX_DECL abstract_protected_call
Dregex_raw_buffer.hpp109 class BOOST_REGEX_DECL raw_storage
Dregbase.hpp38 class BOOST_REGEX_DECL regbase
Dperl_matcher.hpp48 BOOST_REGEX_DECL void BOOST_REGEX_CALL verify_options(boost::regex_constants::syntax_option_type ef…
Dcpp_regex_traits.hpp358 class BOOST_REGEX_DECL cpp_regex_traits_char_layer<char> : public cpp_regex_traits_base<char>
/third_party/boost/boost/regex/pending/
Dstatic_mutex.hpp43 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/
Dw32_regex_traits.cpp157 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 …]
Dregex.cpp90 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()
Dregex_traits_defaults.cpp41 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 …]
Dposix_api.cpp73 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()
Dwide_posix_api.cpp83 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()
Dregex_debug.cpp46 BOOST_REGEX_DECL void BOOST_REGEX_CALL print_regex_library_info() in print_regex_library_info()
Dstatic_mutex.cpp133 extern "C" BOOST_REGEX_DECL void boost_regex_free_static_mutex()
Dfileiter.cpp70 BOOST_REGEX_DECL const char* _fi_sep = "\\";
80 BOOST_REGEX_DECL const char* _fi_sep = "/";
Dcregex.cpp605 basic_string<char>& BOOST_REGEX_DECL
627 basic_string<wchar_t>& BOOST_REGEX_DECL
/third_party/boost/boost/regex/
Dconfig.hpp246 # 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))
Dpattern_except.hpp50 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);
Dicu.hpp44 class BOOST_REGEX_DECL icu_regex_traits_implementation
97 class BOOST_REGEX_DECL icu_regex_traits
/third_party/boost/libs/regex/test/config_info/
Dregex_config_info.cpp56 PRINT_MACRO(BOOST_REGEX_DECL); in NEW_MAIN()