Home
last modified time | relevance | path

Searched defs:sharedContextCache (Results 1 – 25 of 53) sorted by relevance

123

/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/
H A DATNSimulator.cs51 protected readonly PredictionContextCache sharedContextCache; field in Antlr4.Runtime.Atn.ATNSimulator
54 public ATNSimulator(ATN atn, PredictionContextCache sharedContextCache) in ATNSimulator()
H A DLexerATNSimulator.cs51 PredictionContextCache sharedContextCache) in LexerATNSimulator()
58 PredictionContextCache sharedContextCache) in LexerATNSimulator()
H A DParserATNSimulator.cs274 PredictionContextCache sharedContextCache) in ParserATNSimulator()
281 PredictionContextCache sharedContextCache) in ParserATNSimulator()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Python2/src/antlr4/atn/
H A DATNSimulator.py36 def __init__(self, atn, sharedContextCache): argument
H A DLexerATNSimulator.py58 def __init__(self, recog, atn, decisionToDFA, sharedContextCache): argument
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/
H A DATNSimulator.java62 protected final PredictionContextCache sharedContextCache; field in ATNSimulator
70 PredictionContextCache sharedContextCache) in ATNSimulator()
H A DLexerATNSimulator.java84 PredictionContextCache sharedContextCache) in LexerATNSimulator()
91 PredictionContextCache sharedContextCache) in LexerATNSimulator()
H A DParserATNSimulator.java301 PredictionContextCache sharedContextCache) in ParserATNSimulator()
308 PredictionContextCache sharedContextCache) in ParserATNSimulator()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Swift/Sources/Antlr4/atn/
H A DATNSimulator.swift43 internal let sharedContextCache: PredictionContextCache variable
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Go/antlr/
H A Datn_simulator.go17 sharedContextCache *PredictionContextCache member
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/
H A DLexerInterpreter.cs32 protected PredictionContextCache sharedContextCache = new PredictionContextCache(); field in Antlr4.Runtime.LexerInterpreter
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/antlr4-cpp-runtime/runtime/src/atn/
H A DATNSimulator.cpp22 ATNSimulator::ATNSimulator(const ATN &atn, PredictionContextCache &sharedContextCache) in ATNSimulator()
H A DLexerATNSimulator.cpp54 PredictionContextCache &sharedContextCache) in LexerATNSimulator()
59 PredictionContextCache &sharedContextCache) in LexerATNSimulator()
H A DParserATNSimulator.cpp50 PredictionContextCache &sharedContextCache) in ParserATNSimulator()
55 PredictionContextCache &sharedContextCache) in ParserATNSimulator()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Cpp/runtime/src/atn/
H A DATNSimulator.cpp22 ATNSimulator::ATNSimulator(const ATN &atn, PredictionContextCache &sharedContextCache) in ATNSimulator()
H A DLexerATNSimulator.cpp54 PredictionContextCache &sharedContextCache) in LexerATNSimulator()
59 PredictionContextCache &sharedContextCache) in LexerATNSimulator()
H A DParserATNSimulator.cpp50 PredictionContextCache &sharedContextCache) in ParserATNSimulator()
55 PredictionContextCache &sharedContextCache) in ParserATNSimulator()
/dports/devel/libantlr4/libantlr4-4.9.3/runtime/src/atn/
H A DATNSimulator.cpp22 ATNSimulator::ATNSimulator(const ATN &atn, PredictionContextCache &sharedContextCache) in ATNSimulator()
H A DLexerATNSimulator.cpp54 PredictionContextCache &sharedContextCache) in LexerATNSimulator()
59 PredictionContextCache &sharedContextCache) in LexerATNSimulator()
/dports/www/node10/node-v10.24.1/deps/v8/third_party/antlr4/runtime/Cpp/runtime/src/atn/
H A DATNSimulator.cpp23 PredictionContextCache& sharedContextCache) in ATNSimulator()
H A DLexerATNSimulator.cpp53 PredictionContextCache& sharedContextCache) in LexerATNSimulator()
58 PredictionContextCache& sharedContextCache) in LexerATNSimulator()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/tool-testsuite/test/org/antlr/v4/test/tool/
H A DParserInterpreterForTesting.java25 public final PredictionContextCache sharedContextCache = field in ParserInterpreterForTesting.DummyParser
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/
H A DXPathLexer.cs32 protected static PredictionContextCache sharedContextCache = new PredictionContextCache(); field in XPathLexer
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Swift/Sources/Antlr4/
H A DParserInterpreter.swift32 internal let sharedContextCache = PredictionContextCache() variable
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Java/src/org/antlr/v4/runtime/
H A DParserInterpreter.java48 protected final PredictionContextCache sharedContextCache = new PredictionContextCache(); field in ParserInterpreter

123