Searched refs:GetRawMethodFor (Results 1 – 2 of 2) sorted by relevance
37 GetRawMethodFor<&Implementation::DoNothing, MethodType::kUnary>(10u),38 GetRawMethodFor<&Implementation::AddFive, MethodType::kUnary>(11u),39 GetRawMethodFor<&Implementation::StartStream,
42 constexpr RawMethod GetRawMethodFor(uint32_t id) { in GetRawMethodFor() function