Home
last modified time | relevance | path

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

/bionic/libc/system_properties/
Dsystem_properties.cpp455 struct find_nth { in FindNth() struct
456 const uint32_t sought; in FindNth()
457 uint32_t current; in FindNth()
458 const prop_info* result; in FindNth()
460 explicit find_nth(uint32_t n) : sought(n), current(0), result(nullptr) { in FindNth() argument
462 static void fn(const prop_info* pi, void* ptr) { in FindNth()