Searched refs:bool_constant (Results 1 - 24 of 24) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/gtest/internal/
H A Dgtest-port.h472 struct bool_constant { struct in namespace:testing::internal
473 typedef bool_constant<bool_value> type;
476 template <bool bool_value> const bool bool_constant<bool_value>::value;
478 typedef bool_constant<false> false_type;
479 typedef bool_constant<true> true_type;
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dsizeofpack.cpp183 struct bool_constant struct in namespace:pr12699
192 using SameSize = bool_constant<sizeof...(A) == sizeof...(B)>;
/external/open-vcdiff/gtest/include/gtest/internal/
H A Dgtest-port.h813 struct bool_constant { struct in namespace:testing::internal
814 typedef bool_constant<bool_value> type;
817 template <bool bool_value> const bool bool_constant<bool_value>::value;
819 typedef bool_constant<false> false_type;
820 typedef bool_constant<true> true_type;
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h805 struct bool_constant { struct in namespace:testing::internal
806 typedef bool_constant<bool_value> type;
809 template <bool bool_value> const bool bool_constant<bool_value>::value;
811 typedef bool_constant<false> false_type;
812 typedef bool_constant<true> true_type;
/external/chromium/testing/gmock/include/gmock/internal/
H A Dgmock-internal-utils.h211 : public bool_constant<
243 : public bool_constant<sizeof(From) <= sizeof(To)> {}; // NOLINT
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1447 struct bool_constant { struct in namespace:testing::internal
1448 typedef bool_constant<bool_value> type;
1451 template <bool bool_value> const bool bool_constant<bool_value>::value;
1453 typedef bool_constant<false> false_type;
1454 typedef bool_constant<true> true_type;
H A Dgtest-internal.h894 : public bool_constant<
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1611 struct bool_constant { struct in namespace:testing::internal
1612 typedef bool_constant<bool_value> type;
1615 template <bool bool_value> const bool bool_constant<bool_value>::value;
1617 typedef bool_constant<false> false_type;
1618 typedef bool_constant<true> true_type;
H A Dgtest-internal.h822 : public bool_constant<
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-port.h1463 struct bool_constant { struct in namespace:testing::internal
1464 typedef bool_constant<bool_value> type;
1467 template <bool bool_value> const bool bool_constant<bool_value>::value;
1469 typedef bool_constant<false> false_type;
1470 typedef bool_constant<true> true_type;
H A Dgtest-internal.h901 : public bool_constant<
/external/gtest/include/gtest/internal/
H A Dgtest-port.h1481 struct bool_constant { struct in namespace:testing::internal
1482 typedef bool_constant<bool_value> type;
1485 template <bool bool_value> const bool bool_constant<bool_value>::value;
1487 typedef bool_constant<false> false_type;
1488 typedef bool_constant<true> true_type;
H A Dgtest-internal.h901 : public bool_constant<
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1468 struct bool_constant { struct in namespace:testing::internal
1469 typedef bool_constant<bool_value> type;
1472 template <bool bool_value> const bool bool_constant<bool_value>::value;
1474 typedef bool_constant<false> false_type;
1475 typedef bool_constant<true> true_type;
H A Dgtest-internal.h929 : public bool_constant<
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1463 struct bool_constant { struct in namespace:testing::internal
1464 typedef bool_constant<bool_value> type;
1467 template <bool bool_value> const bool bool_constant<bool_value>::value;
1469 typedef bool_constant<false> false_type;
1470 typedef bool_constant<true> true_type;
H A Dgtest-internal.h901 : public bool_constant<
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dast.h229 int bool_constant; member in union:ast_expression::__anon13395
H A Dglsl_parser_extras.cpp617 primary_expression.bool_constant
H A Dast_to_hir.cpp1728 result = new(ctx) ir_constant(bool(this->primary_expression.bool_constant));
/external/mesa3d/src/glsl/
H A Dast.h229 int bool_constant; member in union:ast_expression::__anon23880
H A Dglsl_parser_extras.cpp617 primary_expression.bool_constant
H A Dast_to_hir.cpp1728 result = new(ctx) ir_constant(bool(this->primary_expression.bool_constant));
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2718 struct bool_constant { struct in namespace:std::tr1
2719 typedef bool_constant<bool_value> type;
2722 template <bool bool_value> const bool bool_constant<bool_value>::value;
2724 typedef bool_constant<false> false_type;
2725 typedef bool_constant<true> true_type;
7793 : public bool_constant<

Completed in 806 milliseconds