Home
last modified time | relevance | path

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

/bionic/libc/system_properties/
Dsystem_properties.cpp346 struct find_nth { in FindNth() struct
347 const uint32_t sought; in FindNth()
348 uint32_t current; in FindNth()
349 const prop_info* result; in FindNth()
351 explicit find_nth(uint32_t n) : sought(n), current(0), result(nullptr) { in FindNth() argument
353 static void fn(const prop_info* pi, void* ptr) { in FindNth()