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

1 2

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
integral_constant.hpp 48 typedef integral_constant<bool,true> true_type; typedef in namespace:boost
  /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
  /external/chromium_org/third_party/cld/base/
template_util.h 49 // Abbreviations: true_type and false_type are structs that represent boolean
52 typedef integral_constant<bool, true> true_type; typedef in namespace:base
54 typedef true_type true_;
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
template_util.h 86 // Abbreviations: true_type and false_type are structs that represent boolean
89 typedef integral_constant<bool, true> true_type; typedef in namespace:google::protobuf::internal
91 typedef true_type true_;
  /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
  /prebuilts/ndk/9/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/9/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
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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/chromium_org/base/
template_util.h 25 typedef integral_constant<bool, true> true_type; typedef in namespace:base
29 template <class T> struct is_pointer<T*> : true_type {};
32 template <class T> struct is_same<T,T> : true_type {};
35 template<class T, size_t n> struct is_array<T[n]> : public true_type {};
36 template<class T> struct is_array<T[]> : public true_type {};
39 template <class T> struct is_non_const_reference<T&> : true_type {};
43 template <> struct is_void<void> : true_type {};
87 // Inherits from true_type if From is convertible to To, false_type otherwise.
89 // Note that if the type is convertible, this will be a true_type REGARDLESS
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
template_util.h 24 typedef integral_constant<bool, true> true_type; typedef in namespace:i18n::phonenumbers
28 template <class T> struct is_pointer<T*> : true_type {};
31 template <class T> struct is_same<T,T> : true_type {};
34 template<class T, size_t n> struct is_array<T[n]> : public true_type {};
35 template<class T> struct is_array<T[]> : public true_type {};
38 template <class T> struct is_non_const_reference<T&> : true_type {};
42 template <> struct is_void<void> : true_type {};
86 // Inherits from true_type if From is convertible to To, false_type otherwise.
88 // Note that if the type is convertible, this will be a true_type REGARDLESS
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_logic.c 622 LLVMTypeRef true_type; local
626 true_type = LLVMIntTypeInContext(bld->gallivm->context,
637 val = LLVMBuildTrunc(builder, val, true_type, "");
640 val, LLVMConstNull(true_type), "");
  /external/clang/test/SemaTemplate/
overload-candidates.cpp 89 typedef integral_constant<bool, true> true_type; typedef in namespace:std
  /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/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_logic.c 622 LLVMTypeRef true_type; local
626 true_type = LLVMIntTypeInContext(bld->gallivm->context,
637 val = LLVMBuildTrunc(builder, val, true_type, "");
640 val, LLVMConstNull(true_type), "");
  /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...]

Completed in 1740 milliseconds

1 2