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

References

utils/unittest/googlemock/include/gmock/gmock-spec-builders.h
 1613     untyped_expectations_.push_back(untyped_expectation);
 1721              untyped_expectations_.rbegin();
 1722          it != untyped_expectations_.rend(); ++it) {
 1751     const int count = static_cast<int>(untyped_expectations_.size());
 1758           static_cast<TypedExpectation<F>*>(untyped_expectations_[i].get());
utils/unittest/googlemock/src/gmock-spec-builders.cc
  341   if (untyped_expectations_.size() == 0) {
  451            untyped_expectations_.begin();
  452        it != untyped_expectations_.end(); ++it) {
  472            untyped_expectations_.begin();
  473        it != untyped_expectations_.end(); ++it) {
  503   untyped_expectations_.swap(expectations_to_delete);