Home
last modified time | relevance | path

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

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