| 186 | impl_->CallCompleted(status); |
| 187 | } |
| 188 | std::vector<TracingServerMiddleware::TraceKey> TracingServerMiddleware::GetTraceContext() |
| 189 | const { |
| 190 | return impl_->GetTraceContext(); |
| 191 | } |
| 192 | constexpr const char TracingServerMiddleware::kMiddlewareName[]; |
| 193 | |
| 194 | std::shared_ptr<ServerMiddlewareFactory> MakeTracingServerMiddlewareFactory() { |