Lines Matching full:invalid
167 V("toString", ToString, 3, INVALID) \
168 V("write", Write, 3, INVALID) \
169 V("writeUIntBE", WriteUIntBE, 3, INVALID) \
170 V("writeUIntLE", WriteUIntLE, 3, INVALID) \
171 V("writeIntBE", WriteIntBE, 3, INVALID) \
172 V("writeIntLE", WriteIntLE, 3, INVALID) \
173 V("writeUInt8", WriteUInt8, 2, INVALID) \
174 V("writeUInt16BE", WriteUInt16BE, 2, INVALID) \
175 V("writeUInt16LE", WriteUInt16LE, 2, INVALID) \
176 V("writeUInt32BE", WriteUInt32BE, 2, INVALID) \
177 V("writeUInt32LE", WriteUInt32LE, 2, INVALID) \
178 V("writeInt8", WriteInt8, 2, INVALID) \
179 V("writeInt16BE", WriteInt16BE, 2, INVALID) \
180 V("writeInt16LE", WriteInt16LE, 2, INVALID) \
181 V("writeInt32BE", WriteInt32BE, 2, INVALID) \
182 V("writeInt32LE", WriteInt32LE, 2, INVALID) \
183 V("writeFloatBE", WriteFloat32BE, 2, INVALID) \
184 V("writeDoubleBE", WriteFloat64BE, 2, INVALID) \
185 V("writeFloatLE", WriteFloat32LE, 2, INVALID) \
186 V("writeDoubleLE", WriteFloat64LE, 2, INVALID) \
187 V("writeBigUInt64BE", WriteBigUInt64BE, 2, INVALID) \
188 V("writeBigUInt64LE", WriteBigUInt64LE, 2, INVALID) \
189 V("writeBigInt64BE", WriteBigInt64BE, 2, INVALID) \
190 V("writeBigInt64LE", WriteBigInt64LE, 2, INVALID) \
191 V("readUIntBE", ReadUIntBE, 2, INVALID) \
192 V("readUIntLE", ReadUIntLE, 2, INVALID) \
193 V("readIntBE", ReadIntBE, 2, INVALID) \
194 V("readIntLE", ReadIntLE, 2, INVALID) \
195 V("readInt8", ReadInt8, 1, INVALID) \
196 V("readUInt8", ReadUInt8, 1, INVALID) \
197 V("readUInt16BE", ReadUInt16BE, 1, INVALID) \
198 V("readUInt16LE", ReadUInt16LE, 1, INVALID) \
199 V("readUInt32BE", ReadUInt32BE, 1, INVALID) \
200 V("readUInt32LE", ReadUInt32LE, 1, INVALID) \
201 V("readInt16BE", ReadInt16BE, 1, INVALID) \
202 V("readInt16LE", ReadInt16LE, 1, INVALID) \
203 V("readInt32BE", ReadInt32BE, 1, INVALID) \
204 V("readInt32LE", ReadInt32LE, 1, INVALID) \
205 V("readFloatBE", ReadFloat32BE, 1, INVALID) \
206 V("readFloatLE", ReadFloat32LE, 1, INVALID) \
207 V("readDoubleBE", ReadFloat64BE, 1, INVALID) \
208 V("readDoubleLE", ReadFloat64LE, 1, INVALID) \
209 V("readBigUInt64BE", ReadBigUInt64BE, 1, INVALID) \
210 V("readBigUInt64LE", ReadBigUInt64LE, 1, INVALID) \
211 V("readBigInt64BE", ReadBigInt64BE, 1, INVALID) \
212 V("readBigInt64LE", ReadBigInt64LE, 1, INVALID) \
213 V("entries", Entries, 0, INVALID) \
214 V("keys", Keys, 0, INVALID) \
215 V("values", Values, 0, INVALID) \
216 V("copy", Copy, 4, INVALID) \
217 V("fill", Fill, 4, INVALID) \
218 V("includes", Includes, 3, INVALID) \
219 V("indexOf", IndexOf, 3, INVALID) \
220 V("lastIndexOf", LastIndexOf, 3, INVALID) \
221 V("compare", Compare, 5, INVALID) \
222 V("equals", Equals, 1, INVALID)