Home
last modified time | relevance | path

Searched defs:true_type (Results 1 – 25 of 25) sorted by relevance

/external/eigen/Eigen/src/Core/util/
DMeta.h25 struct true_type { enum { value = 1 }; }; argument
/external/clang/test/Headers/
Dthumbv7-apple-ios-types.cpp4 struct true_type { struct
13 template <class _Tp> struct is_same<_Tp, _Tp> : public true_type {}; argument
Darm64-apple-ios-types.cpp4 struct true_type { struct
13 template <class _Tp> struct is_same<_Tp, _Tp> : public true_type {}; argument
Dx86_64-apple-macosx-types.cpp4 struct true_type { struct
13 template <class _Tp> struct is_same<_Tp, _Tp> : public true_type {}; argument
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
Dquiet_NaN.pass.cpp21 test_imp(std::true_type) in test_imp()
Dsignaling_NaN.pass.cpp21 test_imp(std::true_type) in test_imp()
/external/v8/src/base/
Dsafe_math_impl.h36 typedef integral_constant<bool, true> true_type; typedef
/external/pdfium/third_party/base/
Dtemplate_util.h20 typedef integral_constant<bool, true> true_type; typedef
/external/google-breakpad/src/testing/gtest/include/gtest/
Dgtest-message.h202 inline void StreamHelper(internal::true_type /*dummy*/, T* pointer) { in StreamHelper()
Dgtest-printers.h304 true_type /* is a pointer */, in DefaultPrintTo() argument
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest-message.h202 inline void StreamHelper(internal::true_type /*dummy*/, T* pointer) { in StreamHelper()
Dgtest-printers.h304 true_type /* is a pointer */, in DefaultPrintTo() argument
/external/mesa3d/src/gtest/include/gtest/
Dgtest-message.h202 inline void StreamHelper(internal::true_type /*dummy*/, T* pointer) { in StreamHelper()
Dgtest-printers.h304 true_type /* is a pointer */, in DefaultPrintTo() argument
/external/gtest/include/gtest/
Dgtest-message.h206 inline void StreamHelper(internal::true_type /*is_pointer*/, T* pointer) { in StreamHelper()
Dgtest-printers.h304 true_type /* is a pointer */, in DefaultPrintTo() argument
/external/protobuf/gtest/include/gtest/
Dgtest-message.h202 inline void StreamHelper(internal::true_type /*dummy*/, T* pointer) { in StreamHelper()
/external/protobuf/src/google/protobuf/stubs/
Dtemplate_util.h89 typedef integral_constant<bool, true> true_type; typedef
/external/clang/test/SemaTemplate/
Doverload-candidates.cpp89 typedef integral_constant<bool, true> true_type; typedef
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_logic.c622 LLVMTypeRef true_type; in lp_build_any_true_range() local
/external/eigen/Eigen/src/Jacobi/
DJacobi.h156 …acobiRotation<Scalar>::makeGivens(const Scalar& p, const Scalar& q, Scalar* r, internal::true_type) in makeGivens()
/external/protobuf/gtest/include/gtest/internal/
Dgtest-internal.h205 inline String FormatValueForFailureMessage(internal::true_type /*dummy*/, in FormatValueForFailureMessage()
Dgtest-port.h1244 typedef bool_constant<true> true_type; typedef
/external/google-breakpad/src/testing/include/gmock/
Dgmock-matchers.h1751 bool MatchAndExplainImpl(true_type /* is_pointer */, const Class* p, in MatchAndExplainImpl() argument
1815 bool MatchAndExplainImpl(true_type /* is_pointer */, const Class* p, in MatchAndExplainImpl() argument
/external/google-breakpad/src/testing/test/
Dgmock-internal-utils_test.cc466 TEST(TypeTraitsTest, true_type) { in TEST() argument