Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/surface/
Dchannel.h34 grpc_channel* grpc_channel_create_with_builder(
Dchannel.cc79 grpc_channel* grpc_channel_create_with_builder( in grpc_channel_create_with_builder() function
233 return grpc_channel_create_with_builder(builder, channel_stack_type); in grpc_channel_create()
/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_call_create.cc708 channel_ = grpc_channel_create_with_builder(builder, GRPC_CLIENT_CHANNEL); in IsolatedCallFixture()