Searched refs:AlmostEquals (Results 1 - 16 of 16) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/gtest/internal/
H A Dgtest-internal.h374 // This function is needed to test the AlmostEquals() method.
413 bool AlmostEquals(const FloatingPoint& rhs) const { function in class:testing::internal::FloatingPoint
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.h852 if (lhs.AlmostEquals(rhs)) {
H A Dgtest.cc923 if (lhs.AlmostEquals(rhs)) {
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-internal.h387 // This function is needed to test the AlmostEquals() method.
426 bool AlmostEquals(const FloatingPoint& rhs) const { function in class:testing::internal::FloatingPoint
/external/chromium/testing/gtest/include/gtest/
H A Dgtest.h1560 if (lhs.AlmostEquals(rhs)) {
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h365 // This function is needed to test the AlmostEquals() method.
404 bool AlmostEquals(const FloatingPoint& rhs) const { function in class:testing::internal::FloatingPoint
/external/gtest/include/gtest/
H A Dgtest.h1560 if (lhs.AlmostEquals(rhs)) {
/external/gtest/include/gtest/internal/
H A Dgtest-internal.h371 // This function is needed to test the AlmostEquals() method.
410 bool AlmostEquals(const FloatingPoint& rhs) const { function in class:testing::internal::FloatingPoint
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h1562 if (lhs.AlmostEquals(rhs)) {
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h390 // This function is needed to test the AlmostEquals() method.
429 bool AlmostEquals(const FloatingPoint& rhs) const { function in class:testing::internal::FloatingPoint
/external/protobuf/gtest/include/gtest/
H A Dgtest.h1419 if (lhs.AlmostEquals(rhs)) {
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-matchers.h1537 return lhs.AlmostEquals(rhs);
/external/chromium/testing/gtest/src/
H A Dgtest.cc1069 if (lhs.AlmostEquals(rhs)) {
/external/gtest/src/
H A Dgtest.cc1069 if (lhs.AlmostEquals(rhs)) {
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc1069 if (lhs.AlmostEquals(rhs)) {
/external/protobuf/gtest/src/
H A Dgtest.cc1047 if (lhs.AlmostEquals(rhs)) {

Completed in 198 milliseconds