Home
last modified time | relevance | path

Searched defs:consumeUntilSet (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/antlr/runtime/C/include/
H A Dantlr3baserecognizer.h254 void (*consumeUntilSet) (struct ANTLR3_BASE_RECOGNIZER_struct * recognizer, member
/aosp_15_r20/external/antlr/runtime/Cpp/include/
H A Dantlr3baserecognizer.inl627 void BaseRecognizer<ImplTraits, StreamType>::consumeUntilSet(BitsetType* set) function in BaseRecognizer
/aosp_15_r20/external/antlr/runtime/C/src/
H A Dantlr3baserecognizer.c1766 consumeUntilSet (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_BITSET set) in consumeUntilSet() function