Home
last modified time | relevance | path

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

/bionic/libc/system_properties/
Dsystem_properties.cpp455 struct find_nth { in FindNth() struct
460 explicit find_nth(uint32_t n) : sought(n), current(0), result(nullptr) { in FindNth() function
463 find_nth* self = reinterpret_cast<find_nth*>(ptr); in FindNth()
467 Foreach(find_nth::fn, &state); in FindNth()