HomeSort by relevance Sort by last modified time
    Searched refs:EXPORT_TEMPLATE_INVOKE (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)
68 // EXPORT_TEMPLATE_INVOKE(DECLARE, DEFAULT, FOO_EXPORT)
72 #define EXPORT_TEMPLATE_INVOKE(which, style, export) \
134 // static_assert(EXPORT_TEMPLATE_INVOKE(TEST_DEFAULT,
138 // static_assert(EXPORT_TEMPLATE_INVOKE(TEST_DEFAULT,
148 static_assert(EXPORT_TEMPLATE_INVOKE( \
  /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)
68 // EXPORT_TEMPLATE_INVOKE(DECLARE, DEFAULT, FOO_EXPORT)
72 #define EXPORT_TEMPLATE_INVOKE(which, style, export) \
134 // static_assert(EXPORT_TEMPLATE_INVOKE(TEST_DEFAULT,
138 // static_assert(EXPORT_TEMPLATE_INVOKE(TEST_DEFAULT,
148 static_assert(EXPORT_TEMPLATE_INVOKE( \

Completed in 76 milliseconds