#include <fullstack_fixtures.h>

Public Member Functions | |
| void | AddToLabel (std::ostream &out, benchmark::State &state) override |
| InProcessCHTTP2WithExplicitStats (Service *service, grpc_passthru_endpoint_stats *stats, const FixtureConfiguration &fixture_configuration) | |
| ~InProcessCHTTP2WithExplicitStats () override | |
Public Member Functions inherited from grpc::testing::EndpointPairFixture | |
| std::shared_ptr< Channel > | channel () |
| std::shared_ptr< Channel > | channel () |
| ServerCompletionQueue * | cq () |
| ServerCompletionQueue * | cq () |
| EndpointPairFixture (Service *service, grpc_endpoint_pair endpoints) | |
| EndpointPairFixture (Service *service, grpc_endpoint_pair endpoints, const FixtureConfiguration &fixture_configuration) | |
| virtual | ~EndpointPairFixture () |
| ~EndpointPairFixture () override | |
Public Member Functions inherited from TrackCounters | |
| virtual void | AddLabel (const std::string &label) |
| virtual void | Finish (benchmark::State &state) |
| TrackCounters () | |
| virtual | ~TrackCounters () |
Static Private Member Functions | |
| static grpc_endpoint_pair | MakeEndpoints (grpc_passthru_endpoint_stats *stats) |
Private Attributes | |
| grpc_passthru_endpoint_stats * | stats_ |
Additional Inherited Members | |
Protected Attributes inherited from grpc::testing::EndpointPairFixture | |
| grpc_transport * | client_transport_ |
| grpc_endpoint_pair | endpoint_pair_ |
| grpc_transport * | server_transport_ |
Definition at line 264 of file fullstack_fixtures.h.
|
inline |
Definition at line 266 of file fullstack_fixtures.h.
|
inlineoverride |
Definition at line 273 of file fullstack_fixtures.h.
|
inlineoverridevirtual |
Reimplemented from grpc::testing::EndpointPairFixture.
Definition at line 279 of file fullstack_fixtures.h.
|
inlinestaticprivate |
Definition at line 289 of file fullstack_fixtures.h.
|
private |
Definition at line 287 of file fullstack_fixtures.h.