Home
last modified time | relevance | path

Searched refs:DFAState (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/src/sksl/lex/
DNFAtoDFA.h45 getState(DFAState::Label({})); in convert()
50 DFAState* start = getState(DFAState::Label(startStates)); in convert()
66 DFAState* getState(DFAState::Label label) { in getState()
70 fStates[label] = std::unique_ptr<DFAState>(new DFAState(id, label)); in getState()
103 void scanState(DFAState* state) { in scanState()
120 DFAState* nextState = this->getState(DFAState::Label(next)); in scanState()
163 std::unordered_map<DFAState::Label, std::unique_ptr<DFAState>> fStates;
DDFAState.h16 struct DFAState { struct
44 DFAState() in DFAState() function
48 DFAState(int id, Label label) in DFAState() function
52 DFAState(const DFAState& other) = delete;
62 template<> struct hash<DFAState::Label> { argument
63 size_t operator()(const DFAState::Label& s) const {
/third_party/skia/src/sksl/lex/
DNFAtoDFA.h45 getState(DFAState::Label({})); in convert()
50 DFAState* start = getState(DFAState::Label(startStates)); in convert()
66 DFAState* getState(DFAState::Label label) { in getState()
70 fStates[label] = std::unique_ptr<DFAState>(new DFAState(id, label)); in getState()
103 void scanState(DFAState* state) { in scanState()
120 DFAState* nextState = this->getState(DFAState::Label(next)); in scanState()
163 std::unordered_map<DFAState::Label, std::unique_ptr<DFAState>> fStates;
DDFAState.h16 struct DFAState { struct
46 DFAState() in DFAState() argument
50 DFAState(int id, Label label) in DFAState() argument
54 DFAState(const DFAState& other) = delete;
64 template<> struct hash<DFAState::Label> { argument
65 size_t operator()(const DFAState::Label& s) const {
/third_party/python/Lib/lib2to3/pgen2/
Dpgen.py188 states = [DFAState(closure(start), finish)]
200 st = DFAState(nfaset, finish)
347 class DFAState(object): class
360 assert isinstance(next, DFAState)
370 assert isinstance(other, DFAState)
/third_party/skia/src/sksl/
DBUILD.bazel184 "lex/DFAState.h",
/third_party/skia/
DBUILD.gn609 "src/sksl/lex/DFAState.h",
/third_party/flutter/engine/flutter/ci/licenses_golden/
Dlicenses_skia3536 FILE: ../../../third_party/skia/src/sksl/lex/DFAState.h