Home
last modified time | relevance | path

Searched defs:false_type (Results 1 – 20 of 20) sorted by relevance

/external/eigen/Eigen/src/Core/util/
DMeta.h26 struct false_type { enum { value = 0 }; }; struct
/external/chromium/base/
Dtemplate_util.h27 typedef integral_constant<bool, false> false_type; typedef
/external/gtest/include/gtest/
Dgtest-message.h210 inline void StreamHelper(internal::false_type /*dummy*/, const T& value) { in StreamHelper()
Dgtest-printers.h270 false_type /* is not a pointer */, in DefaultPrintTo() argument
336 false_type /* is not a pointer */, in DefaultPrintTo() argument
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest-message.h210 inline void StreamHelper(internal::false_type /*dummy*/, const T& value) { in StreamHelper()
Dgtest-printers.h270 false_type /* is not a pointer */, in DefaultPrintTo() argument
336 false_type /* is not a pointer */, in DefaultPrintTo() argument
/external/chromium/testing/gtest/include/gtest/
Dgtest-message.h210 inline void StreamHelper(internal::false_type /*dummy*/, const T& value) { in StreamHelper()
Dgtest-printers.h270 false_type /* is not a pointer */, in DefaultPrintTo() argument
336 false_type /* is not a pointer */, in DefaultPrintTo() argument
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest-message.h210 inline void StreamHelper(internal::false_type /*dummy*/, const T& value) { in StreamHelper()
Dgtest-printers.h270 false_type /* is not a pointer */, in DefaultPrintTo() argument
336 false_type /* is not a pointer */, in DefaultPrintTo() argument
/external/open-vcdiff/gtest/include/gtest/
Dgtest-message.h204 inline void StreamHelper(internal::false_type /*dummy*/, const T& value) { in StreamHelper()
/external/protobuf/gtest/include/gtest/
Dgtest-message.h204 inline void StreamHelper(internal::false_type /*dummy*/, const T& value) { in StreamHelper()
/external/chromium/sdch/open-vcdiff/src/gtest/internal/
Dgtest-port.h478 typedef bool_constant<false> false_type; typedef
/external/eigen/Eigen/src/Jacobi/
DJacobi.h208 …cobiRotation<Scalar>::makeGivens(const Scalar& p, const Scalar& q, Scalar* r, internal::false_type) in makeGivens()
/external/open-vcdiff/gtest/include/gtest/internal/
Dgtest-port.h819 typedef bool_constant<false> false_type; typedef
Dgtest-internal.h212 inline String FormatValueForFailureMessage(internal::false_type /*dummy*/, in FormatValueForFailureMessage()
/external/protobuf/gtest/include/gtest/internal/
Dgtest-port.h811 typedef bool_constant<false> false_type; typedef
Dgtest-internal.h215 inline String FormatValueForFailureMessage(internal::false_type /*dummy*/, in FormatValueForFailureMessage()
/external/chromium/testing/gmock/include/gmock/
Dgmock-matchers.h1698 bool MatchAndExplainImpl(false_type /* is_not_pointer */, const Class& obj, in MatchAndExplainImpl() argument
1759 bool MatchAndExplainImpl(false_type /* is_not_pointer */, const Class& obj, in MatchAndExplainImpl() argument
/external/chromium/testing/gmock/test/
Dgmock-internal-utils_test.cc470 TEST(TypeTraitsTest, false_type) { in TEST() argument