-
- Downloads
Merge pull request #2488 from jcanizales/subclass-grxwriter
Subclass GRXWriter instead of conforming to its protocol
No related branches found
No related tags found
Showing
- src/compiler/objective_c_generator.cc 1 addition, 1 deletionsrc/compiler/objective_c_generator.cc
- src/objective-c/GRPCClient/GRPCCall.h 2 additions, 2 deletionssrc/objective-c/GRPCClient/GRPCCall.h
- src/objective-c/GRPCClient/GRPCCall.m 2 additions, 2 deletionssrc/objective-c/GRPCClient/GRPCCall.m
- src/objective-c/GRPCClient/private/GRPCDelegateWrapper.h 3 additions, 2 deletionssrc/objective-c/GRPCClient/private/GRPCDelegateWrapper.h
- src/objective-c/GRPCClient/private/GRPCDelegateWrapper.m 2 additions, 2 deletionssrc/objective-c/GRPCClient/private/GRPCDelegateWrapper.m
- src/objective-c/ProtoRPC/ProtoRPC.h 1 addition, 1 deletionsrc/objective-c/ProtoRPC/ProtoRPC.h
- src/objective-c/ProtoRPC/ProtoRPC.m 7 additions, 9 deletionssrc/objective-c/ProtoRPC/ProtoRPC.m
- src/objective-c/ProtoRPC/ProtoService.h 2 additions, 2 deletionssrc/objective-c/ProtoRPC/ProtoService.h
- src/objective-c/ProtoRPC/ProtoService.m 1 addition, 1 deletionsrc/objective-c/ProtoRPC/ProtoService.m
- src/objective-c/RxLibrary/GRXBufferedPipe.h 1 addition, 1 deletionsrc/objective-c/RxLibrary/GRXBufferedPipe.h
- src/objective-c/RxLibrary/GRXForwardingWriter.h 43 additions, 0 deletionssrc/objective-c/RxLibrary/GRXForwardingWriter.h
- src/objective-c/RxLibrary/GRXForwardingWriter.m 112 additions, 0 deletionssrc/objective-c/RxLibrary/GRXForwardingWriter.m
- src/objective-c/RxLibrary/GRXImmediateWriter.h 7 additions, 7 deletionssrc/objective-c/RxLibrary/GRXImmediateWriter.h
- src/objective-c/RxLibrary/GRXImmediateWriter.m 6 additions, 6 deletionssrc/objective-c/RxLibrary/GRXImmediateWriter.m
- src/objective-c/RxLibrary/GRXWriter+Immediate.m 6 additions, 6 deletionssrc/objective-c/RxLibrary/GRXWriter+Immediate.m
- src/objective-c/RxLibrary/GRXWriter.h 1 addition, 10 deletionssrc/objective-c/RxLibrary/GRXWriter.h
- src/objective-c/RxLibrary/GRXWriter.m 1 addition, 75 deletionssrc/objective-c/RxLibrary/GRXWriter.m
- src/objective-c/RxLibrary/transformations/GRXMappingWriter.h 3 additions, 3 deletionssrc/objective-c/RxLibrary/transformations/GRXMappingWriter.h
- src/objective-c/RxLibrary/transformations/GRXMappingWriter.m 3 additions, 3 deletionssrc/objective-c/RxLibrary/transformations/GRXMappingWriter.m
- src/objective-c/tests/GRPCClientTests.m 2 additions, 2 deletionssrc/objective-c/tests/GRPCClientTests.m
Loading
Please register or sign in to comment