Home
last modified time | relevance | path

Searched defs:follow (Results 1 – 25 of 55) sorted by relevance

123

/external/antlr/runtime/JavaScript/src/org/antlr/runtime/
DBaseRecognizer.js109 match: function(input, ttype, follow) { argument
154 mismatchIsMissingToken: function(input, follow) { argument
192 mismatch: function(input, ttype, follow) { argument
651 follow) argument
687 follow) argument
739 follow) argument
DParser.js25 follow) argument
/external/flatbuffers/rust/flatbuffers/src/
Dfollow.rs32 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner; in follow() method
59 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow() method
Dprimitives.rs159 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow() method
180 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow() method
210 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow() method
232 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow() method
243 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow() method
254 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow() method
266 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow() method
Dlib.rs33 mod follow; module
Dvector.rs99 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow() method
121 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow() method
129 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow() method
/external/antlr/runtime/Cpp/include/
Dantlr3baserecognizer.inl56 BaseRecognizer<ImplTraits, StreamType>::match(ANTLR_UINT32 ttype, BitsetListType* follow)
123 …cognizer<ImplTraits, StreamType>::mismatchIsMissingToken(IntStreamType* is, BitsetListType* follow)
199 void BaseRecognizer<ImplTraits, StreamType>::mismatch(ANTLR_UINT32 ttype, BitsetListType* follow)
418 …er<ImplTraits, StreamType>::recoverFromMismatchedToken( ANTLR_UINT32 ttype, BitsetListType* follow)
509 BaseRecognizer<ImplTraits, StreamType>::recoverFromMismatchedSet(BitsetListType* follow)
546 BitsetType* follow = followBits->load(); local
793 BitsetListType* follow)
Dantlr3parser.inl241 void Parser<ImplTraits>::mismatch(ANTLR_UINT32 ttype, BitsetListType* follow)
323 …its>::CommonTokenType* Parser<ImplTraits>::matchToken( ANTLR_UINT32 ttype, BitsetListType* follow )
341 ANTLR_INLINE void Parser<ImplTraits>::followPush(const BitsetListType& follow)
465 …<ImplTraits>::CommonTokenType* Parser<ImplTraits>::recoverFromMismatchedSet(BitsetListType* follow)
471 ANTLR_INLINE bool Parser<ImplTraits>::recoverFromMismatchedElement(BitsetListType* follow)
Dantlr3treeparser.inl147 void TreeParser<ImplTraits>::mismatch(ANTLR_UINT32 ttype, BitsetListType* follow)
156 ANTLR_UINT32 expectedTokenType, BitsetListType* follow)
/external/antlr/runtime/C/src/
Dantlr3treeparser.c174 mismatch (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow) in mismatch()
205 ANTLR3_UINT32 expectedTokenType, pANTLR3_BITSET_LIST follow) in getMissingSymbol()
Dantlr3baserecognizer.c416 ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow) in match()
552 …MissingToken(pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, pANTLR3_BITSET_LIST follow) in mismatchIsMissingToken()
642 mismatch(pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow) in mismatch()
1432 …matchedToken (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow) in recoverFromMismatchedToken()
1555 recoverFromMismatchedSet (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_BITSET_LIST follow) in recoverFromMismatchedSet()
1622 pANTLR3_BITSET follow; in recoverFromMismatchedElement() local
2173 ANTLR3_UINT32 expectedTokenType, pANTLR3_BITSET_LIST follow) in getMissingSymbol()
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/
DTreeParser.js43 getMissingSymbol: function(input, e, expectedTokenType, follow) { argument
85 mismatch: function(input, ttype, follow) { argument
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
DBaseRecognizer.java100 public Object match(IntStream input, int ttype, BitSet follow) in match()
130 public boolean mismatchIsMissingToken(IntStream input, BitSet follow) { in mismatchIsMissingToken()
588 protected Object recoverFromMismatchedToken(IntStream input, int ttype, BitSet follow) in recoverFromMismatchedToken()
624 BitSet follow) in recoverFromMismatchedSet()
670 BitSet follow) in getMissingSymbol()
DParser.java63 BitSet follow) in getMissingSymbol()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DBaseRecognizer.cs131 public virtual object Match(IIntStream input, int ttype, BitSet follow) { in Match()
159 public virtual bool MismatchIsMissingToken(IIntStream input, BitSet follow) { in MismatchIsMissingToken()
616 … protected virtual object RecoverFromMismatchedToken(IIntStream input, int ttype, BitSet follow) { in RecoverFromMismatchedToken()
650 BitSet follow) { in RecoverFromMismatchedSet()
700 BitSet follow) { in GetMissingSymbol()
DParser.cs70 BitSet follow) { in GetMissingSymbol()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DBaseRecognizer.cs143 public virtual object Match( IIntStream input, int ttype, BitSet follow ) in Match()
176 public virtual bool MismatchIsMissingToken( IIntStream input, BitSet follow ) in MismatchIsMissingToken()
697 … protected virtual object RecoverFromMismatchedToken( IIntStream input, int ttype, BitSet follow ) in RecoverFromMismatchedToken()
734 BitSet follow ) in RecoverFromMismatchedSet()
787 BitSet follow ) in GetMissingSymbol()
DParser.cs76 BitSet follow ) in GetMissingSymbol()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeParser.cs106 BitSet follow ) in GetMissingSymbol()
159 … protected override object RecoverFromMismatchedToken( IIntStream input, int ttype, BitSet follow ) in RecoverFromMismatchedToken()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeParser.cs97 BitSet follow) { in GetMissingSymbol()
145 … protected override object RecoverFromMismatchedToken(IIntStream input, int ttype, BitSet follow) { in RecoverFromMismatchedToken()
/external/flatbuffers/tests/namespace_test/
Dnamespace_test1_generated.rs48 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow() method
106 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow() method
113 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow() method
166 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow() method
/external/antlr/runtime/Python/antlr3/
Drecognizers.py197 def match(self, input, ttype, follow): argument
236 def mismatchIsMissingToken(self, input, follow): argument
668 def recoverFromMismatchedToken(self, input, ttype, follow): argument
733 def recoverFromMismatchedSet(self, input, e, follow): argument
760 def getMissingSymbol(self, input, e, expectedTokenType, follow): argument
1383 def getMissingSymbol(self, input, e, expectedTokenType, follow): argument
/external/antlr/runtime/Python3/antlr3/
Drecognizers.py196 def match(self, input, ttype, follow): argument
235 def mismatchIsMissingToken(self, input, follow): argument
660 def recoverFromMismatchedToken(self, input, ttype, follow): argument
725 def recoverFromMismatchedSet(self, input, e, follow): argument
752 def getMissingSymbol(self, input, e, expectedTokenType, follow): argument
1352 def getMissingSymbol(self, input, e, expectedTokenType, follow): argument
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeParser.java92 BitSet follow) in getMissingSymbol()
138 BitSet follow) in recoverFromMismatchedToken()
/external/flatbuffers/samples/
Dmonster_generated.rs40 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow() method
101 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow() method
159 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow() method
167 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow() method
224 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow() method
406 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow() method

123