Home
last modified time | relevance | path

Searched defs:PredictionContextCache (Results 1 – 20 of 20) sorted by relevance

/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Go/antlr/
H A Dprediction_context.go70 type PredictionContextCache struct { struct
71 cache map[PredictionContext]PredictionContext
84 func (p *PredictionContextCache) add(ctx PredictionContext) PredictionContext {
96 func (p *PredictionContextCache) Get(ctx PredictionContext) PredictionContext {
100 func (p *PredictionContextCache) length() int {
709 func getCachedBasePredictionContext(context PredictionContext, contextCache *PredictionContextCache
H A Datn_simulator.go21 func NewBaseATNSimulator(atn *ATN, sharedContextCache *PredictionContextCache) *BaseATNSimulator {
H A Dlexer_atn_simulator.go47 …Simulator(recog Lexer, atn *ATN, decisionToDFA []*DFA, sharedContextCache *PredictionContextCache)…
H A Dparser_atn_simulator.go32 …mulator(parser Parser, atn *ATN, decisionToDFA []*DFA, sharedContextCache *PredictionContextCache)…
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Swift/Sources/Antlr4/atn/
H A DPredictionContextCache.swift14 public final class PredictionContextCache { class
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/
H A DPredictionContextCache.cs11 public class PredictionContextCache class
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/
H A DPredictionContextCache.java16 public class PredictionContextCache { class
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Python3/src/antlr4/atn/
H A DATNSimulator.py38 def __init__(self, atn:ATN, sharedContextCache:PredictionContextCache):
H A DLexerATNSimulator.py63 …_init__(self, recog:Lexer, atn:ATN, decisionToDFA:list, sharedContextCache:PredictionContextCache):
H A DParserATNSimulator.py265 …nit__(self, parser:Parser, atn:ATN, decisionToDFA:list, sharedContextCache:PredictionContextCache):
/dports/devel/py-antlr4-python3-runtime/antlr4-python3-runtime-4.9/src/antlr4/atn/
H A DATNSimulator.py38 def __init__(self, atn:ATN, sharedContextCache:PredictionContextCache):
H A DLexerATNSimulator.py63 …_init__(self, recog:Lexer, atn:ATN, decisionToDFA:list, sharedContextCache:PredictionContextCache):
H A DParserATNSimulator.py265 …nit__(self, parser:Parser, atn:ATN, decisionToDFA:list, sharedContextCache:PredictionContextCache):
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/antlr4-cpp-runtime/runtime/src/atn/
H A DPredictionContext.h19 …Ref<PredictionContext>, PredictionContextHasher, PredictionContextComparer> PredictionContextCache; typedef
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Cpp/runtime/src/atn/
H A DPredictionContext.h19 …Ref<PredictionContext>, PredictionContextHasher, PredictionContextComparer> PredictionContextCache; typedef
/dports/www/node10/node-v10.24.1/deps/v8/third_party/antlr4/runtime/Cpp/runtime/src/atn/
H A DPredictionContext.h21 PredictionContextCache; typedef
/dports/devel/libantlr4/libantlr4-4.9.3/runtime/src/atn/
H A DPredictionContext.h21 …Ref<PredictionContext>, PredictionContextHasher, PredictionContextComparer> PredictionContextCache; typedef
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Python3/src/antlr4/
H A DPredictionContext.py84 class PredictionContextCache(object): class
546 def getCachedPredictionContext(context:PredictionContext, contextCache:PredictionContextCache, visi…
/dports/devel/py-antlr4-python3-runtime/antlr4-python3-runtime-4.9/src/antlr4/
H A DPredictionContext.py84 class PredictionContextCache(object): class
546 def getCachedPredictionContext(context:PredictionContext, contextCache:PredictionContextCache, visi…
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Python2/src/antlr4/
H A DPredictionContext.py83 class PredictionContextCache(object): class