Home
last modified time | relevance | path

Searched refs:ApplyCommonChannelArguments (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/test/cpp/microbenchmarks/
Dfullstack_fixtures.h52 virtual void ApplyCommonChannelArguments(ChannelArguments* c) const { in ApplyCommonChannelArguments() function
87 config.ApplyCommonChannelArguments(&args); in FullstackFixture()
211 fixture_configuration.ApplyCommonChannelArguments(&args); in EndpointPairFixture()
319 void ApplyCommonChannelArguments(ChannelArguments* a) const override { in ApplyCommonChannelArguments() function
321 FixtureConfiguration::ApplyCommonChannelArguments(a); in ApplyCommonChannelArguments()
/external/grpc-grpc/test/cpp/performance/
Dwrites_per_rpc_test.cc55 static void ApplyCommonChannelArguments(ChannelArguments* c) { in ApplyCommonChannelArguments() function
111 ApplyCommonChannelArguments(&args); in EndpointPairFixture()