Home
last modified time | relevance | path

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

/aosp12/bionic/libc/system_properties/include/system_properties/
H A Dsystem_properties.h73 int Foreach(void (*propfn)(const prop_info* pi, void* cookie), void* cookie);
/aosp12/bionic/libc/system_properties/
H A Dsystem_properties.cpp363 Foreach(find_nth::fn, &state); in FindNth()
367 int SystemProperties::Foreach(void (*propfn)(const prop_info* pi, void* cookie), void* cookie) { in Foreach() function in SystemProperties
/aosp12/bionic/libc/bionic/
H A Dsystem_property_api.cpp130 return system_properties.Foreach(propfn, cookie); in __system_property_foreach()
/aosp12/system/memory/libmemunreachable/
H A DLeakFolding.cpp65 scc->node.Foreach([&](SCCInfo* ref) { walk(ref); }); in AccumulateLeaks()
H A DTarjan.h47 void Foreach(F&& f) { in Foreach() function
/aosp12/bionic/tests/
H A Dsystem_properties_test.cpp219 ASSERT_EQ(0, system_properties.Foreach(foreach_test_callback, &count)); in TEST()
300 system_properties.Foreach(hierarchical_test_callback, ok); in TEST()