Home
last modified time | relevance | path

Searched defs:loopbackState (Results 1 – 5 of 5) sorted by relevance

/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/antlr4-cpp-runtime/runtime/src/atn/
H A DATNDeserializer.cpp362 PlusLoopbackState *loopbackState = static_cast<PlusLoopbackState *>(state); in deserialize() local
370 StarLoopbackState *loopbackState = static_cast<StarLoopbackState *>(state); in deserialize() local
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Cpp/runtime/src/atn/
H A DATNDeserializer.cpp362 PlusLoopbackState *loopbackState = static_cast<PlusLoopbackState *>(state); in deserialize() local
370 StarLoopbackState *loopbackState = static_cast<StarLoopbackState *>(state); in deserialize() local
/dports/devel/libantlr4/libantlr4-4.9.3/runtime/src/atn/
H A DATNDeserializer.cpp360 PlusLoopbackState *loopbackState = static_cast<PlusLoopbackState *>(state); in deserialize() local
368 StarLoopbackState *loopbackState = static_cast<StarLoopbackState *>(state); in deserialize() local
/dports/www/node10/node-v10.24.1/deps/v8/third_party/antlr4/runtime/Cpp/runtime/src/atn/
H A DATNDeserializer.cpp374 PlusLoopbackState* loopbackState = static_cast<PlusLoopbackState*>(state); in deserialize() local
383 StarLoopbackState* loopbackState = static_cast<StarLoopbackState*>(state); in deserialize() local
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Swift/Sources/Antlr4/atn/
H A DATNDeserializer.swift646 else if let loopbackState = state as? PlusLoopbackState { in validateStates() variable
655 else if let loopbackState = state as? StarLoopbackState { in validateStates() variable