Home
last modified time | relevance | path

Searched refs:CompileAssert (Results 1 – 3 of 3) sorted by relevance

/third_party/libphonenumber/cpp/src/phonenumbers/base/
Dbasictypes.h200 struct CompileAssert { struct
215 typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1] ALLOW_UNUSED
/third_party/libphonenumber/tools/cpp/src/base/
Dbasictypes.h241 struct CompileAssert { struct
256 typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1] ALLOW_UNUSED
/third_party/protobuf/src/google/protobuf/stubs/
Dmacros.h110 struct CompileAssert { struct