Searched refs:rc_posn (Results 1 – 1 of 1) sorted by relevance
463 auto rc_posn = channel->registration_table->map.find(key); in grpc_channel_register_call() local464 if (rc_posn != channel->registration_table->map.end()) { in grpc_channel_register_call()465 return &rc_posn->second; in grpc_channel_register_call()