HomeSort by relevance Sort by last modified time
    Searched refs:EXPORT_TEMPLATE_STYLE (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/
export_template.h 62 EXPORT_TEMPLATE_INVOKE(DECLARE, EXPORT_TEMPLATE_STYLE(export, ), export)
64 EXPORT_TEMPLATE_INVOKE(DEFINE, EXPORT_TEMPLATE_STYLE(export, ), export)
87 // EXPORT_TEMPLATE_STYLE is an internal helper macro that identifies which
96 // EXPORT_TEMPLATE_STYLE(FOO_EXPORT, )
102 #define EXPORT_TEMPLATE_STYLE(export, _) EXPORT_TEMPLATE_STYLE_2(export, )
108 // Internal helper macros for EXPORT_TEMPLATE_STYLE.
121 // Internal helper macros for EXPORT_TEMPLATE_STYLE.
135 // EXPORT_TEMPLATE_STYLE(__declspec(dllimport), ),
149 TEST_##want, EXPORT_TEMPLATE_STYLE(export, ), export), \
  /external/v8/src/base/
export-template.h 62 EXPORT_TEMPLATE_INVOKE(DECLARE, EXPORT_TEMPLATE_STYLE(export, ), export)
64 EXPORT_TEMPLATE_INVOKE(DEFINE, EXPORT_TEMPLATE_STYLE(export, ), export)
87 // EXPORT_TEMPLATE_STYLE is an internal helper macro that identifies which
96 // EXPORT_TEMPLATE_STYLE(FOO_EXPORT, )
102 #define EXPORT_TEMPLATE_STYLE(export, _) EXPORT_TEMPLATE_STYLE_2(export, )
108 // Internal helper macros for EXPORT_TEMPLATE_STYLE.
121 // Internal helper macros for EXPORT_TEMPLATE_STYLE.
135 // EXPORT_TEMPLATE_STYLE(__declspec(dllimport), ),
149 TEST_##want, EXPORT_TEMPLATE_STYLE(export, ), export), \

Completed in 71 milliseconds