Searched refs:op_counts_ (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/utest/fbl/
H A Dintrusive_wavl_tree_tests.cpp129 static void ResetObserverOpCounts() { op_counts_.reset(); }
130 static void AccumulateObserverOpCounts(OpCounts& target) { op_counts_.accumulate(target); }
132 static void RecordInsert() { ++op_counts_.insert_ops_; }
133 static void RecordInsertPromote() { ++op_counts_.insert_promotes_; }
134 static void RecordInsertRotation() { ++op_counts_.insert_rotations_; }
135 static void RecordInsertDoubleRotation() { ++op_counts_.insert_double_rotations_; }
136 static void RecordErase() { ++op_counts_.erase_ops_; }
137 static void RecordEraseDemote() { ++op_counts_.erase_demotes_; }
138 static void RecordEraseRotation() { ++op_counts_.erase_rotations_; }
139 static void RecordEraseDoubleRotation() { ++op_counts_
224 static OpCounts op_counts_; member in class:fbl::tests::intrusive_containers::WAVLBalanceTestObserver
228 WAVLBalanceTestObserver::OpCounts WAVLBalanceTestObserver::op_counts_; member in class:fbl::tests::intrusive_containers::WAVLBalanceTestObserver
[all...]

Completed in 26 milliseconds