OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OPUS_EXPORT
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/opus/src/include/
opus_defines.h
66
#ifndef
OPUS_EXPORT
69
# define
OPUS_EXPORT
__declspec(dllexport)
71
# define
OPUS_EXPORT
74
# define
OPUS_EXPORT
__attribute__ ((visibility ("default")))
76
# define
OPUS_EXPORT
713
OPUS_EXPORT
const char *opus_strerror(int error);
719
OPUS_EXPORT
const char *opus_get_version_string(void);
/external/libopus/include/
opus_defines.h
66
#ifndef
OPUS_EXPORT
69
# define
OPUS_EXPORT
__declspec(dllexport)
71
# define
OPUS_EXPORT
74
# define
OPUS_EXPORT
__attribute__ ((visibility ("default")))
76
# define
OPUS_EXPORT
713
OPUS_EXPORT
const char *opus_strerror(int error);
719
OPUS_EXPORT
const char *opus_get_version_string(void);
Completed in 712 milliseconds