• Home
  • Raw
  • Download

Lines Matching refs:WriteParam

1 ipc.cpp:83:26: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'size_t'.
2 WriteParam(pickle, p.size); // ERROR
4 ipc.cpp:107:24: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'long'.
5 WriteParam(pickle, static_cast<long>(container.value)); // ERROR
7 ipc.cpp:135:29: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'size_t'.
8 IPC::WriteParam(pickle, size_t(0)); // ERROR
10 ipc.cpp:145:29: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'time_t'.
11 IPC::WriteParam(pickle, time_t(0)); // ERROR
13 ipc.cpp:156:27: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'long'.
14 IPC::WriteParam(pickle, long(0)); // ERROR
16 ipc.cpp:162:29: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'clock_t'.
17 IPC::WriteParam(pickle, clock_t(0)); // ERROR
68 ipc.cpp:216:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'long'.
72 IPC::WriteParam(nullptr, p); \
74 ipc.cpp:217:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'unsigned long…
78 IPC::WriteParam(nullptr, p); \
80 ipc.cpp:218:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'intmax_t'.
84 IPC::WriteParam(nullptr, p); \
86 ipc.cpp:219:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'uintmax_t'.
90 IPC::WriteParam(nullptr, p); \
92 ipc.cpp:220:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'intptr_t'.
96 IPC::WriteParam(nullptr, p); \
98 ipc.cpp:221:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'uintptr_t'.
102 IPC::WriteParam(nullptr, p); \
104 ipc.cpp:222:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'wint_t'.
108 IPC::WriteParam(nullptr, p); \
110 ipc.cpp:223:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'size_t'.
114 IPC::WriteParam(nullptr, p); \
116 ipc.cpp:224:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'rsize_t'.
120 IPC::WriteParam(nullptr, p); \
122 ipc.cpp:225:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'ssize_t'.
126 IPC::WriteParam(nullptr, p); \
128 ipc.cpp:226:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'ptrdiff_t'.
132 IPC::WriteParam(nullptr, p); \
134 ipc.cpp:227:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'dev_t'.
138 IPC::WriteParam(nullptr, p); \
140 ipc.cpp:228:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'off_t'.
144 IPC::WriteParam(nullptr, p); \
146 ipc.cpp:229:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'clock_t'.
150 IPC::WriteParam(nullptr, p); \
152 ipc.cpp:230:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'time_t'.
156 IPC::WriteParam(nullptr, p); \
158 ipc.cpp:231:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'suseconds_t'.
162 IPC::WriteParam(nullptr, p); \
164 ipc.cpp:235:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'size_t' via '…
168 IPC::WriteParam(nullptr, p); \
173 ipc.cpp:240:32: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'unsigned lon…
174 IPC::WriteParam(nullptr, p + 1); // ERROR
176 ipc.cpp:249:30: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'size_t' via …
177 IPC::WriteParam(nullptr, p); // ERROR
185 ipc.cpp:253:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'long' via 'st…
189 IPC::WriteParam(nullptr, p); \
191 ipc.cpp:254:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'size_t' via '…
195 IPC::WriteParam(nullptr, p); \
197 ipc.cpp:324:30: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'long'.
198 IPC::WriteParam(nullptr, p.get<long>()); // ERROR
200 ipc.cpp:325:30: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'long'.
201 IPC::WriteParam(nullptr, p.get_long()); // ERROR
203 ipc.cpp:326:30: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'long'.
204 IPC::WriteParam(nullptr, p.long_data); // ERROR
206 ipc.cpp:331:30: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'size_t'.
207 IPC::WriteParam(nullptr, p.get_size()); // ERROR
209 ipc.cpp:332:30: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'size_t'.
210 IPC::WriteParam(nullptr, p.size_data); // ERROR
212 ipc.cpp:336:30: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'unsigned lon…
213 IPC::WriteParam(nullptr, p.get<uint64_t>()); // ERROR
215 ipc.cpp:341:30: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'unsigned lon…
216 IPC::WriteParam(nullptr, p.get<std::vector<uint64_t>>()); // ERROR
218 ipc.cpp:348:30: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'size_t' via …
219 IPC::WriteParam(nullptr, p.get_sizes()); // ERROR
221 ipc.cpp:349:30: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'size_t' via …
222 IPC::WriteParam(nullptr, p.sizes_data); // ERROR