Home
last modified time | relevance | path

Searched refs:list_it_dst (Results 1 – 1 of 1) sorted by relevance

/third_party/grpc/src/cpp/common/
Dchannel_arguments.cc40 auto list_it_dst = strings_.begin(); in ChannelArguments() local
46 ap.key = const_cast<char*>(list_it_dst->c_str()); in ChannelArguments()
48 ++list_it_dst; in ChannelArguments()
55 ap.value.string = const_cast<char*>(list_it_dst->c_str()); in ChannelArguments()
57 ++list_it_dst; in ChannelArguments()