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

1 2

  /external/clang/test/Headers/
arm64-apple-ios-types.cpp 8 struct false_type { struct
12 template <class _Tp, class _Up> struct is_same : public false_type {};
thumbv7-apple-ios-types.cpp 8 struct false_type { struct
12 template <class _Tp, class _Up> struct is_same : public false_type {};
x86_64-apple-macosx-types.cpp 8 struct false_type { struct
12 template <class _Tp, class _Up> struct is_same : public false_type {};
  /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/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.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-linux-glibc2.15-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/misc/darwin-x86_64/protobuf2.5/include/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/misc/linux-x86_64/protobuf2.5/include/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/misc/windows/protobuf2.5/include/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/ndk/current/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
  /prebuilts/tools/darwin-x86_64/protoc/include/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/tools/linux-x86_64/protoc/include/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_;
  /external/libchrome/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/webrtc/webrtc/base/
template_util.h 32 typedef integral_constant<bool, false> false_type; typedef in namespace:rtc
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 {};
106 // Inherits from true_type if From is convertible to To, false_type otherwise.
  /external/clang/test/SemaTemplate/
overload-candidates.cpp 90 typedef integral_constant<bool, false> false_type; typedef in namespace:std
96 struct a_trait : std::false_type {};
109 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/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/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h 1525 typedef bool_constant<false> false_type; typedef in namespace:testing::internal
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h 1617 typedef bool_constant<false> false_type; typedef in namespace:testing::internal
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 1479 typedef bool_constant<false> false_type; typedef in namespace:testing::internal
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h 1469 typedef bool_constant<false> false_type; typedef in namespace:testing::internal
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 1243 typedef bool_constant<false> false_type; typedef in namespace:testing::internal
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h 1892 typedef bool_constant<false> false_type; typedef in namespace:testing::internal
    [all...]

Completed in 1093 milliseconds

1 2