Home
last modified time | relevance | path

Searched defs:DFAState (Results 1 – 25 of 85) sorted by relevance

1234

/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Go/antlr/
H A Ddfa_state.go46 type DFAState struct { struct
47 stateNumber int
48 configs ATNConfigSet
52 edges []*DFAState
54 isAcceptState bool
59 prediction int
67 requiresFullContext bool
81 predicates []*PredPrediction
93 func (d *DFAState) GetAltSet() *Set {
134 func (d *DFAState) String() string {
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/sksl/lex/
H A DDFAState.h16 struct DFAState { struct
17 struct Label {
44 DFAState() in DFAState() argument
48 DFAState(int id, Label label) in DFAState() function
62 template<> struct hash<DFAState::Label> { argument
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/sksl/lex/
H A DDFAState.h16 struct DFAState { struct
17 struct Label {
44 DFAState() in DFAState() function
48 DFAState(int id, Label label) in DFAState() function
62 template<> struct hash<DFAState::Label> { argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/sksl/lex/
H A DDFAState.h16 struct DFAState { struct
17 struct Label {
46 DFAState() in DFAState() argument
50 DFAState(int id, Label label) in DFAState() function
64 template<> struct hash<DFAState::Label> { argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/sksl/lex/
H A DDFAState.h16 struct DFAState { struct
17 struct Label {
46 DFAState() in DFAState() function
50 DFAState(int id, Label label) in DFAState() function
64 template<> struct hash<DFAState::Label> { argument
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/sksl/lex/
H A DDFAState.h16 struct DFAState { struct
17 struct Label {
44 DFAState() in DFAState() function
48 DFAState(int id, Label label) in DFAState() argument
62 template<> struct hash<DFAState::Label> { argument
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/sksl/lex/
H A DDFAState.h16 struct DFAState { struct
17 struct Label {
44 DFAState() in DFAState() argument
48 DFAState(int id, Label label) in DFAState() function
62 template<> struct hash<DFAState::Label> { argument
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/sksl/lex/
H A DDFAState.h13 struct DFAState { struct
14 struct Label {
41 DFAState() in DFAState() argument
45 DFAState(int id, Label label) in DFAState() function
59 template<> struct hash<DFAState::Label> { argument
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/
H A DDFAState.cs38 public class DFAState class
86 public DFAState() { } in DFAState() method in Antlr4.Runtime.Dfa.DFAState
88 public DFAState(int stateNumber) { this.stateNumber = stateNumber; } in DFAState() method in Antlr4.Runtime.Dfa.DFAState
90 public DFAState(ATNConfigSet configs) { this.configSet = configs; } in DFAState() method in Antlr4.Runtime.Dfa.DFAState
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Java/src/org/antlr/v4/runtime/dfa/
H A DDFAState.java46 public class DFAState { class
106 public DFAState() { } in DFAState() method in DFAState
108 public DFAState(int stateNumber) { this.stateNumber = stateNumber; } in DFAState() method in DFAState
110 public DFAState(ATNConfigSet configs) { this.configs = configs; } in DFAState() method in DFAState
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/antlr4-cpp-runtime/runtime/src/dfa/
H A DDFAState.cpp32 DFAState::DFAState() { in DFAState() function in DFAState
36 DFAState::DFAState(int state) : DFAState() { in DFAState() function in DFAState
40 DFAState::DFAState(std::unique_ptr<ATNConfigSet> configs_) : DFAState() { in DFAState() function in DFAState
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Cpp/runtime/src/dfa/
H A DDFAState.cpp32 DFAState::DFAState() { in DFAState() function in DFAState
36 DFAState::DFAState(int state) : DFAState() { in DFAState() function in DFAState
40 DFAState::DFAState(std::unique_ptr<ATNConfigSet> configs_) : DFAState() { in DFAState() function in DFAState
/dports/devel/libantlr4/libantlr4-4.9.3/runtime/src/dfa/
H A DDFAState.cpp32 DFAState::DFAState() { in DFAState() function in DFAState
36 DFAState::DFAState(int state) : DFAState() { in DFAState() function in DFAState
40 DFAState::DFAState(std::unique_ptr<ATNConfigSet> configs_) : DFAState() { in DFAState() function in DFAState
/dports/www/node10/node-v10.24.1/deps/v8/third_party/antlr4/runtime/Cpp/runtime/src/dfa/
H A DDFAState.cpp31 DFAState::DFAState() { InitializeInstanceFields(); } in DFAState() function in DFAState
33 DFAState::DFAState(int state) : DFAState() { stateNumber = state; } in DFAState() function in DFAState
35 DFAState::DFAState(std::unique_ptr<ATNConfigSet> configs_) : DFAState() { in DFAState() function in DFAState
/dports/devel/py-black/black-21.7b0/src/blib2to3/pgen2/
H A Dpgen.py255 def dump_dfa(self, name: Text, dfa: Sequence["DFAState"]) -> None:
262 def simplify_dfa(self, dfa: List["DFAState"]) -> None:
385 class DFAState(object): class
398 def addarc(self, next: "DFAState", label: Text) -> None:
404 def unifystate(self, old: "DFAState", new: "DFAState") -> None:
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Python3/src/antlr4/atn/
H A DLexerATNSimulator.py133 def execATN(self, input:InputStream, ds0:DFAState):
202 def getExistingTargetState(self, s:DFAState, t:int):
222 def computeTargetState(self, input:InputStream, s:DFAState, t:int):
470 def captureSimState(self, settings:SimState, input:InputStream, dfaState:DFAState):
476 …def addDFAEdge(self, from_:DFAState, tk:int, to:DFAState=None, cfgs:ATNConfigSet=None) -> DFAState:
H A DParserATNSimulator.py382 …def execATN(self, dfa:DFA, s0:DFAState, input:TokenStream, startIndex:int, outerContext:ParserRule…
479 def getExistingTargetState(self, previousD:DFAState, t:int):
498 def computeTargetState(self, dfa:DFA, previousD:DFAState, t:int):
538 def predicateDFAState(self, dfaState:DFAState, decisionState:DecisionState):
556 def execATNWithFullContext(self, dfa:DFA, D:DFAState, # how far we got before failing over
1554 def addDFAEdge(self, dfa:DFA, from_:DFAState, t:int, to:DFAState):
1590 def addDFAState(self, dfa:DFA, D:DFAState):
1623 def reportAmbiguity(self, dfa:DFA, D:DFAState, startIndex:int, stopIndex:int,
/dports/devel/py-antlr4-python3-runtime/antlr4-python3-runtime-4.9/src/antlr4/atn/
H A DLexerATNSimulator.py133 def execATN(self, input:InputStream, ds0:DFAState):
202 def getExistingTargetState(self, s:DFAState, t:int):
222 def computeTargetState(self, input:InputStream, s:DFAState, t:int):
470 def captureSimState(self, settings:SimState, input:InputStream, dfaState:DFAState):
476 …def addDFAEdge(self, from_:DFAState, tk:int, to:DFAState=None, cfgs:ATNConfigSet=None) -> DFAState:
H A DParserATNSimulator.py382 …def execATN(self, dfa:DFA, s0:DFAState, input:TokenStream, startIndex:int, outerContext:ParserRule…
479 def getExistingTargetState(self, previousD:DFAState, t:int):
498 def computeTargetState(self, dfa:DFA, previousD:DFAState, t:int):
538 def predicateDFAState(self, dfaState:DFAState, decisionState:DecisionState):
556 def execATNWithFullContext(self, dfa:DFA, D:DFAState, # how far we got before failing over
1554 def addDFAEdge(self, dfa:DFA, from_:DFAState, t:int, to:DFAState):
1590 def addDFAState(self, dfa:DFA, D:DFAState):
1623 def reportAmbiguity(self, dfa:DFA, D:DFAState, startIndex:int, stopIndex:int,
/dports/devel/py-libcst/libcst-0.3.23/libcst/_parser/parso/pgen2/
H A Dgenerator.py52 self, next_dfa: "DFAState", dfa_pushes: Sequence["DFAState"] = []
61 class DFAState(Generic[_TokenTypeT]): class
/dports/textproc/py-parso/parso-0.8.3/parso/pgen2/
H A Dgenerator.py61 def __init__(self, next_dfa: 'DFAState', dfa_pushes: Sequence['DFAState'] = []):
69 class DFAState(Generic[_TokenTypeT]): class
/dports/java/jakarta-oro/jakarta-oro-2.0.8/src/java/org/apache/oro/text/awk/
H A DAwkPattern.java67 final class DFAState { class
71 DFAState(BitSet s, int num){ in DFAState() method in DFAState
/dports/lang/spidermonkey60/firefox-60.9.0/layout/xul/tree/
H A DnsTreeStyleCache.h36 typedef uint32_t DFAState; typedef
/dports/www/firefox-esr/firefox-91.8.0/layout/xul/tree/
H A DnsTreeStyleCache.h39 typedef uint32_t DFAState; typedef
/dports/www/firefox/firefox-99.0/layout/xul/tree/
H A DnsTreeStyleCache.h39 typedef uint32_t DFAState; typedef

1234