Lines Matching full:invalid
26 … V("add", Add, 1, INVALID) \
27 … V("addAll", AddAll, 1, INVALID) \
28 … V("isEmpty", IsEmpty, 0, INVALID) \
29 … V("getValueAt", GetValueAt, 1, INVALID) \
30 … V("hasAll", HasAll, 1, INVALID) \
31 … V("has", Has, 1, INVALID) \
32 … V("equal", Equal, 1, INVALID) \
33 … V("increaseCapacityTo", IncreaseCapacityTo, 1, INVALID) \
35 … V("getIndexOf", GetIndexOf, 1, INVALID) \
36 … V("remove", Remove, 1, INVALID) \
37 … V("removeAt", RemoveAt, 1, INVALID) \
38 … V("clear", Clear, 0, INVALID) \
39 … V("toString", ToString, 0, INVALID) \
40 … V("toArray", ToArray, 0, INVALID) \
41 … V("values", Values, 0, INVALID) \
42 V("entries", Entries, 0, INVALID)