Home
last modified time | relevance | path

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

/third_party/grpc/src/cpp/common/
Dalts_context.cc92 peer_attributes_map_[std::string(key.data, key.size)] = in AltsContext()
123 return peer_attributes_map_; in peer_attributes()
/third_party/grpc/include/grpcpp/security/
Dalts_context.h63 std::map<std::string, std::string> peer_attributes_map_; variable