Searched refs:Echo (Results 1 – 1 of 1) sorted by relevance
144 Echo, enumerator219 ProgramOptions.opcode = BenchmarkOps::Echo; in ParseOpcodeOption()302 case BenchmarkOps::Echo: { in HandleMessage()437 int Echo(const void* send_buffer, size_t send_length, void* receive_buffer, in Echo() function in __anon473f29b10111::BenchmarkClient446 transaction.Send<int>(BenchmarkOps::Echo, send_buffer, send_length, in Echo()489 return ReturnStatusOrError(transaction.Send<int>(BenchmarkOps::Echo)); in Quit()705 case BenchmarkOps::Echo: { in ClientCommand()706 const int ret = client->Echo( in ClientCommand()