Home
last modified time | relevance | path

Searched refs:SetMethodType (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/include/grpcpp/impl/codegen/
Drpc_method.h49 void SetMethodType(RpcType type) { method_type_ = type; } in SetMethodType() function
Dservice_type.h179 methods_[idx]->SetMethodType(internal::RpcMethod::BIDI_STREAMING); in MarkMethodStreamed()