HomeSort by relevance Sort by last modified time
    Searched defs:false_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 49 typedef integral_constant<bool,false> false_type; typedef in namespace:boost
  /external/chromium_org/third_party/cld/base/
template_util.h 49 // Abbreviations: true_type and false_type are structs that represent boolean
53 typedef integral_constant<bool, false> false_type; typedef in namespace:base
55 typedef false_type false_;
  /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
90 typedef integral_constant<bool, false> false_type; typedef in namespace:google::protobuf::internal
92 typedef false_type false_;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/
type_utils.hpp 71 typedef std::tr1::integral_constant<int, 0> false_type; typedef in namespace:__gnu_pbds::detail
  /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 71 typedef std::tr1::integral_constant<int, 0> false_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 71 typedef std::tr1::integral_constant<int, 0> false_type; typedef in namespace:__gnu_pbds::detail
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
type_utils.hpp 71 typedef std::tr1::integral_constant<int, 0> false_type; typedef in namespace:__gnu_pbds::detail
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
type_utils.hpp 71 typedef std::tr1::integral_constant<int, 0> false_type; typedef in namespace:__gnu_pbds::detail
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
type_utils.hpp 71 typedef std::tr1::integral_constant<int, 0> false_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 71 typedef std::tr1::integral_constant<int, 0> false_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 71 typedef std::tr1::integral_constant<int, 0> false_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 71 typedef std::tr1::integral_constant<int, 0> false_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 71 typedef std::tr1::integral_constant<int, 0> false_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 71 typedef std::tr1::integral_constant<int, 0> false_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 71 typedef std::tr1::integral_constant<int, 0> false_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 71 typedef std::tr1::integral_constant<int, 0> false_type; typedef in namespace:__gnu_pbds::detail
  /external/chromium_org/base/
template_util.h 26 typedef integral_constant<bool, false> false_type; typedef in namespace:base
28 template <class T> struct is_pointer : false_type {};
34 struct is_member_function_pointer : false_type {};
42 template <class T, class U> struct is_same : public false_type {};
45 template<class> struct is_array : public false_type {};
49 template <class T> struct is_non_const_reference : false_type {};
51 template <class T> struct is_non_const_reference<const T&> : false_type {};
53 template <class T> struct is_const : false_type {};
56 template <class T> struct is_void : false_type {};
101 // Inherits from true_type if From is convertible to To, false_type otherwise
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/util/
template_util.h 28 typedef integral_constant<bool, false> false_type; typedef in namespace:i18n::addressinput
30 template <class T> struct is_pointer : false_type {};
33 template <class T, class U> struct is_same : public false_type {};
36 template<class> struct is_array : public false_type {};
40 template <class T> struct is_non_const_reference : false_type {};
42 template <class T> struct is_non_const_reference<const T&> : false_type {};
44 template <class T> struct is_void : false_type {};
89 // Inherits from true_type if From is convertible to To, false_type otherwise.
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
template_util.h 25 typedef integral_constant<bool, false> false_type; typedef in namespace:i18n::phonenumbers
27 template <class T> struct is_pointer : false_type {};
30 template <class T, class U> struct is_same : public false_type {};
33 template<class> struct is_array : public false_type {};
37 template <class T> struct is_non_const_reference : false_type {};
39 template <class T> struct is_non_const_reference<const T&> : false_type {};
41 template <class T> struct is_void : false_type {};
86 // Inherits from true_type if From is convertible to To, false_type otherwise.
  /external/chromium_org/third_party/webrtc/base/
template_util.h 30 typedef integral_constant<bool, false> false_type; typedef in namespace:rtc
32 template <class T> struct is_pointer : false_type {};
35 template <class T, class U> struct is_same : public false_type {};
38 template<class> struct is_array : public false_type {};
42 template <class T> struct is_non_const_reference : false_type {};
44 template <class T> struct is_non_const_reference<const T&> : false_type {};
46 template <class T> struct is_void : false_type {};
91 // Inherits from true_type if From is convertible to To, false_type otherwise.
  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
template_util.h 32 typedef integral_constant<bool, false> false_type; typedef in namespace:webrtc
34 template <class T> struct is_pointer : false_type {};
37 template <class T, class U> struct is_same : public false_type {};
40 template<class> struct is_array : public false_type {};
44 template <class T> struct is_non_const_reference : false_type {};
46 template <class T> struct is_non_const_reference<const T&> : false_type {};
48 template <class T> struct is_void : false_type {};
93 // Inherits from true_type if From is convertible to To, false_type otherwise.
  /external/clang/test/SemaTemplate/
overload-candidates.cpp 88 typedef integral_constant<bool, false> false_type; typedef in namespace:std
94 struct a_trait : std::false_type {};
104 struct some_trait : std::false_type {};
  /external/eigen/Eigen/src/Core/util/
Meta.h 26 struct false_type { enum { value = 0 }; }; struct in namespace:Eigen::internal
  /external/chromium_org/v8/src/base/
safe_math_impl.h 37 typedef integral_constant<bool, false> false_type; typedef in namespace:v8::base::internal
39 template <class T, class U> struct is_same : 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 1615 milliseconds

1 2