Home
last modified time | relevance | path

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

/aosp_15_r20/external/fbjni/cxx/fbjni/detail/
H A DCoreClasses-inl.h193 constexpr auto constructor_method_name = "<init>"; in getConstructor() local
194 return getMethod<F>(constructor_method_name, descriptor); in getConstructor()