Home
last modified time | relevance | path

Searched defs:call_count (Results 1 – 15 of 15) sorted by relevance

/third_party/googletest/googlemock/include/gmock/
Dgmock-cardinalities.h105 bool IsSatisfiedByCallCount(int call_count) const { in IsSatisfiedByCallCount()
111 bool IsSaturatedByCallCount(int call_count) const { in IsSaturatedByCallCount()
117 bool IsOverSaturatedByCallCount(int call_count) const { in IsOverSaturatedByCallCount()
Dgmock-spec-builders.h835 int call_count() const in call_count() function
/third_party/boost/libs/yap/test/
Dcomma.cpp63 int call_count = 0; in test_main() local
77 int call_count = 0; in test_main() local
93 int call_count = 0; in test_main() local
107 int call_count = 0; in test_main() local
/third_party/node/test/js-native-api/test_reference_double_free/
Dtest_reference_double_free.c15 size_t* call_count = hint; in NoDeleteDestructor() local
/third_party/boost/libs/log/test/run/
Dattr_function.cpp108 unsigned int call_count = 0; in BOOST_AUTO_TEST_CASE() local
/third_party/boost/libs/asio/test/execution/
Dset_done.cpp24 static int call_count = 0; variable
Dstart.cpp24 static int call_count = 0; variable
Dset_error.cpp24 static int call_count = 0; variable
Dbulk_execute.cpp24 int call_count = 0; variable
Dconnect.cpp24 static int call_count = 0; variable
Dsubmit.cpp24 static int call_count = 0; variable
Dset_value.cpp24 static int call_count = 0; variable
/third_party/grpc/src/core/ext/filters/max_age/
Dmax_age_filter.cc94 gpr_atm call_count; member
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc.h453 unsigned call_count:6; member
/third_party/python/Lib/unittest/
Dmock.py549 call_count = _delegating_property('call_count') variable in NonCallableMock