Searched refs:grpc_channel_create_with_builder (Results 1 – 5 of 5) 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()
44 grpc_channel* grpc_channel_create_with_builder(
59 grpc_channel* grpc_channel_create_with_builder( in grpc_channel_create_with_builder() function277 grpc_channel_create_with_builder(builder, channel_stack_type, error); in grpc_channel_create()
708 channel_ = grpc_channel_create_with_builder(builder, GRPC_CLIENT_CHANNEL); in IsolatedCallFixture()