Home
last modified time | relevance | path

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

/third_party/grpc/test/core/util/
Dtrickle_endpoint.h24 grpc_endpoint* grpc_trickle_endpoint_create(grpc_endpoint* wrap,
Dtrickle_endpoint.cc157 grpc_endpoint* grpc_trickle_endpoint_create(grpc_endpoint* wrap, in grpc_trickle_endpoint_create() function
/third_party/grpc/test/cpp/microbenchmarks/
Dbm_fullstack_trickle.cc221 p.client = grpc_trickle_endpoint_create(p.client, bytes_per_second); in MakeEndpoints()
222 p.server = grpc_trickle_endpoint_create(p.server, bytes_per_second); in MakeEndpoints()