Searched refs:growToInclude (Results 1 – 7 of 7) sorted by relevance
169 this.growToInclude(el);255 this.growToInclude(el);351 growToInclude: function(bit) {447 this.growToInclude(maxBit);501 this.growToInclude(el);
92 growToInclude(el); in add()178 growToInclude(el); in clear()254 public void growToInclude(int bit) { in growToInclude() method in BitSet317 growToInclude(maxBit); in notInPlace()401 growToInclude(el); in remove()
55 static void growToInclude (pANTLR3_BITSET bitset, ANTLR3_INT32 bit);386 growToInclude(bitset, bit); in antlr3BitsetAdd()420 growToInclude(pANTLR3_BITSET bitset, ANTLR3_INT32 bit) in growToInclude() function455 growToInclude(bitset, (bitset2->blist.length * sizeof(ANTLR3_BITWORD))); in antlr3BitsetORInPlace()
120 growToInclude(el); in add()129 public void growToInclude(int bit) { in growToInclude() method in BitSet
168 this->growToInclude( bitset2->m_blist.get_length() * sizeof(ANTLR_BITWORD) );219 this->growToInclude(bit);393 void Bitset<ImplTraits>::growToInclude(ANTLR_INT32 bit) function in Bitset438 this->growToInclude( bitset2->m_blist.get_length() * sizeof(ANTLR_BITWORD) );
211 void growToInclude(ANTLR_INT32 bit);
83 growToInclude(el);92 public function growToInclude(bit:int):void { method in org.antlr.runtime.BitSet