HomeSort by relevance Sort by last modified time
    Searched refs:get_peer (Results 1 - 3 of 3) sorted by null

  /external/grpc-grpc/src/core/lib/iomgr/
endpoint.cc 56 return ep->vtable->get_peer(ep);
endpoint.h 48 char* (*get_peer)(grpc_endpoint* ep); member in struct:grpc_endpoint_vtable
  /external/grpc-grpc/test/cpp/microbenchmarks/
bm_chttp2_transport.cc 56 get_peer,
126 static char* get_peer(grpc_endpoint* ep) { return gpr_strdup("test"); } function in class:DummyEndpoint

Completed in 1002 milliseconds