Home
last modified time | relevance | path

Searched refs:MethodTraits (Results 1 – 7 of 7) sorted by relevance

/external/pigweed/pw_rpc/pw_rpc_private/
Dmethod_impl_tester.h49 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 ==
/external/pigweed/pw_rpc/nanopb/public/pw_rpc/internal/
Dnanopb_method.h62 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;
/external/pigweed/pw_rpc/raw/public/pw_rpc/internal/
Draw_method.h117 struct MethodTraits<StatusWithSize (*)(
125 struct MethodTraits<StatusWithSize (T::*)(
134 struct MethodTraits<void (*)(ServerContext&, ConstByteSpan, RawServerWriter&)> {
141 struct MethodTraits<void (T::*)(
/external/pigweed/pw_rpc/public/pw_rpc/internal/
Dmethod.h86 struct MethodTraits { struct
106 typename MethodTraits<decltype(method)>::Implementation; argument
115 return (static_cast<typename MethodTraits<decltype(method)>::Service&>( in CallMethodImplFunction()
Dmethod_union.h113 if constexpr (MethodTraits<decltype(method)>::kType != type) { in GetMethodFor()
/external/pigweed/pw_rpc/nanopb/public/pw_rpc/
Dnanopb_test_method_context.h255 static_cast<size_t>(internal::MethodTraits<decltype(method)>::kType),
/external/pigweed/pw_rpc/raw/public/pw_rpc/
Draw_test_method_context.h259 static_cast<size_t>(MethodTraits<decltype(method)>::kType),