/external/skia/include/gpu/ |
D | GrBlend.h | 91 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/ |
D | bool_constant.pass.cpp | 20 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/ |
D | sizeofpack.cpp | 183 struct bool_constant struct 192 using SameSize = bool_constant<sizeof...(A) == sizeof...(B)>;
|
/external/skia/src/utils/ |
D | SkTFitsIn.h | 28 : 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/ |
D | gtest-port.h | 1237 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/ |
D | gtest-port.h | 1463 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;
|
D | gtest-internal.h | 901 : public bool_constant<
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-port.h | 1473 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;
|
D | gtest-internal.h | 930 : public bool_constant<
|
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
D | gtest-port.h | 1519 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;
|
D | gtest-internal.h | 907 : public bool_constant<
|
/external/gtest/include/gtest/internal/ |
D | gtest-port.h | 1611 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;
|
D | gtest-internal.h | 833 : public bool_constant<
|
/external/skia/include/private/ |
D | SkTLogic.h | 26 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/ |
D | gtest-port.h | 1886 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;
|
D | gtest-internal.h | 833 : public bool_constant<
|
D | gtest-port.h.orig | 1615 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/ |
D | gmock-internal-utils.h | 211 : public bool_constant< 243 : public bool_constant<sizeof(From) <= sizeof(To)> {}; // NOLINT
|
/external/gmock/include/gmock/internal/ |
D | gmock-internal-utils.h | 211 : public bool_constant< 243 : public bool_constant<sizeof(From) <= sizeof(To)> {}; // NOLINT
|
/external/mesa3d/src/glsl/ |
D | ast.h | 229 int bool_constant; member
|
D | glsl_parser_extras.cpp | 617 primary_expression.bool_constant in print()
|
D | glsl_parser.yy | 403 $$->primary_expression.bool_constant = $1;
|
D | ast_to_hir.cpp | 1728 result = new(ctx) ir_constant(bool(this->primary_expression.bool_constant)); in hir()
|
/external/libcxx/include/ |
D | type_traits | 26 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/ |
D | gtest.h | 2718 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<
|