r1397@opsdev009 (orig r74201): pfung | 2007-12-13 14:30:47 -0800
[amiethrift.git] / test / StressTest.thrift
blob1b2b7c8e87ba2b89b8bd96a818a60becd7460ae9
1 cpp_namespace test.stress
3 service Service {
5   void echoVoid(),
6   byte echoByte(1: byte arg),
7   i32 echoI32(1: i32 arg),
8   i64 echoI64(1: i64 arg),
9   string echoString(1: string arg),
10   list<byte>  echoList(1: list<byte> arg),
11   set<byte>  echoSet(1: set<byte> arg),
12   map<byte, byte>  echoMap(1: map<byte, byte> arg),