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

  /external/chromium/base/
template_util.h 26 typedef integral_constant<bool, true> true_type; typedef in namespace:base
30 template <class T> struct is_pointer<T*> : true_type {};
33 template<class T, size_t n> struct is_array<T[n]> : public true_type {};
34 template<class T> struct is_array<T[]> : public true_type {};
37 template <class T> struct is_non_const_reference<T&> : true_type {};
82 // Inherits from true_type if From is convertible to To, false_type otherwise.
84 // Note that if the type is convertible, this will be a true_type REGARDLESS
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/
type_utils.hpp 70 typedef std::tr1::integral_constant<int, 1> true_type; typedef in namespace:__gnu_pbds::detail
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/
type_utils.hpp 70 typedef std::tr1::integral_constant<int, 1> true_type; typedef in namespace:__gnu_pbds::detail
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/
type_utils.hpp 70 typedef std::tr1::integral_constant<int, 1> true_type; typedef in namespace:__gnu_pbds::detail
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
type_utils.hpp 70 typedef std::tr1::integral_constant<int, 1> true_type; typedef in namespace:__gnu_pbds::detail
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
type_utils.hpp 70 typedef std::tr1::integral_constant<int, 1> true_type; typedef in namespace:__gnu_pbds::detail
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
type_utils.hpp 70 typedef std::tr1::integral_constant<int, 1> true_type; typedef in namespace:__gnu_pbds::detail
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/
type_utils.hpp 70 typedef std::tr1::integral_constant<int, 1> true_type; typedef in namespace:__gnu_pbds::detail
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/
type_utils.hpp 70 typedef std::tr1::integral_constant<int, 1> true_type; typedef in namespace:__gnu_pbds::detail
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/
type_utils.hpp 70 typedef std::tr1::integral_constant<int, 1> true_type; typedef in namespace:__gnu_pbds::detail
  /external/eigen/Eigen/src/Core/util/
Meta.h 25 struct true_type { enum { value = 1 }; }; struct in namespace:Eigen::internal
  /external/llvm/include/llvm/Support/
type_traits.h 93 typedef integral_constant<bool, true> true_type; typedef in namespace:llvm
99 template<typename T> struct is_same<T, T> : public true_type {};
117 template <> struct is_integral_impl< bool> : true_type {};
118 template <> struct is_integral_impl< char> : true_type {};
119 template <> struct is_integral_impl< signed char> : true_type {};
120 template <> struct is_integral_impl<unsigned char> : true_type {};
121 template <> struct is_integral_impl< wchar_t> : true_type {};
122 template <> struct is_integral_impl< short> : true_type {};
123 template <> struct is_integral_impl<unsigned short> : true_type {};
124 template <> struct is_integral_impl< int> : true_type {};
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
TypeTraits.h 202 typedef IntegralConstant<bool, true> true_type; typedef in namespace:WTF
215 template <typename T> struct HasTrivialConstructor<T*> : public true_type{ };
216 template <typename T> struct HasTrivialDestructor<T*> : public true_type{ };
218 template <> struct HasTrivialConstructor<float> : public true_type{ };
219 template <> struct HasTrivialConstructor<const float> : public true_type{ };
220 template <> struct HasTrivialConstructor<volatile float> : public true_type{ };
221 template <> struct HasTrivialConstructor<const volatile float> : public true_type{ };
223 template <> struct HasTrivialConstructor<double> : public true_type{ };
224 template <> struct HasTrivialConstructor<const double> : public true_type{ };
225 template <> struct HasTrivialConstructor<volatile double> : public true_type{ };
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-port.h 479 typedef bool_constant<true> true_type; typedef in namespace:testing::internal
485 struct is_pointer<T*> : public true_type {};
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-port.h 820 typedef bool_constant<true> true_type; typedef in namespace:testing::internal
826 struct is_pointer<T*> : public true_type {};
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 812 typedef bool_constant<true> true_type; typedef in namespace:testing::internal
818 struct is_pointer<T*> : public true_type {};
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h 1454 typedef bool_constant<true> true_type; typedef in namespace:testing::internal
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h 1488 typedef bool_constant<true> true_type; typedef in namespace:testing::internal
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-port.h 1470 typedef bool_constant<true> true_type; typedef in namespace:testing::internal
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 1475 typedef bool_constant<true> true_type; typedef in namespace:testing::internal
    [all...]
  /external/ceres-solver/internal/ceres/gtest/
gtest.h 2532 typedef bool_constant<true> true_type; typedef in namespace:std::tr1
    [all...]

Completed in 775 milliseconds