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

  /external/chromium/base/
compiler_specific.h 74 // int x ALLOW_UNUSED = ...;
76 #define ALLOW_UNUSED __attribute__((unused))
79 #define ALLOW_UNUSED
tuple_unittest.cc 33 Tuple0 t0 ALLOW_UNUSED = MakeTuple();

Completed in 900 milliseconds