Lines Matching refs:e
277 Xception e; in testException() local
278 e.errorCode = 1001; in testException()
279 e.message = arg; in testException()
280 throw e; in testException()
282 apache::thrift::TException e; in testException() local
283 throw e; in testException()
297 Xception e; in testMultiException() local
298 e.errorCode = 1001; in testMultiException()
299 e.message = "This is an Xception"; in testMultiException()
300 throw e; in testMultiException()
302 Xception2 e; in testMultiException() local
303 e.errorCode = 2002; in testMultiException()
304 e.struct_thing.string_thing = "This is an Xception2"; in testMultiException()
305 throw e; in testMultiException()