Searched refs:HasClientStream (Results 1 – 5 of 5) sorted by relevance
34 static_assert(!HasClientStream(MethodType::kUnary));35 static_assert(!HasClientStream(MethodType::kServerStreaming));36 static_assert(HasClientStream(MethodType::kClientStreaming));37 static_assert(HasClientStream(MethodType::kBidirectionalStreaming));
32 constexpr bool HasClientStream(MethodType type) { in HasClientStream() function
133 HasClientStream(internal::MethodInfo<kMethod>::kType)
342 return HasClientStream(properties_.method_type()); in has_client_stream()