Home
last modified time | relevance | path

Searched refs:string_thing (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/modules/thrift/ThriftTest/src/
Dserver.hpp82 printf("testStruct({\"%s\", %d, %d, %" PRId64 "})\n", thing.string_thing.c_str(), in testStruct()
92 thing.string_thing.c_str(), (int)thing.byte_thing, thing.i32_thing, in testNest()
245 x->string_thing.c_str(), (int)x->byte_thing, in testInsanity()
267 hello.string_thing = "Hello2"; in testMulti()
286 result.string_thing = arg; in testException()
304 e.struct_thing.string_thing = "This is an Xception2"; in testMultiException()
307 result.string_thing = arg1; in testMultiException()
Dclient.cpp242 s.string_thing = "Zero"; in init_Xtruct()