HomeSort by relevance Sort by last modified time
    Searched defs:ALLOW_UNUSED_TYPE (Results 1 - 3 of 3) sorted by null

  /external/v8/src/base/
compiler-specific.h 12 // typedef Foo Bar ALLOW_UNUSED_TYPE;
14 #define ALLOW_UNUSED_TYPE __attribute__((unused))
16 #define ALLOW_UNUSED_TYPE
  /system/update_engine/update_manager/
real_system_provider.h 82 ALLOW_UNUSED_TYPE;
  /external/libchrome/base/
compiler_specific.h 90 // typedef Foo Bar ALLOW_UNUSED_TYPE;
92 #define ALLOW_UNUSED_TYPE __attribute__((unused))
94 #define ALLOW_UNUSED_TYPE

Completed in 124 milliseconds