Lines Matching full:invalid
23 V("push", Push, 1, INVALID) \
24 V("pop", Pop, 0, INVALID) \
25 V("has", Has, 3, INVALID) \
26 V("setBitsByRange", SetBitsByRange, 3, INVALID) \
27 V("getBitsByRange", GetBitsByRange, 2, INVALID) \
28 V("setAllBits", SetAllBits, 1, INVALID) \
29 V("resize", Resize, 1, INVALID) \
30 V("getBitCountByRange", GetBitCountByRange, 3, INVALID) \
31 V("getIndexOf", GetIndexOf, 3, INVALID) \
32 V("getLastIndexOf", GetLastIndexOf, 3, INVALID) \
33 V("flipBitByIndex", FlipBitByIndex, 1, INVALID) \
34 V("flipBitsByRange", FlipBitsByRange, 2, INVALID) \
35 V("values", GetIteratorObj, 0, INVALID)