Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/channel/
Dchannel_args.cc40 static grpc_arg copy_arg(const grpc_arg* src) { in copy_arg() function
109 dst->args[dst_idx++] = copy_arg(&src->args[i]); in grpc_channel_args_copy_and_add_and_remove()
115 dst->args[dst_idx++] = copy_arg(&to_add[i]); in grpc_channel_args_copy_and_add_and_remove()
196 b->args[i] = copy_arg(args[i]); in grpc_channel_args_normalize()
/third_party/boost/boost/test/impl/
Ddebug.ipp340 copy_arg( mbuffer& dest, const_string arg )
378 if( !(*argv_it++ = copy_arg( work_buff, file )) )
386 if( !(*argv_it++ = copy_arg( work_buff, arg )) ) {
/third_party/ltp/tools/sparse/sparse-src/
Dpre-process.c680 goto copy_arg; in substitute()
692 goto copy_arg; in substitute()
701 copy_arg: in substitute()