Home
last modified time | relevance | path

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

/bionic/libc/system_properties/
Dsystem_properties.cpp351 struct find_nth { in FindNth() struct
352 const uint32_t sought; in FindNth()
353 uint32_t current; in FindNth()
354 const prop_info* result; in FindNth()
356 explicit find_nth(uint32_t n) : sought(n), current(0), result(nullptr) { in FindNth() argument
358 static void fn(const prop_info* pi, void* ptr) { in FindNth()