/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/ |
macros.h | 110 struct CompileAssert { 120 ::google::protobuf::internal::CompileAssert<(bool(expr))> \ 141 // - By using the type CompileAssert<(bool(expr))>, we ensures that 145 // - The outter parentheses in CompileAssert<(bool(expr))> are necessary 148 // CompileAssert<bool(expr)>
|
/external/regex-re2/util/ |
util.h | 81 template<bool> struct CompileAssert {}; 83 typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1]
|
/external/google-breakpad/src/third_party/linux/include/gflags/ |
gflags.h | 475 struct CompileAssert {}; 476 typedef CompileAssert expected_sizeof_double_neq_sizeof_bool[ 485 typedef CompileAssert FLAG_##name##_value_is_not_a_bool[ \
|
/external/libyuv/files/third_party/gflags/gen/posix/include/gflags/ |
gflags.h | 490 struct CompileAssert {}; 491 typedef CompileAssert expected_sizeof_double_neq_sizeof_bool[ 502 typedef ::fLB::CompileAssert FLAG_##name##_value_is_not_a_bool[ \
|
/external/libyuv/files/third_party/gflags/gen/win/include/gflags/ |
gflags.h | 490 struct CompileAssert {}; 491 typedef CompileAssert expected_sizeof_double_neq_sizeof_bool[ 502 typedef ::fLB::CompileAssert FLAG_##name##_value_is_not_a_bool[ \
|
/external/webrtc/third_party/gflags/gen/posix/include/gflags/ |
gflags.h | 511 struct CompileAssert {}; 512 typedef CompileAssert expected_sizeof_double_neq_sizeof_bool[ 521 typedef ::fLB::CompileAssert FLAG_##name##_value_is_not_a_bool[ \
|
/external/webrtc/third_party/gflags/gen/win/include/gflags/ |
gflags.h | 531 struct CompileAssert {}; 532 typedef CompileAssert expected_sizeof_double_neq_sizeof_bool[ 541 typedef ::fLB::CompileAssert FLAG_##name##_value_is_not_a_bool[ \
|
/external/protobuf/src/google/protobuf/stubs/ |
common.h | 374 struct CompileAssert { 381 typedef ::google::protobuf::internal::CompileAssert<(bool(expr))> \ 403 // - By using the type CompileAssert<(bool(expr))>, we ensures that 407 // - The outter parentheses in CompileAssert<(bool(expr))> are necessary 410 // CompileAssert<bool(expr)> [all...] |
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/ |
common.h | 374 struct CompileAssert { 381 typedef ::google::protobuf::internal::CompileAssert<(bool(expr))> \ 403 // - By using the type CompileAssert<(bool(expr))>, we ensures that 407 // - The outter parentheses in CompileAssert<(bool(expr))> are necessary 410 // CompileAssert<bool(expr)> [all...] |
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/ |
common.h | 374 struct CompileAssert { 381 typedef ::google::protobuf::internal::CompileAssert<(bool(expr))> \ 403 // - By using the type CompileAssert<(bool(expr))>, we ensures that 407 // - The outter parentheses in CompileAssert<(bool(expr))> are necessary 410 // CompileAssert<bool(expr)> [all...] |
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/ |
common.h | 374 struct CompileAssert { 381 typedef ::google::protobuf::internal::CompileAssert<(bool(expr))> \ 403 // - By using the type CompileAssert<(bool(expr))>, we ensures that 407 // - The outter parentheses in CompileAssert<(bool(expr))> are necessary 410 // CompileAssert<bool(expr)> [all...] |
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/ |
common.h | 374 struct CompileAssert { 381 typedef ::google::protobuf::internal::CompileAssert<(bool(expr))> \ 403 // - By using the type CompileAssert<(bool(expr))>, we ensures that 407 // - The outter parentheses in CompileAssert<(bool(expr))> are necessary 410 // CompileAssert<bool(expr)> [all...] |
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
gtest-port.h | 719 struct CompileAssert { 723 typedef ::testing::internal::CompileAssert<(bool(expr))> \ 744 // - By using the type CompileAssert<(bool(expr))>, we ensures that 748 // - The outter parentheses in CompileAssert<(bool(expr))> are necessary 751 // 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...] |
/external/mesa3d/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/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/ |
gtest-port.h | 826 struct CompileAssert { 830 typedef ::testing::internal::CompileAssert<(static_cast<bool>(expr))> \ 851 // - By using the type CompileAssert<(bool(expr))>, we ensures that 855 // - The outter parentheses in CompileAssert<(bool(expr))> are necessary 858 // CompileAssert<bool(expr)> [all...] |
/ndk/sources/third_party/googletest/googletest/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/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
gtest.h | [all...] |
/external/opencv3/modules/ts/include/opencv2/ts/ |
ts_gtest.h | [all...] |
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/ |
gtest.h | [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/ |
gtest.h | [all...] |