Home
last modified time | relevance | path

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

/aosp12/bionic/tests/
H A Dlink_test.cpp48 struct Functor { in TEST() struct
49 static int Callback(dl_phdr_info* i, size_t s, void* data) { in TEST()
53 void DoChecks(dl_phdr_info* info, size_t s) { in TEST()
79 size_t count; in TEST()
190 struct Functor { in TEST() struct
191 std::unordered_map<ElfW(Addr), DlIterateInfo> dl_iter_mods; in TEST()
192 static int Callback(dl_phdr_info* i, size_t s, void* data) { in TEST()
196 void AddModule(dl_phdr_info* info, size_t s) { in TEST()
/aosp12/system/core/libutils/include/utils/
H A DFunctor.h30 Functor() {} in Functor() function
/aosp12/system/libbase/
H A Dfunction_ref_test.cpp33 struct Functor { in TEST() struct
34 void operator()() const {} in TEST()
/aosp12/frameworks/base/core/jni/
H A Dandroid_os_SystemProperties.cpp54 std::forward<Functor>(*static_cast<Functor*>(cookie))(value); in ReadProperty() local