Home
last modified time | relevance | path

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

/aosp14/system/core/libutils/include/utils/
H A DFunctor.h30 Functor() {} in Functor() function
/aosp14/frameworks/base/core/jni/
H A Dandroid_os_SystemProperties.cpp54 std::forward<Functor>(*static_cast<Functor*>(cookie))(value); in ReadProperty() local