OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BOOST_SYMBOL_EXPORT
(Results
1 - 2
of
2
) sorted by null
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/compiler/
gcc.hpp
123
# define
BOOST_SYMBOL_EXPORT
__attribute__((dllexport))
126
# define
BOOST_SYMBOL_EXPORT
__attribute__((visibility("default")))
131
// config/platform/win32.hpp will define
BOOST_SYMBOL_EXPORT
, etc., unless already defined
132
# define
BOOST_SYMBOL_EXPORT
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/
suffix.hpp
39
#ifndef
BOOST_SYMBOL_EXPORT
40
# define
BOOST_SYMBOL_EXPORT
Completed in 233 milliseconds