Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/util/
Dtrickle_endpoint.h28 size_t grpc_trickle_endpoint_trickle(grpc_endpoint* endpoint);
Dtrickle_endpoint.cc173 size_t grpc_trickle_endpoint_trickle(grpc_endpoint* ep) { in grpc_trickle_endpoint_trickle() function
/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_fullstack_trickle.cc191 grpc_trickle_endpoint_trickle(endpoint_pair_.client); in Step()
193 grpc_trickle_endpoint_trickle(endpoint_pair_.server); in Step()