Lines Matching full:invalid
26 V("add", Add, 1, INVALID) \
27 V("insert", Insert, 2, INVALID) \
28 V("clear", Clear, 0, INVALID) \
29 V("clone", Clone, 0, INVALID) \
30 V("has", Has, 1, INVALID) \
31 V("getCapacity", GetCapacity, 0, INVALID) \
32 V("increaseCapacityTo", IncreaseCapacityTo, 1, INVALID) \
33 V("trimToCurrentLength", TrimToCurrentLength, 0, INVALID) \
34 V("getIndexOf", GetIndexOf, 1, INVALID) \
35 V("isEmpty", IsEmpty, 0, INVALID) \
36 V("getLastIndexOf", GetLastIndexOf, 1, INVALID) \
37 V("removeByIndex", RemoveByIndex, 1, INVALID) \
38 V("remove", Remove, 1, INVALID) \
39 V("removeByRange", RemoveByRange, 2, INVALID) \
41 V("sort", Sort, 1, INVALID) \
42 V("subArrayList", SubArrayList, 2, INVALID) \
43 V("convertToArray", ConvertToArray, 0, INVALID) \