Deal with some namespacing issues (#27651)
This commit is contained in:
parent
b3a1f68606
commit
ee47e08f71
|
|
@ -535,8 +535,8 @@ Call::~Call() {
|
|||
}
|
||||
}
|
||||
|
||||
grpc_channel_args* ReadArgs(
|
||||
const google::protobuf::RepeatedPtrField<api_fuzzer::ChannelArg>& args) {
|
||||
template <typename ChannelArgContainer>
|
||||
grpc_channel_args* ReadArgs(const ChannelArgContainer& args) {
|
||||
grpc_channel_args* res =
|
||||
static_cast<grpc_channel_args*>(gpr_malloc(sizeof(grpc_channel_args)));
|
||||
res->num_args = args.size();
|
||||
|
|
|
|||
Loading…
Reference in New Issue