Home
last modified time | relevance | path

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

/bionic/libc/system_properties/
Dsystem_properties.cpp352 const uint32_t sought; in FindNth() member
356 explicit find_nth(uint32_t n) : sought(n), current(0), result(nullptr) { in FindNth()
360 if (self->current++ == self->sought) self->result = pi; in FindNth()