Home
last modified time | relevance | path

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

/aosp_15_r20/external/fbjni/cxx/fbjni/detail/
H A DMeta.h120 struct JConstructor : private JMethod<F> { struct
124 JConstructor(const JMethod<F>& other) : JMethod<F>(other.getId()) {} in JConstructor() argument
125 friend class JClass;