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

  /external/webkit/Source/WebKit2/Platform/CoreIPC/
ArgumentEncoder.h 56 COMPILE_ASSERT(sizeof(T) <= sizeof(uint64_t), enum_type_must_not_be_larger_than_64_bits); local
ArgumentDecoder.h 66 COMPILE_ASSERT(sizeof(T) <= sizeof(uint64_t), enum_type_must_not_be_larger_than_64_bits); local

Completed in 32 milliseconds