HomeSort by relevance Sort by last modified time
    Searched refs:DoubleEq (Results 1 - 3 of 3) sorted by null

  /external/chromium/testing/gmock/test/
gmock_link_test.h 74 // DoubleEq
136 using testing::DoubleEq;
535 // Tests the linkage of the FloatEq, DoubleEq, NanSensitiveFloatEq and
542 ON_CALL(mock, VoidFromDouble(DoubleEq(a))).WillByDefault(Return());
gmock-matchers_test.cc 80 using testing::DoubleEq;
558 Matcher<double> m1 = DoubleEq(1.0);
    [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-matchers.h     [all...]

Completed in 23 milliseconds