Home | History | Annotate | Download | only in tests

Lines Matching defs:uint64_t

25 typedef unsigned long uint64_t;
136 IPC::WriteParam(pickle, uint64_t(0)); // OK
170 // typedef (uint64_t) was stripped down to its underlying type, which is
175 SomeClass<long>::WriteEx<uint64_t>(nullptr);
176 SomeWriteFunction<uint64_t>(nullptr);
239 uint64_t p = 0;
286 uint64_t get_uint64() const { return 0; }
293 const std::vector<uint64_t>& get_uint64s() const { return uint64s_data; }
303 uint64_t uint64_data;
305 std::vector<uint64_t> uint64s_data;
334 // Information about uint64_t gets lost, and plugin sees WriteParam()
336 IPC::WriteParam(nullptr, p.get<uint64_t>()); // ERROR
341 IPC::WriteParam(nullptr, p.get<std::vector<uint64_t>>()); // ERROR