Lines Matching full:invalid
26 V("set", Set, 2, INVALID) \
27 V("get", Get, 1, INVALID) \
28 V("remove", Remove, 1, INVALID) \
29 V("hasKey", HasKey, 1, INVALID) \
30 V("hasValue", HasValue, 1, INVALID) \
31 V("getFirstKey", GetFirstKey, 0, INVALID) \
32 V("getLastKey", GetLastKey, 0, INVALID) \
33 V("setAll", SetAll, 1, INVALID) \
34 V("clear", Clear, 0, INVALID) \
35 V("getLowerKey", GetLowerKey, 1, INVALID) \
36 V("getHigherKey", GetHigherKey, 1, INVALID) \
37 V("keys", Keys, 0, INVALID) \
38 V("values", Values, 0, INVALID) \
39 V("replace", Replace, 2, INVALID) \
40 V("forEach", ForEach, 2, INVALID) \
41 V("isEmpty", IsEmpty, 0, INVALID) \
42 V("entries", Entries, 0, INVALID)