Searched defs:thing (Results 1 – 1 of 1) sorted by relevance
34 void testString(string &out, const string &thing) override in testString()40 bool testBool(const bool thing) override in testBool()46 int8_t testByte(const int8_t thing) override in testByte()52 int32_t testI32(const int32_t thing) override in testI32()58 int64_t testI64(const int64_t thing) override in testI64()64 double testDouble(const double thing) override in testDouble()70 void testBinary(std::string &_return, const std::string &thing) override in testBinary()80 void testStruct(Xtruct &out, const Xtruct &thing) override in testStruct()89 const Xtruct &thing = nest.struct_thing; in testNest() local97 void testMap(map<int32_t, int32_t> &out, const map<int32_t, int32_t> &thing) override in testMap() argument[all …]