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

  /external/chromium/base/
template_util.h 27 typedef integral_constant<bool, false> false_type; typedef in namespace:base
29 template <class T> struct is_pointer : false_type {};
32 template<class> struct is_array : public false_type {};
36 template <class T> struct is_non_const_reference : false_type {};
38 template <class T> struct is_non_const_reference<const T&> : false_type {};
82 // Inherits from true_type if From is convertible to To, false_type otherwise.
  /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 71 typedef std::tr1::integral_constant<int, 0> false_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 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.7-4.6/x86_64-linux/include/c++/4.6.x-google/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
  /external/eigen/Eigen/src/Core/util/
Meta.h 26 struct false_type { enum { value = 0 }; }; struct in namespace:Eigen::internal
  /external/llvm/include/llvm/Support/
type_traits.h 94 typedef integral_constant<bool, false> false_type; typedef in namespace:llvm
98 template<typename T, typename U> struct is_same : public false_type {};
116 template <typename T> struct is_integral_impl : false_type {};
142 template <typename T> struct is_pointer : false_type {};
149 template <typename T> struct is_reference : false_type {};
  /external/webkit/Source/JavaScriptCore/wtf/
TypeTraits.h 203 typedef IntegralConstant<bool, false> false_type; typedef in namespace:WTF
211 template <typename T> struct HasTrivialConstructor : public false_type{ };
212 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/open-vcdiff/gtest/include/gtest/internal/
gtest-port.h 819 typedef bool_constant<false> false_type; typedef in namespace:testing::internal
823 struct is_pointer : public false_type {};
    [all...]
  /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...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h 1453 typedef bool_constant<false> false_type; typedef in namespace:testing::internal
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h 1487 typedef bool_constant<false> false_type; typedef in namespace:testing::internal
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-port.h 1469 typedef bool_constant<false> false_type; typedef in namespace:testing::internal
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 1474 typedef bool_constant<false> false_type; typedef in namespace:testing::internal
    [all...]
  /external/ceres-solver/internal/ceres/gtest/
gtest.h 2531 typedef bool_constant<false> false_type; typedef in namespace:std::tr1
    [all...]

Completed in 888 milliseconds