mirror of https://github.com/grpc/grpc.git
[OBJC] Don't add unnecessary prefixes to service class names (#28554)
* [OBJC] Don't add unnecessary prefixes to service class names This is the same semantics as the Objective-C protoc. This prevents cases where you have an RPC named `FOOOpener` and a objc class prefix of `FOO` becoming `FOOFOOOpener`. * Update objective_c_generator_helpers.h Apply "sanity" check * Update objective_c_generator_helpers.h Fix up bad namespacing * Update objective_c_generator_helpers.h adding `::std::string`. Not quite sure why it's needed, but apparently it's a thing. * Update objective_c_generator_helpers.h Missing semi-colon. Hopefully caffeine will kick in at some point today... thanks tvl. * Automated change: Fix sanity tests Co-authored-by: dmaclach <dmaclach@users.noreply.github.com>pull/28486/head
parent
b38b706200
commit
d4e09406c1
1 changed files with 23 additions and 3 deletions
Loading…
Reference in new issue