Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/include/gmock/
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()
Dgmock-spec-builders.h814 int call_count() const GTEST_EXCLUSIVE_LOCK_REQUIRED_(g_gmock_mutex) { in call_count() function
/third_party/node/test/js-native-api/test_reference_double_free/
Dtest_reference_double_free.c16 size_t* call_count = hint; in NoDeleteDestructor() local
/third_party/node/deps/v8/src/objects/
Dfeedback-vector.cc959 Object call_count = GetFeedbackExtra()->cast<Object>(); in GetCallCount() local
968 Object call_count = GetFeedbackExtra()->cast<Object>(); in SetSpeculationMode() local
982 Object call_count = GetFeedbackExtra()->cast<Object>(); in GetSpeculationMode() local
991 Object call_count = GetFeedbackExtra()->cast<Object>(); in GetCallFeedbackContent() local
1001 double const call_count = GetCallCount(); in ComputeCallFrequency() local
/third_party/node/deps/v8/src/compiler/
Dwasm-inlining.h69 int call_count; member
Dwasm-inlining.cc113 int call_count = GetCallCount(call); in ReduceCall() local
/third_party/vulkan-loader/tests/
Dloader_alloc_callback_tests.cpp58 size_t call_count = 0; member in MemoryTracker
/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
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc150 TNode<Smi> call_count = in IncrementCallCount() local