Home
last modified time | relevance | path

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

12

/external/libcxx/test/std/utilities/meta/meta.help/
Dbool_constant.pass.cpp22 typedef std::bool_constant<true> _t; in main()
28 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/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-port.h1476 struct bool_constant {
1477 typedef bool_constant<bool_value> type;
1480 template <bool bool_value> const bool bool_constant<bool_value>::value;
1482 typedef bool_constant<false> false_type;
1483 typedef bool_constant<true> true_type;
Dgtest-internal.h930 : public bool_constant<
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-port.h1468 struct bool_constant {
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;
Dgtest-internal.h921 : public bool_constant<
/external/catch2/include/internal/
Dcatch_type_traits.hpp21 inline constexpr auto is_unique<T, Rest...> = std::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/google-breakpad/src/testing/include/gmock/internal/
Dgmock-internal-utils.h211 : public bool_constant<
243 : public bool_constant<sizeof(From) <= sizeof(To)> {}; // NOLINT
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/internal/
Dgmock-internal-utils.h211 : public bool_constant<
243 : public bool_constant<sizeof(From) <= sizeof(To)> {}; // NOLINT
/external/googletest/googletest/include/gtest/internal/
Dgtest-port.h1960 struct bool_constant {
1961 typedef bool_constant<bool_value> type;
1964 template <bool bool_value> const bool bool_constant<bool_value>::value;
1966 typedef bool_constant<false> false_type;
1967 typedef bool_constant<true> true_type;
Dgtest-internal.h897 : public bool_constant<
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-port.h2342 struct bool_constant {
2343 typedef bool_constant<bool_value> type;
2346 template <bool bool_value> const bool bool_constant<bool_value>::value;
2348 typedef bool_constant<false> false_type;
2349 typedef bool_constant<true> true_type;
Dgtest-internal.h915 : public bool_constant<
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-port.h2212 struct bool_constant {
2213 typedef bool_constant<bool_value> type;
2216 template <bool bool_value> const bool bool_constant<bool_value>::value;
2218 typedef bool_constant<false> false_type;
2219 typedef bool_constant<true> true_type;
Dgtest-internal.h904 : public bool_constant<
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-port.h2203 struct bool_constant {
2204 typedef bool_constant<bool_value> type;
2207 template <bool bool_value> const bool bool_constant<bool_value>::value;
2209 typedef bool_constant<false> false_type;
2210 typedef bool_constant<true> true_type;
Dgtest-internal.h904 : public bool_constant<
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-port.h2216 struct bool_constant {
2217 typedef bool_constant<bool_value> type;
2220 template <bool bool_value> const bool bool_constant<bool_value>::value;
2222 typedef bool_constant<false> false_type;
2223 typedef bool_constant<true> true_type;
Dgtest-internal.h904 : public bool_constant<
/external/googletest/googlemock/include/gmock/internal/
Dgmock-internal-utils.h215 : public bool_constant<
247 : public bool_constant<sizeof(From) <= sizeof(To)> {}; // NOLINT
/external/skia/include/private/
DSkTLogic.h25 template <bool B> using bool_constant = std::integral_constant<bool, B>; variable
/external/skqp/include/private/
DSkTLogic.h25 template <bool B> using bool_constant = std::integral_constant<bool, B>; variable
/external/mesa3d/src/compiler/glsl/
Dast.h258 int bool_constant; member

12