Home
last modified time | relevance | path

Searched refs:GetHandle (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h747 virtual Expectation GetHandle() = 0;
954 s.AddExpectation(GetHandle()); in InSequence()
1087 virtual Expectation GetHandle() { in GetHandle() function
1840 : expectation_base_(exp.GetHandle().expectation_base()) {} in Expectation()