Home
last modified time | relevance | path

Searched defs:call_idx (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/test/core/memory_usage/
Dclient.cc61 static void init_ping_pong_request(int call_idx) { in init_ping_pong_request()
89 static void finish_ping_pong_request(int call_idx) { in finish_ping_pong_request()
113 static struct grpc_memory_counters send_snapshot_request(int call_idx, in send_snapshot_request()
223 int call_idx = 0; in main() local
Dserver.cc75 static void request_call_unary(int call_idx) { in request_call_unary()
/external/vboot_reference/tests/
Dtlcl_tests.c62 static void SetResponse(int call_idx, uint32_t response_code, int rsp_size) in SetResponse()