Home
last modified time | relevance | path

Searched refs:EnableWorkaround (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/include/grpcpp/
Dserver_builder_impl.h260 ServerBuilder& EnableWorkaround(grpc_workaround_list id);
Dserver_builder.h256 ServerBuilder& EnableWorkaround(grpc_workaround_list id);
/third_party/grpc/src/cpp/server/
Dserver_builder.cc439 ServerBuilder& ServerBuilder::EnableWorkaround(grpc_workaround_list id) { in EnableWorkaround() function in grpc::ServerBuilder