Searched refs:getOperationCount (Results 1 – 2 of 2) sorted by relevance
61 size_t getOperationCount() const { return mMap.size(); } in getOperationCount() function
355 size_t op_count_before_abort = operationMap_.getOperationCount(); in pruneOperation()360 if (operationMap_.getOperationCount() >= op_count_before_abort) { in pruneOperation()448 while (operationMap_.getOperationCount() >= kMaxOperations) { in begin()