Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/util/
Dtrickle_endpoint.h24 grpc_endpoint* grpc_trickle_endpoint_create(grpc_endpoint* wrap,
Dtrickle_endpoint.cc153 grpc_endpoint* grpc_trickle_endpoint_create(grpc_endpoint* wrap, in grpc_trickle_endpoint_create() function
/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_fullstack_trickle.cc220 p.client = grpc_trickle_endpoint_create(p.client, bytes_per_second); in MakeEndpoints()
221 p.server = grpc_trickle_endpoint_create(p.server, bytes_per_second); in MakeEndpoints()