Home
last modified time | relevance | path

Searched refs:growToInclude (Results 1 – 7 of 7) sorted by relevance

/external/antlr/runtime/JavaScript/src/org/antlr/runtime/
DBitSet.js169 this.growToInclude(el);
255 this.growToInclude(el);
351 growToInclude: function(bit) {
447 this.growToInclude(maxBit);
501 this.growToInclude(el);
/external/antlr/tool/src/main/java/org/antlr/misc/
DBitSet.java92 growToInclude(el); in add()
178 growToInclude(el); in clear()
254 public void growToInclude(int bit) { in growToInclude() method in BitSet
317 growToInclude(maxBit); in notInPlace()
401 growToInclude(el); in remove()
/external/antlr/runtime/C/src/
Dantlr3bitset.c55 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() function
455 growToInclude(bitset, (bitset2->blist.length * sizeof(ANTLR3_BITWORD))); in antlr3BitsetORInPlace()
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
DBitSet.java120 growToInclude(el); in add()
129 public void growToInclude(int bit) { in growToInclude() method in BitSet
/external/antlr/runtime/Cpp/include/
Dantlr3bitset.inl168 this->growToInclude( bitset2->m_blist.get_length() * sizeof(ANTLR_BITWORD) );
219 this->growToInclude(bit);
393 void Bitset<ImplTraits>::growToInclude(ANTLR_INT32 bit) function in Bitset
438 this->growToInclude( bitset2->m_blist.get_length() * sizeof(ANTLR_BITWORD) );
Dantlr3bitset.hpp211 void growToInclude(ANTLR_INT32 bit);
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
DBitSet.as83 growToInclude(el);
92 public function growToInclude(bit:int):void { method in org.antlr.runtime.BitSet