Searched refs:GetMethodFor (Results 1 – 3 of 3) sorted by relevance
51 return GetMethodFor<method, RawMethod, type>(id); in GetNanopbOrRawMethodFor()53 return GetMethodFor<method, NanopbMethod, type>( in GetNanopbOrRawMethodFor()
44 return GetMethodFor<method, RawMethod, type>(id); in GetRawMethodFor()
112 constexpr auto GetMethodFor(uint32_t id, Args&&... args) { in GetMethodFor() function