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

  /external/chromium/sdch/open-vcdiff/src/
compile_assert.h 42 struct CompileAssert {
46 typedef CompileAssert<static_cast<bool>(expr)> \
67 // - By using the type CompileAssert<(static_cast<bool>(expr))>, we ensure that
  /external/skia/src/ports/
SkThread_win.cpp 24 struct CompileAssert {
30 typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1]
  /external/chromium/base/
basictypes.h 204 struct CompileAssert {
209 typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1]
229 // - By using the type CompileAssert<(bool(expr))>, we ensures that
233 // - The outter parentheses in CompileAssert<(bool(expr))> are necessary
236 // CompileAssert<bool(expr)>
  /external/protobuf/src/google/protobuf/stubs/
common.h 344 struct CompileAssert {
351 typedef ::google::protobuf::internal::CompileAssert<(bool(expr))> \
372 // - By using the type CompileAssert<(bool(expr))>, we ensures that
376 // - The outter parentheses in CompileAssert<(bool(expr))> are necessary
379 // CompileAssert<bool(expr)>
    [all...]

Completed in 94 milliseconds