Home
last modified time | relevance | path

Searched refs:supportsLexerActions (Results 1 – 6 of 6) sorted by relevance

/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Swift/Sources/Antlr4/atn/
H A DATNDeserializer.swift109 let supportsLexerActions = isFeatureSupported(ATNDeserializer.ADDED_LEXER_ACTIONS, uuid) in deserialize() variable
285 if supportsLexerActions { in deserialize()
390 let supportsLexerActions = isFeatureSupported(ATNDeserializer.ADDED_LEXER_ACTIONS, uuid) in dictToJson() variable
544 if supportsLexerActions { in dictToJson()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/antlr4-cpp-runtime/runtime/src/atn/
H A DATNDeserializer.cpp185 bool supportsLexerActions = isFeatureSupported(ADDED_LEXER_ACTIONS(), uuid); in deserialize() local
398 if (supportsLexerActions) { in deserialize()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Cpp/runtime/src/atn/
H A DATNDeserializer.cpp185 bool supportsLexerActions = isFeatureSupported(ADDED_LEXER_ACTIONS(), uuid); in deserialize() local
398 if (supportsLexerActions) { in deserialize()
/dports/devel/libantlr4/libantlr4-4.9.3/runtime/src/atn/
H A DATNDeserializer.cpp183 bool supportsLexerActions = isFeatureSupported(ADDED_LEXER_ACTIONS(), uuid); in deserialize() local
396 if (supportsLexerActions) { in deserialize()
/dports/www/node10/node-v10.24.1/deps/v8/third_party/antlr4/runtime/Cpp/runtime/src/atn/
H A DATNDeserializer.cpp189 bool supportsLexerActions = isFeatureSupported(ADDED_LEXER_ACTIONS(), uuid); in deserialize() local
411 if (supportsLexerActions) { in deserialize()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/
H A DATNDeserializer.java198 boolean supportsLexerActions = isFeatureSupported(ADDED_LEXER_ACTIONS, uuid);
413 if (supportsLexerActions) {