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

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.hel/
H A Dbool_constant.pass.cpp12 // bool_constant
20 typedef std::bool_constant<true> _t;
26 typedef std::bool_constant<false> _f;
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.hel/
H A Dbool_constant.pass.cpp12 // bool_constant
20 typedef std::bool_constant<true> _t;
26 typedef std::bool_constant<false> _f;
/prebuilts/ndk/current/sources/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1615 struct bool_constant { struct in namespace:testing::internal
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;
H A Dgtest-internal.h822 : public bool_constant<
/prebuilts/ndk/r11/sources/third_party/googletest/googletest/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<
/prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1615 struct bool_constant { struct in namespace:testing::internal
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;
H A Dgtest-internal.h822 : public bool_constant<

Completed in 427 milliseconds