Home
last modified time | relevance | path

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

/third_party/grpc/include/grpcpp/impl/codegen/
Dinterceptor.h173 GetSendTrailingMetadata() = 0;
Dinterceptor_common.h118 std::multimap<std::string, std::string>* GetSendTrailingMetadata() override { in GetSendTrailingMetadata() function
491 std::multimap<std::string, std::string>* GetSendTrailingMetadata() override { in GetSendTrailingMetadata() function
/third_party/grpc/test/cpp/end2end/
Dserver_interceptors_end2end_test.cc95 auto* map = methods->GetSendTrailingMetadata(); in Intercept()