Home
last modified time | relevance | path

Searched defs:growToInclude (Results 1 – 5 of 5) sorted by relevance

/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
DBitSet.as92 public function growToInclude(bit:int):void { method in org.antlr.runtime.BitSet
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
DBitSet.java129 public void growToInclude(int bit) { in growToInclude() method in BitSet
/external/antlr/runtime/C/src/
Dantlr3bitset.c420 growToInclude(pANTLR3_BITSET bitset, ANTLR3_INT32 bit) in growToInclude() function
/external/antlr/runtime/Cpp/include/
Dantlr3bitset.inl393 void Bitset<ImplTraits>::growToInclude(ANTLR_INT32 bit) function in Bitset
/external/antlr/tool/src/main/java/org/antlr/misc/
DBitSet.java254 public void growToInclude(int bit) { in growToInclude() method in BitSet