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

  /external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h 829 // The RefMatcher template class implements Ref(variable). It can
839 class RefMatcher;
842 class RefMatcher<T&> {
849 // RefMatcher() takes a T& instead of const T&, as we want the
852 explicit RefMatcher(T& x) : object_(x) {} // NOLINT
    [all...]
  /external/gmock/include/gmock/
gmock-matchers.h     [all...]

Completed in 816 milliseconds