Home
last modified time | relevance | path

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

1234

/third_party/boost/boost/archive/
Dcodecvt_null.hpp69 BOOST_SYMBOL_EXPORT std::codecvt_base::result
80 BOOST_SYMBOL_EXPORT std::codecvt_base::result
91 BOOST_SYMBOL_EXPORT int do_encoding( ) const throw( ) BOOST_OVERRIDE { in do_encoding()
95 BOOST_SYMBOL_EXPORT bool do_always_noconv() const throw() BOOST_OVERRIDE { in do_always_noconv()
99 BOOST_SYMBOL_EXPORT int do_max_length( ) const throw( ) BOOST_OVERRIDE { in do_max_length()
103 BOOST_SYMBOL_EXPORT explicit codecvt_null(std::size_t no_locale_manage = 0);
105 BOOST_SYMBOL_EXPORT ~codecvt_null() BOOST_OVERRIDE ;
/third_party/boost/libs/uuid/test/
Dmock_random.cpp36 BOOST_SYMBOL_EXPORT bool expectations_capable() in expectations_capable()
41 BOOST_SYMBOL_EXPORT bool expectations_met() in expectations_met()
46 BOOST_SYMBOL_EXPORT void expect_next_call_success(bool success) in expect_next_call_success()
51 BOOST_SYMBOL_EXPORT bool provider_acquires_context() in provider_acquires_context()
58 BOOST_SYMBOL_EXPORT
78 BOOST_SYMBOL_EXPORT
96 BOOST_SYMBOL_EXPORT
/third_party/boost/libs/serialization/test/
Ddll_base.cpp40 template BOOST_SYMBOL_EXPORT void base::serialize(
44 template BOOST_SYMBOL_EXPORT void base::serialize(
48 template BOOST_SYMBOL_EXPORT void base::serialize(
52 template BOOST_SYMBOL_EXPORT void base::serialize(
Ddll_derived2.cpp31 template BOOST_SYMBOL_EXPORT void derived2::serialize(
35 template BOOST_SYMBOL_EXPORT void derived2::serialize(
43 template BOOST_SYMBOL_EXPORT void derived2::serialize(
47 template BOOST_SYMBOL_EXPORT void derived2::serialize(
/third_party/boost/libs/serialization/src/
Dcodecvt_null.cpp21 BOOST_SYMBOL_EXPORT std::codecvt_base::result
49 BOOST_SYMBOL_EXPORT std::codecvt_base::result
83 BOOST_SYMBOL_EXPORT codecvt_null<wchar_t>::codecvt_null(std::size_t no_locale_manage) : in codecvt_null()
87 BOOST_SYMBOL_EXPORT codecvt_null<wchar_t>::~codecvt_null() in ~codecvt_null()
/third_party/boost/boost/dll/
Dalias.hpp176 extern "C" BOOST_SYMBOL_EXPORT const void *AliasName; \
182 extern "C" BOOST_SYMBOL_EXPORT const void *FunctionOrVar; \
209 extern "C" BOOST_SYMBOL_EXPORT const void *AliasName; \
254 extern "C" BOOST_SYMBOL_EXPORT const void *FunctionOrVar; \
/third_party/boost/boost/archive/detail/
Ddecl.hpp28 #define BOOST_ARCHIVE_DECL BOOST_SYMBOL_EXPORT
34 #define BOOST_WARCHIVE_DECL BOOST_SYMBOL_EXPORT
40 #define BOOST_ARCHIVE_OR_WARCHIVE_DECL BOOST_SYMBOL_EXPORT
/third_party/boost/libs/config/test/link/
Dlink_test.hpp49 # define BOOST_CONFIG_DECL BOOST_SYMBOL_EXPORT
97 template BOOST_SYMBOL_EXPORT int test_free_proc<int>(int);
98 template BOOST_SYMBOL_EXPORT int tester<int>::test();
/third_party/boost/libs/nowide/standalone/
Dconfig.hpp38 #define BOOST_SYMBOL_EXPORT __declspec(dllexport) macro
41 #define BOOST_SYMBOL_EXPORT BOOST_SYMBOL_VISIBLE macro
47 #define BOOST_NOWIDE_DECL BOOST_SYMBOL_EXPORT
/third_party/boost/boost/config/platform/
Dwin32.hpp28 #ifndef BOOST_SYMBOL_EXPORT
30 # define BOOST_SYMBOL_EXPORT __declspec(dllexport) macro
/third_party/boost/boost/config/compiler/
Dgcc.hpp107 # define BOOST_SYMBOL_EXPORT __attribute__((__dllexport__)) macro
110 # define BOOST_SYMBOL_EXPORT __attribute__((__visibility__("default"))) macro
116 # define BOOST_SYMBOL_EXPORT macro
Dclang.hpp111 # define BOOST_SYMBOL_EXPORT __attribute__((__dllexport__)) macro
114 # define BOOST_SYMBOL_EXPORT __attribute__((__visibility__("default"))) macro
/third_party/boost/boost/python/numpy/
Dconfig.hpp31 # if defined(BOOST_SYMBOL_EXPORT)
33 # define BOOST_NUMPY_DECL BOOST_SYMBOL_EXPORT
/third_party/boost/libs/dll/test/
Dtemplate_method_linux_test.cpp23 class BOOST_SYMBOL_EXPORT my_plugin {
26 BOOST_SYMBOL_EXPORT int Func(); // defined in cpp_test_library.cpp
Dsymbol_runtime_info_test.cpp47 extern "C" int BOOST_SYMBOL_EXPORT exef() { in exef()
52 extern "C" void BOOST_SYMBOL_EXPORT my_terminate_handler() { in my_terminate_handler()
56 extern "C" void BOOST_SYMBOL_EXPORT my_signal_handler(int) { in my_signal_handler()
/third_party/boost/boost/regex/
Dconfig.hpp239 #ifndef BOOST_SYMBOL_EXPORT
240 # define BOOST_SYMBOL_EXPORT macro
246 # define BOOST_REGEX_DECL BOOST_SYMBOL_EXPORT
/third_party/boost/boost/python/detail/
Dconfig.hpp67 # if defined(BOOST_SYMBOL_EXPORT)
69 # define BOOST_PYTHON_DECL BOOST_SYMBOL_EXPORT
/third_party/boost/libs/function/test/
Dthrow_bad_function_call.cpp9 # define EXPORT BOOST_SYMBOL_EXPORT
/third_party/boost/libs/core/test/
Dlib_typeid.cpp9 # define EXPORT BOOST_SYMBOL_EXPORT
/third_party/boost/boost/graph/
Ddll_import_export.hpp18 #define BOOST_GRAPH_DECL BOOST_SYMBOL_EXPORT
/third_party/boost/libs/system/test/
Dthrow_test.cpp20 # define EXPORT BOOST_SYMBOL_EXPORT
/third_party/boost/boost/locale/
Ddefinitions.hpp20 # define BOOST_LOCALE_DECL BOOST_SYMBOL_EXPORT
/third_party/boost/libs/contract/test/disable/
Dlib_x.hpp15 #define BOOST_CONTRACT_TEST_LIB_X_DECLSPEC BOOST_SYMBOL_EXPORT
/third_party/boost/boost/coroutine2/detail/
Dconfig.hpp20 # define BOOST_COROUTINES2_DECL BOOST_SYMBOL_EXPORT
/third_party/boost/libs/throw_exception/test/
Dlib3_throw.hpp16 # define LIB3_DECL BOOST_SYMBOL_EXPORT

1234