Home
last modified time | relevance | path

Searched refs:InteropServerContextInspector (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/test/cpp/interop/
Dserver_helper.cc51 InteropServerContextInspector::InteropServerContextInspector( in InteropServerContextInspector() function in grpc::testing::InteropServerContextInspector
56 InteropServerContextInspector::GetCallCompressionAlgorithm() const { in GetCallCompressionAlgorithm()
60 uint32_t InteropServerContextInspector::GetEncodingsAcceptedByClient() const { in GetEncodingsAcceptedByClient()
64 bool InteropServerContextInspector::WasCompressed() const { in WasCompressed()
72 InteropServerContextInspector::GetAuthContext() const { in GetAuthContext()
76 bool InteropServerContextInspector::IsCancelled() const { in IsCancelled()
Dserver_helper.h38 class InteropServerContextInspector {
40 InteropServerContextInspector(const ::grpc::ServerContext& context);
Dinterop_server.cc57 using grpc::testing::InteropServerContextInspector;
109 const InteropServerContextInspector inspector(context); in CheckExpectedCompression()
/third_party/grpc/include/grpcpp/impl/codegen/
Dserver_context_impl.h113 class InteropServerContextInspector; variable
337 friend class ::grpc::testing::InteropServerContextInspector;
Dserver_context.h125 class InteropServerContextInspector; variable
351 friend class ::grpc::testing::InteropServerContextInspector;