Home
last modified time | relevance | path

Searched refs:ApproxBytesCost (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/trace_processor/containers/
Drow_map.h599 uint32_t bit_vector_cost = BitVector::ApproxBytesCost(end_idx_); in FilterRange()
Dbit_vector.h340 static constexpr uint32_t ApproxBytesCost(uint32_t n) { in ApproxBytesCost() function