reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/unittest/googlemock/include/gmock/gmock-matchers.h
  953 class GtMatcher : public ComparisonBase<GtMatcher<Rhs>, Rhs, AnyGt> {
  953 class GtMatcher : public ComparisonBase<GtMatcher<Rhs>, Rhs, AnyGt> {
  955   explicit GtMatcher(const Rhs& rhs)
  956       : ComparisonBase<GtMatcher<Rhs>, Rhs, AnyGt>(rhs) { }
  956       : ComparisonBase<GtMatcher<Rhs>, Rhs, AnyGt>(rhs) { }