Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/include/gmock/
Dgmock-cardinalities.h102 bool IsSatisfiedByCallCount(int call_count) const { in IsSatisfiedByCallCount()
107 bool IsSaturatedByCallCount(int call_count) const { in IsSaturatedByCallCount()
113 bool IsOverSaturatedByCallCount(int call_count) const { in IsOverSaturatedByCallCount()
Dgmock-spec-builders.h826 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/uboot/u-boot-2020.01/include/
Dtrace.h36 uint32_t call_count; /* Number of times called */ member
/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/uboot/u-boot-2020.01/tools/
Dproftool.c33 unsigned long call_count; member
57 int call_count; variable
/third_party/uboot/u-boot-2020.01/lib/
Dtrace.c21 u64 call_count; /* Total number of tracked function calls */ member
/third_party/grpc/src/core/ext/filters/max_age/
Dmax_age_filter.cc94 gpr_atm call_count; member
/third_party/python/Lib/unittest/
Dmock.py545 call_count = _delegating_property('call_count') variable in NonCallableMock