Home
last modified time | relevance | path

Searched refs:bool_constant (Results 1 – 25 of 28) sorted by relevance

12

/external/skia/include/gpu/
DGrBlend.h91 struct GrTBlendCoeffRefsSrc : skstd::bool_constant<kSC_GrBlendCoeff == Coeff ||
112 struct GrTBlendCoeffRefsDst : skstd::bool_constant<kDC_GrBlendCoeff == Coeff ||
134 struct GrTBlendCoeffRefsSrc2 : skstd::bool_constant<kS2C_GrBlendCoeff == Coeff ||
156 struct GrTBlendCoeffsUseSrcColor : skstd::bool_constant<kZero_GrBlendCoeff != SrcCoeff ||
164 struct GrTBlendCoeffsUseDstColor : skstd::bool_constant<GR_BLEND_COEFF_REFS_DST(SrcCoeff) ||
172 struct GrTBlendEquationIsAdvanced : skstd::bool_constant<Equation >= kFirstAdvancedGrBlendEquation>…
183 struct GrTBlendModifiesDst : skstd::bool_constant<
217 struct GrTBlendCanTweakAlphaForCoverage : skstd::bool_constant<
/external/libcxx/test/std/utilities/meta/meta.hel/
Dbool_constant.pass.cpp20 typedef std::bool_constant<true> _t; in main()
26 typedef std::bool_constant<false> _f; in main()
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dsizeofpack.cpp183 struct bool_constant struct
192 using SameSize = bool_constant<sizeof...(A) == sizeof...(B)>;
/external/skia/src/utils/
DSkTFitsIn.h28 : skstd::bool_constant<std::numeric_limits<A>::digits >= std::numeric_limits<B>::digits>
198 typedef skstd::bool_constant<std::numeric_limits<S>::is_signed> S_is_signed;
199 typedef skstd::bool_constant<std::numeric_limits<D>::is_signed> D_is_signed;
/external/protobuf/gtest/include/gtest/internal/
Dgtest-port.h1237 struct bool_constant { struct
1238 typedef bool_constant<bool_value> type; argument
1241 template <bool bool_value> const bool bool_constant<bool_value>::value; argument
1243 typedef bool_constant<false> false_type;
1244 typedef bool_constant<true> true_type;
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-port.h1463 struct bool_constant {
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;
Dgtest-internal.h901 : public bool_constant<
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-port.h1473 struct bool_constant {
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;
Dgtest-internal.h930 : public bool_constant<
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-port.h1519 struct bool_constant {
1520 typedef bool_constant<bool_value> type;
1523 template <bool bool_value> const bool bool_constant<bool_value>::value;
1525 typedef bool_constant<false> false_type;
1526 typedef bool_constant<true> true_type;
Dgtest-internal.h907 : public bool_constant<
/external/gtest/include/gtest/internal/
Dgtest-port.h1611 struct bool_constant {
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;
Dgtest-internal.h833 : public bool_constant<
/external/skia/include/private/
DSkTLogic.h26 template <bool B> using bool_constant = std::integral_constant<bool, B>; variable
86 : bool_constant<is_convertible_detector<S, D>::value> {};
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
Dgtest-port.h1886 struct bool_constant {
1887 typedef bool_constant<bool_value> type;
1890 template <bool bool_value> const bool bool_constant<bool_value>::value;
1892 typedef bool_constant<false> false_type;
1893 typedef bool_constant<true> true_type;
Dgtest-internal.h833 : public bool_constant<
Dgtest-port.h.orig1615 struct bool_constant {
1616 typedef bool_constant<bool_value> type;
1619 template <bool bool_value> const bool bool_constant<bool_value>::value;
1621 typedef bool_constant<false> false_type;
1622 typedef bool_constant<true> true_type;
/external/google-breakpad/src/testing/include/gmock/internal/
Dgmock-internal-utils.h211 : public bool_constant<
243 : public bool_constant<sizeof(From) <= sizeof(To)> {}; // NOLINT
/external/gmock/include/gmock/internal/
Dgmock-internal-utils.h211 : public bool_constant<
243 : public bool_constant<sizeof(From) <= sizeof(To)> {}; // NOLINT
/external/mesa3d/src/glsl/
Dast.h229 int bool_constant; member
Dglsl_parser_extras.cpp617 primary_expression.bool_constant in print()
Dglsl_parser.yy403 $$->primary_expression.bool_constant = $1;
Dast_to_hir.cpp1728 result = new(ctx) ir_constant(bool(this->primary_expression.bool_constant)); in hir()
/external/libcxx/include/
Dtype_traits26 using bool_constant = integral_constant<bool, B>; // C++14
27 typedef bool_constant<true> true_type; // C++14
28 typedef bool_constant<false> false_type; // C++14
271 using bool_constant = integral_constant<bool, __b>;
272 #define _LIBCPP_BOOL_CONSTANT(__b) bool_constant<(__b)>
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
Dgtest.h2718 struct bool_constant {
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;
7794 : public bool_constant<

12