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

1 2

  /external/clang/test/Headers/
arm64-apple-ios-types.cpp 4 struct true_type { struct
13 template <class _Tp> struct is_same<_Tp, _Tp> : public true_type {};
thumbv7-apple-ios-types.cpp 4 struct true_type { struct
13 template <class _Tp> struct is_same<_Tp, _Tp> : public true_type {};
x86_64-apple-macosx-types.cpp 4 struct true_type { struct
13 template <class _Tp> struct is_same<_Tp, _Tp> : public true_type {};
  /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/pdfium/third_party/base/
template_util.h 20 typedef integral_constant<bool, true> true_type; typedef in namespace:pdfium::base
24 template <class T> struct is_same<T,T> : true_type {};
  /external/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/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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.15-4.8/x86_64-linux/include/c++/4.8/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-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.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/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
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/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/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/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/v8/src/base/
safe_math_impl.h 36 typedef integral_constant<bool, true> true_type; typedef in namespace:v8::base::internal
40 template <class T> struct is_same<T, T> : true_type {};
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h 1526 typedef bool_constant<true> true_type; typedef in namespace:testing::internal
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h 1618 typedef bool_constant<true> true_type; typedef in namespace:testing::internal
    [all...]

Completed in 1446 milliseconds

1 2