HomeSort by relevance Sort by last modified time
    Searched defs:false_type (Results 1 - 7 of 7) sorted by null

  /external/astl/tests/
test_type_traits.cpp 39 using std::false_type;
44 EXPECT_TRUE(false_type::value == false);
46 EXPECT_TRUE(false_type::type::value == false);
53 typedef false_type::value_type false_value_type;
54 typedef false_type::type false_type; typedef
55 typedef false_type::type::value_type false_type_value_type;
56 typedef false_type::type::type false_type_type;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/
type_utils.hpp 71 typedef std::tr1::integral_constant<int, 0> false_type; typedef in namespace:__gnu_pbds::detail
  /external/astl/include/
type_traits.h 81 typedef integral_constant<bool, false> false_type; typedef in namespace:std
85 template<typename> struct is_integral : public false_type { };
109 template<typename> struct is_floating_point : public false_type { };
122 template<typename> struct is_pointer : public false_type { };
  /external/webkit/JavaScriptCore/wtf/
TypeTraits.h 190 typedef IntegralConstant<bool, false> false_type; typedef in namespace:WTF
198 template <typename T> struct HasTrivialConstructor : public false_type{ };
199 template <typename T> struct HasTrivialDestructor : public false_type{ };
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-port.h 478 typedef bool_constant<false> false_type; typedef in namespace:testing::internal
482 struct is_pointer : public false_type {};
  /external/gtest/include/gtest/internal/
gtest-port.h 704 typedef bool_constant<false> false_type; typedef in namespace:testing::internal
708 struct is_pointer : public false_type {};
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 811 typedef bool_constant<false> false_type; typedef in namespace:testing::internal
815 struct is_pointer : public false_type {};
    [all...]

Completed in 1718 milliseconds