Home | History | Annotate | Download | only in tests

Lines Matching defs:size_t

11 typedef __SIZE_TYPE__ size_t;
75 size_t size;
135 IPC::WriteParam(pickle, size_t(0)); // ERROR
194 IPC_TEST_MESSAGE(__COUNTER__, (bool, size_t, Empty, long)) // 2 ERRORs
200 IPC_TEST_MESSAGE(__COUNTER__, (char, short, std::pair<size_t, bool>)) // ERROR
223 CALL_WRITEPARAM(size_t) // ERROR
234 typedef size_t my_size;
245 typedef size_t my_size_base;
254 CALL_WRITEPARAM(std::vector<size_t>) // ERROR
290 size_t get_size() const { return 0; }
292 const std::vector<size_t>& get_sizes() const { return sizes_data; }
302 size_t size_data;
304 std::vector<size_t> sizes_data;
328 // This one is flaky and depends on whether size_t is typedefed to a
330 //IPC::WriteParam(nullptr, p.get<size_t>()); // ERROR
345 // This one is flaky and depends on whether size_t is typedefed to a
347 //IPC::WriteParam(nullptr, p.get<std::vector<size_t>>());