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

  /external/googletest/googlemock/test/
gmock-matchers_test.cc 643 struct IntReferenceWrapper {
644 IntReferenceWrapper(const int& a_value) : value(&a_value) {}
648 bool operator==(const IntReferenceWrapper& a, const IntReferenceWrapper& b) {
654 Matcher<IntReferenceWrapper> m = MatcherCast<IntReferenceWrapper>(n);
762 Matcher<IntReferenceWrapper> m = SafeMatcherCast<IntReferenceWrapper>(n);
    [all...]
  /external/v8/testing/gmock/test/
gmock-matchers_test.cc 643 struct IntReferenceWrapper {
644 IntReferenceWrapper(const int& a_value) : value(&a_value) {}
648 bool operator==(const IntReferenceWrapper& a, const IntReferenceWrapper& b) {
654 Matcher<IntReferenceWrapper> m = MatcherCast<IntReferenceWrapper>(n);
762 Matcher<IntReferenceWrapper> m = SafeMatcherCast<IntReferenceWrapper>(n);
    [all...]

Completed in 323 milliseconds