Home
last modified time | relevance | path

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

/third_party/grpc/include/grpcpp/security/
Dauth_metadata_processor.h35 typedef std::multimap<grpc::string_ref, grpc::string_ref> InputMetadata; typedef
53 virtual grpc::Status Process(const InputMetadata& auth_metadata,
/third_party/grpc/src/cpp/server/
Dsecure_server_credentials.cc60 AuthMetadataProcessor::InputMetadata metadata; in InvokeProcessor()
/third_party/grpc/test/cpp/end2end/
Dend2end_test.cc215 Status Process(const InputMetadata& auth_metadata, AuthContext* context, in Process()