Searched defs:BRILLO_EXPORT (Results 1 - 1 of 1) sorted by relevance

/external/libbrillo/brillo/
H A Dbrillo_export.h8 // Use BRILLO_EXPORT attribute to decorate your classes, methods and variables
10 // explicitly marked with BRILLO_EXPORT attribute is not exported.
12 // Put BRILLO_EXPORT in front of methods or variables and in between the
16 BRILLO_EXPORT void foo();
18 class BRILLO_EXPORT Bar {
34 // used with "extern template" and combining this with BRILLO_EXPORT.
35 #define BRILLO_EXPORT __attribute__((__visibility__("default"))) macro
42 class BRILLO_EXPORT Foo {

Completed in 103 milliseconds