Lines Matching refs:int32_t
52 int32_t testI32(const int32_t thing) override in testI32()
97 void testMap(map<int32_t, int32_t> &out, const map<int32_t, int32_t> &thing) override in testMap() argument
99 map<int32_t, int32_t>::const_iterator m_iter; in testMap()
137 void testSet(set<int32_t> &out, const set<int32_t> &thing) override in testSet()
139 set<int32_t>::const_iterator s_iter; in testSet()
157 void testList(vector<int32_t> &out, const vector<int32_t> &thing) override in testList()
159 vector<int32_t>::const_iterator l_iter; in testList()
188 void testMapMap(map<int32_t, map<int32_t, int32_t>> &mapmap, const int32_t hello) override in testMapMap() argument
190 map<int32_t, int32_t> pos; in testMapMap()
191 map<int32_t, int32_t> neg; in testMapMap()
259 void testMulti(Xtruct &hello, const int8_t arg0, const int32_t arg1, const int64_t arg2, in testMulti()
312 void testOneway(const int32_t aNum) override in testOneway()