Home
last modified time | relevance | path

Searched defs:getReturnState (Results 1 – 24 of 24) sorted by relevance

/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Swift/Sources/Antlr4/atn/
H A DEmptyPredictionContext.swift29 public func getReturnState(_ index: Int) -> Int { in getReturnState() function
H A DSingletonPredictionContext.swift44 public func getReturnState(_ index: Int) -> Int { in getReturnState() function
H A DArrayPredictionContext.swift52 final public func getReturnState(_ index: Int) -> Int { in getReturnState() function
H A DPredictionContext.swift92 public func getReturnState(_ index: Int) -> Int { in getReturnState() function
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/antlr4-cpp-runtime/runtime/src/atn/
H A DEmptyPredictionContext.cpp25 size_t EmptyPredictionContext::getReturnState(size_t /*index*/) const { in getReturnState() function in EmptyPredictionContext
H A DSingletonPredictionContext.cpp40 size_t SingletonPredictionContext::getReturnState(size_t index) const { in getReturnState() function in SingletonPredictionContext
H A DArrayPredictionContext.cpp40 size_t ArrayPredictionContext::getReturnState(size_t index) const { in getReturnState() function in ArrayPredictionContext
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Cpp/runtime/src/atn/
H A DEmptyPredictionContext.cpp25 size_t EmptyPredictionContext::getReturnState(size_t /*index*/) const { in getReturnState() function in EmptyPredictionContext
H A DSingletonPredictionContext.cpp40 size_t SingletonPredictionContext::getReturnState(size_t index) const { in getReturnState() function in SingletonPredictionContext
H A DArrayPredictionContext.cpp40 size_t ArrayPredictionContext::getReturnState(size_t index) const { in getReturnState() function in ArrayPredictionContext
/dports/devel/libantlr4/libantlr4-4.9.3/runtime/src/atn/
H A DEmptyPredictionContext.cpp25 size_t EmptyPredictionContext::getReturnState(size_t /*index*/) const { in getReturnState() function in EmptyPredictionContext
H A DSingletonPredictionContext.cpp40 size_t SingletonPredictionContext::getReturnState(size_t index) const { in getReturnState() function in SingletonPredictionContext
H A DArrayPredictionContext.cpp40 size_t ArrayPredictionContext::getReturnState(size_t index) const { in getReturnState() function in ArrayPredictionContext
/dports/www/node10/node-v10.24.1/deps/v8/third_party/antlr4/runtime/Cpp/runtime/src/atn/
H A DEmptyPredictionContext.cpp22 size_t EmptyPredictionContext::getReturnState(size_t /*index*/) const { in getReturnState() function in EmptyPredictionContext
H A DSingletonPredictionContext.cpp41 size_t SingletonPredictionContext::getReturnState(size_t index) const { in getReturnState() function in SingletonPredictionContext
H A DArrayPredictionContext.cpp41 size_t ArrayPredictionContext::getReturnState(size_t index) const { in getReturnState() function in ArrayPredictionContext
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/
H A DEmptyPredictionContext.java28 public int getReturnState(int index) { in getReturnState() method in EmptyPredictionContext
H A DArrayPredictionContext.java54 public int getReturnState(int index) { in getReturnState() method in ArrayPredictionContext
H A DSingletonPredictionContext.java40 public int getReturnState(int index) { in getReturnState() method in SingletonPredictionContext
H A DPredictionContext.java94 public abstract int getReturnState(int index); in getReturnState() method in PredictionContext
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Go/antlr/
H A Dprediction_context.go31 getReturnState(int) int methodSpec
149 func (b *BaseSingletonPredictionContext) getReturnState(index int) int { func
232 func (e *EmptyPredictionContext) getReturnState(index int) int { func
292 func (a *ArrayPredictionContext) getReturnState(index int) int { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Python2/src/antlr4/
H A DPredictionContext.py60 def getReturnState(self, index): member in PredictionContext
130 def getReturnState(self, index): member in SingletonPredictionContext
198 def getReturnState(self, index): member in ArrayPredictionContext
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Python3/src/antlr4/
H A DPredictionContext.py65 def getReturnState(self, index:int): member in PredictionContext
131 def getReturnState(self, index:int): member in SingletonPredictionContext
199 def getReturnState(self, index:int): member in ArrayPredictionContext
/dports/devel/py-antlr4-python3-runtime/antlr4-python3-runtime-4.9/src/antlr4/
H A DPredictionContext.py65 def getReturnState(self, index:int): member in PredictionContext
131 def getReturnState(self, index:int): member in SingletonPredictionContext
199 def getReturnState(self, index:int): member in ArrayPredictionContext