Home
last modified time | relevance | path

Searched defs:IndexOfNthSet (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/trace_processor/containers/
Dbit_vector.h97 uint32_t IndexOfNthSet(uint32_t n) const { in IndexOfNthSet() function
402 uint16_t IndexOfNthSet(uint32_t n) const { in IndexOfNthSet() function
556 BlockOffset IndexOfNthSet(uint32_t n) const { in IndexOfNthSet() function
Dbit_vector_unittest.cc157 TEST(BitVectorUnittest, IndexOfNthSet) { in TEST() argument