Home
last modified time | relevance | path

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

/llvm-project/third-party/unittest/googlemock/include/gmock/
H A Dgmock-cardinalities.h107 bool IsSatisfiedByCallCount(int call_count) const { in IsSatisfiedByCallCount()
113 bool IsSaturatedByCallCount(int call_count) const { in IsSaturatedByCallCount()
119 bool IsOverSaturatedByCallCount(int call_count) const { in IsOverSaturatedByCallCount()
H A Dgmock-spec-builders.h817 int call_count() const GTEST_EXCLUSIVE_LOCK_REQUIRED_(g_gmock_mutex) { in call_count() function
/llvm-project/libcxx/test/libcxx/algorithms/alg.sorting/
H A Dpstl.is_partitioned.pass.cpp22 std::size_t call_count = 0; in main() local
/llvm-project/libc/test/integration/src/pthread/
H A Dpthread_once_test.cpp26 static unsigned int call_count; variable
/llvm-project/libc/test/integration/src/threads/
H A Dcall_once_test.cpp25 static unsigned int call_count; variable