Searched defs:responseTrailers (Results 1 – 3 of 3) sorted by relevance
/third_party/grpc/src/csharp/Grpc.Core/Internal/ | ||
D | DefaultServerCallContext.cs | 38 private readonly Metadata responseTrailers; field in Grpc.Core.DefaultServerCallContext |
/third_party/grpc/src/objective-c/GRPCClient/ | ||
D | GRPCCallLegacy.m | 52 @property(atomic, strong) NSDictionary *responseTrailers; property |
/third_party/grpc/src/csharp/Grpc.Core.Testing/ | ||
D | TestServerCallContext.cs | 49 private readonly Metadata responseTrailers = new Metadata(); field in Grpc.Core.Testing.TestServerCallContext.TestingServerCallContext |