Home
last modified time | relevance | path

Searched refs:IsSatisfied (Results 1 - 3 of 3) sorted by relevance

/third_party/protobuf/python/
H A Dmox.py344 self._expected_calls_queue[0].IsSatisfied()):
1200 def IsSatisfied(self): member in MethodGroup
1250 if not self.IsSatisfied():
1257 def IsSatisfied(self): member in UnorderedGroup
1312 if self.IsSatisfied():
1318 def IsSatisfied(self): member in MultipleTimesGroup
/third_party/googletest/googlemock/src/
H A Dgmock-spec-builders.cc150 if (!next->IsSatisfied()) return false; in GTEST_EXCLUSIVE_LOCK_REQUIRED_()
171 if (next->IsSatisfied()) { in GTEST_EXCLUSIVE_LOCK_REQUIRED_()
204 : IsSatisfied() ? "satisfied" in GTEST_EXCLUSIVE_LOCK_REQUIRED_()
409 } else if (!untyped_expectation->IsSatisfied()) { in GTEST_EXCLUSIVE_LOCK_REQUIRED_()
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h787 bool IsSatisfied() const GTEST_EXCLUSIVE_LOCK_REQUIRED_(g_gmock_mutex) {

Completed in 6 milliseconds