Home
last modified time | relevance | path

Searched defs:responseTrailers (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/src/csharp/Grpc.Core/Internal/
DDefaultServerCallContext.cs38 private readonly Metadata responseTrailers; field in Grpc.Core.DefaultServerCallContext
/third_party/grpc/src/objective-c/GRPCClient/
DGRPCCallLegacy.m52 @property(atomic, strong) NSDictionary *responseTrailers; property
/third_party/grpc/src/csharp/Grpc.Core.Testing/
DTestServerCallContext.cs49 private readonly Metadata responseTrailers = new Metadata(); field in Grpc.Core.Testing.TestServerCallContext.TestingServerCallContext