Searched refs:Fn (Results 1 – 3 of 3) sorted by relevance
26 template <typename Fn>48 Fn fn_;
52 template <bool (Matcher::*Fn)()>55 template <bool (Matcher::*Fn)()>90 template <bool (Matcher::*Fn)()>92 if (!(matcher->*Fn)()) { in Required()100 template <bool (Matcher::*Fn)()>102 if (!(matcher->*Fn)()) { in Repeated()
62 typedef void (*Fn)(JNIEnv*); in AttachHelper() typedef63 Fn fn = reinterpret_cast<Fn>(arg); in AttachHelper()