Searched refs:grpc_channel_create_with_builder (Results 1 – 3 of 3) sorted by relevance
34 grpc_channel* grpc_channel_create_with_builder(
79 grpc_channel* grpc_channel_create_with_builder( in grpc_channel_create_with_builder() function233 return grpc_channel_create_with_builder(builder, channel_stack_type); in grpc_channel_create()
708 channel_ = grpc_channel_create_with_builder(builder, GRPC_CLIENT_CHANNEL); in IsolatedCallFixture()