Searched refs:MethodTraits (Results 1 – 7 of 7) sorted by relevance
49 static_assert(MethodTraits<decltype(&TestService::Unary)>::kType ==51 static_assert(MethodTraits<decltype(&TestService::StaticUnary)>::kType ==53 static_assert(MethodTraits<decltype(&TestService::ServerStreaming)>::kType ==56 MethodTraits<decltype(&TestService::StaticServerStreaming)>::kType ==
62 struct MethodTraits<Status (*)(75 struct MethodTraits<Status (T::*)(77 : public MethodTraits<Status (*)(84 struct MethodTraits<void (*)(97 struct MethodTraits<void (T::*)(99 : public MethodTraits<void (*)(105 using Request = typename MethodTraits<decltype(method)>::Request;108 using Response = typename MethodTraits<decltype(method)>::Response;
117 struct MethodTraits<StatusWithSize (*)(125 struct MethodTraits<StatusWithSize (T::*)(134 struct MethodTraits<void (*)(ServerContext&, ConstByteSpan, RawServerWriter&)> {141 struct MethodTraits<void (T::*)(
86 struct MethodTraits { struct106 typename MethodTraits<decltype(method)>::Implementation; argument115 return (static_cast<typename MethodTraits<decltype(method)>::Service&>( in CallMethodImplFunction()
113 if constexpr (MethodTraits<decltype(method)>::kType != type) { in GetMethodFor()
255 static_cast<size_t>(internal::MethodTraits<decltype(method)>::kType),
259 static_cast<size_t>(MethodTraits<decltype(method)>::kType),