Searched refs:removed_count (Results 1 – 2 of 2) sorted by relevance
220 removed_count = len(self._callbacks) - len(filtered_callbacks)221 if removed_count:223 return removed_count
1686 int removed_count = 0; in RemoveOperandsAtAscendingIndices() local1689 operands_[next_index - removed_count] = operands_[next_index]; in RemoveOperandsAtAscendingIndices()1693 ++removed_count; in RemoveOperandsAtAscendingIndices()1697 operands_[next_index - removed_count] = operands_[next_index]; in RemoveOperandsAtAscendingIndices()1700 CHECK_EQ(removed_count, ascending_indices.size()); in RemoveOperandsAtAscendingIndices()1701 operands_.resize(operands_.size() - removed_count); in RemoveOperandsAtAscendingIndices()