Home
last modified time | relevance | path

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

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