Searched defs:bool_constant (Results 1 - 11 of 11) sorted by relevance

/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/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_org/third_party/mesa/src/src/glsl/
H A Dast.h229 int bool_constant; member in union:ast_expression::__anon14249
/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;
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1473 struct bool_constant { struct in namespace:testing::internal
1474 typedef bool_constant<bool_value> type;
1477 template <bool bool_value> const bool bool_constant<bool_value>::value;
1479 typedef bool_constant<false> false_type;
1480 typedef bool_constant<true> true_type;
/external/mesa3d/src/glsl/
H A Dast.h229 int bool_constant; member in union:ast_expression::__anon27660
/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;
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-port.h2101 struct bool_constant { struct in namespace:testing::internal
2102 typedef bool_constant<bool_value> type;
2105 template <bool bool_value> const bool bool_constant<bool_value>::value;
2107 typedef bool_constant<false> false_type;
2108 typedef bool_constant<true> true_type;
/external/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;
/external/chromium_org/third_party/libvpx/source/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<
/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 461 milliseconds