HomeSort by relevance Sort by last modified time
    Searched refs:ALLOW_UNUSED (Results 1 - 3 of 3) 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();
  /external/chromium/webkit/glue/
glue_serialize.cc 400 ALLOW_UNUSED const WebString& unused_referrer = ReadString(obj);

Completed in 125 milliseconds