OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NON_EXPORTED_BASE
(Results
1 - 3
of
3
) sorted by null
/external/v8/src/base/
compiler-specific.h
87
// class EXPORT_API Foo :
NON_EXPORTED_BASE
(public Bar) {
94
#define
NON_EXPORTED_BASE
(code) \
101
#define
NON_EXPORTED_BASE
(code) code
/external/libchrome/base/
compiler_specific.h
56
// class EXPORT_API Foo :
NON_EXPORTED_BASE
(public Bar) {
63
#define
NON_EXPORTED_BASE
(code) MSVC_SUPPRESS_WARNING(4275) \
75
#define
NON_EXPORTED_BASE
(code) code
/system/extras/perfprofd/quipper/base/
compiler_specific.h
48
// class EXPORT_API Foo :
NON_EXPORTED_BASE
(public Bar) {
55
#define
NON_EXPORTED_BASE
(code) MSVC_SUPPRESS_WARNING(4275) \
66
#define
NON_EXPORTED_BASE
(code) code
Completed in 382 milliseconds