Home
last modified time | relevance | path

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

/external/grpc-grpc/src/cpp/client/
Dchannel_cc.cc105 const bool kRegistered = method.channel_tag() && context->authority().empty(); in CreateCall()
111 method.channel_tag(), context->raw_deadline(), nullptr); in CreateCall()
/external/grpc-grpc/include/grpcpp/impl/codegen/
Drpc_method.h50 void* channel_tag() const { return channel_tag_; } in channel_tag() function