Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dsystem_properties.cpp1445 struct find_nth { in __system_property_find_nth() struct
1446 const uint32_t sought; in __system_property_find_nth()
1447 uint32_t current; in __system_property_find_nth()
1448 const prop_info* result; in __system_property_find_nth()
1450 explicit find_nth(uint32_t n) : sought(n), current(0), result(nullptr) {} in __system_property_find_nth() argument
1451 static void fn(const prop_info* pi, void* ptr) { in __system_property_find_nth()