Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/interop/
Dserver_helper.cc50 InteropServerContextInspector::InteropServerContextInspector( in InteropServerContextInspector() function in grpc::testing::InteropServerContextInspector
55 InteropServerContextInspector::GetCallCompressionAlgorithm() const { in GetCallCompressionAlgorithm()
59 uint32_t InteropServerContextInspector::GetEncodingsAcceptedByClient() const { in GetEncodingsAcceptedByClient()
63 uint32_t InteropServerContextInspector::GetMessageFlags() const { in GetMessageFlags()
68 InteropServerContextInspector::GetAuthContext() const { in GetAuthContext()
72 bool InteropServerContextInspector::IsCancelled() const { in IsCancelled()
Dserver_helper.h38 class InteropServerContextInspector {
40 InteropServerContextInspector(const ::grpc::ServerContext& context);
Dinterop_server.cc58 using grpc::testing::InteropServerContextInspector;
110 const InteropServerContextInspector inspector(context); in CheckExpectedCompression()
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dserver_context.h78 class InteropServerContextInspector; variable
242 friend class ::grpc::testing::InteropServerContextInspector;