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

/fuchsia/zircon/system/utest/fbl/
H A Dintrusive_wavl_tree_tests.cpp93 struct OpCounts { struct in class:fbl::tests::intrusive_containers::WAVLBalanceTestObserver
94 OpCounts() { reset(); } function in struct:fbl::tests::intrusive_containers::WAVLBalanceTestObserver::OpCounts
107 void accumulate(OpCounts& target) {
130 static void AccumulateObserverOpCounts(OpCounts& target) { op_counts_.accumulate(target); }
224 static OpCounts op_counts_;
228 WAVLBalanceTestObserver::OpCounts WAVLBalanceTestObserver::op_counts_;
329 WAVLBalanceTestObserver::OpCounts op_counts;

Completed in 21 milliseconds