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

/fuchsia/zircon/system/utest/cobalt-client/
H A Dhistogram_test.cpp68 HistogramBucket& actual_bucket = actual[i]; local
72 if (actual_bucket.index != expected_bucket.index) {
75 EXPECT_EQ(actual_bucket.count, expected_bucket.count);

Completed in 79 milliseconds