Home
last modified time | relevance | path

Searched defs:peer_attributes (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/proto/grpc/gcp/
Daltscontext.proto49 map<string, string> peer_attributes = 7; field
/third_party/grpc/src/cpp/common/
Dalts_context.cc122 const std::map<std::string, std::string>& AltsContext::peer_attributes() const { in peer_attributes() function in grpc::experimental::AltsContext