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

1 2

  /external/chromium_org/third_party/libjingle/source/talk/base/
compile_assert.h 51 struct CompileAssert {
55 typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1] // NOLINT
76 // - By using the type CompileAssert<(bool(expr))>, we ensures that
80 // - The outer parentheses in CompileAssert<(bool(expr))> are necessary
83 // CompileAssert<bool(expr)>
  /external/chromium_org/third_party/webrtc/base/
compile_assert.h 34 struct CompileAssert {
38 typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1] // NOLINT
59 // - By using the type CompileAssert<(bool(expr))>, we ensures that
63 // - The outer parentheses in CompileAssert<(bool(expr))> are necessary
66 // CompileAssert<bool(expr)>
  /external/chromium_org/tools/gyp/test/win/compiler-flags/
default-char-is-unsigned.cc 6 struct CompileAssert {
10 typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1]
  /external/chromium_org/sdch/open-vcdiff/src/
compile_assert.h 44 struct CompileAssert {
50 typedef open_vcdiff::CompileAssert<static_cast<bool>(expr)> \
71 // - By using the type CompileAssert<(static_cast<bool>(expr))>, we ensure that
  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
compile_assert.h 40 struct CompileAssert {
44 typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1]
67 // - By using the type CompileAssert<(bool(expr))>, we ensures that
71 // - The outer parentheses in CompileAssert<(bool(expr))> are necessary
74 // CompileAssert<bool(expr)>
  /external/chromium_org/mojo/public/c/system/
macros.h 36 namespace mojo { template <bool> struct CompileAssert {}; }
38 typedef ::mojo::CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1]
  /external/chromium_org/base/
macros.h 165 struct CompileAssert {
169 typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1] ALLOW_UNUSED
189 // - By using the type CompileAssert<(bool(expr))>, we ensures that
193 // - The outer parentheses in CompileAssert<(bool(expr))> are necessary
196 // CompileAssert<bool(expr)>
  /external/chromium_org/mojo/public/c/system/tests/
macros_unittest.cc 41 TEST(MacrosTest, CompileAssert) {
  /external/chromium_org/chrome/installer/mini_installer/
mini_string.h 11 struct CompileAssert {};
13 typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1]
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/
basictypes.h 193 struct CompileAssert {
198 typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1]
  /external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/util/
basictypes.h 205 struct CompileAssert {
210 typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1]
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
basictypes.h 193 struct CompileAssert {
198 typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1]
  /external/chromium_org/third_party/cld/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)>
macros.h 36 typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1]
56 // - By using the type CompileAssert<(bool(expr))>, we ensures that
60 // - The outter parentheses in CompileAssert<(bool(expr))> are necessary
63 // CompileAssert<bool(expr)>
  /external/chromium_org/third_party/re2/util/
util.h 82 template<bool> struct CompileAssert {};
84 typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1]
  /external/regex-re2/util/
util.h 81 template<bool> struct CompileAssert {};
83 typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1]
  /art/runtime/base/
macros.h 60 struct CompileAssert {
64 typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1] // NOLINT
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
basictypes.h 161 // - By using the type CompileAssert<(bool(expr))>, we ensures that
165 // - The outter parentheses in CompileAssert<(bool(expr))> are necessary
168 // CompileAssert<bool(expr)>
185 struct CompileAssert {
189 typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1]
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
basictypes.h 161 // - By using the type CompileAssert<(bool(expr))>, we ensures that
165 // - The outter parentheses in CompileAssert<(bool(expr))> are necessary
168 // CompileAssert<bool(expr)>
185 struct CompileAssert {
189 typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
common.h 389 struct CompileAssert {
396 typedef ::google::protobuf::internal::CompileAssert<(bool(expr))> \
418 // - By using the type CompileAssert<(bool(expr))>, we ensures that
422 // - The outter parentheses in CompileAssert<(bool(expr))> are necessary
425 // CompileAssert<bool(expr)>
    [all...]
  /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...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-port.h 696 struct CompileAssert {
700 typedef ::testing::internal::CompileAssert<(bool(expr))> \
721 // - By using the type CompileAssert<(bool(expr))>, we ensures that
725 // - The outter parentheses in CompileAssert<(bool(expr))> are necessary
728 // CompileAssert<bool(expr)>
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h 812 struct CompileAssert {
816 typedef ::testing::internal::CompileAssert<(static_cast<bool>(expr))> \
837 // - By using the type CompileAssert<(bool(expr))>, we ensures that
841 // - The outter parentheses in CompileAssert<(bool(expr))> are necessary
844 // CompileAssert<bool(expr)>
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 706 struct CompileAssert {
710 typedef ::testing::internal::CompileAssert<(bool(expr))> \
731 // - By using the type CompileAssert<(bool(expr))>, we ensures that
735 // - The outter parentheses in CompileAssert<(bool(expr))> are necessary
738 // CompileAssert<bool(expr)>
    [all...]

Completed in 1746 milliseconds

1 2