Home
last modified time | relevance | path

Searched refs:Hasher (Results 1 – 25 of 28) sorted by path

12

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNConfig.php11 use Antlr\Antlr4\Runtime\Comparison\Hasher; alias
149 return Hasher::hash(
H A DATNConfigSet.php11 use Antlr\Antlr4\Runtime\Comparison\Hasher; alias
303 return Hasher::hash($this->configs);
307 $this->cachedHashCode = Hasher::hash($this->configs);
H A DLexerATNConfig.php10 use Antlr\Antlr4\Runtime\Comparison\Hasher; alias
48 return Hasher::hash(
H A DLexerActionExecutor.php12 use Antlr\Antlr4\Runtime\Comparison\Hasher; alias
193 $this->cachedHashCode = Hasher::hash($this->lexerActions);
H A DPredictionMode.php12 use Antlr\Antlr4\Runtime\Comparison\Hasher; alias
516 return Hasher::hash($value->state->stateNumber, $value->context);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/
H A DLexerChannelAction.php7 use Antlr\Antlr4\Runtime\Comparison\Hasher; alias
74 return Hasher::hash($this->getActionType(), $this->channel);
H A DLexerCustomAction.php7 use Antlr\Antlr4\Runtime\Comparison\Hasher; alias
104 return Hasher::hash($this->getActionType(), $this->ruleIndex, $this->actionIndex);
H A DLexerIndexedCustomAction.php7 use Antlr\Antlr4\Runtime\Comparison\Hasher; alias
109 return Hasher::hash($this->getActionType(), $this->offset, $this->action);
H A DLexerModeAction.php7 use Antlr\Antlr4\Runtime\Comparison\Hasher; alias
68 return Hasher::hash($this->getActionType(), $this->mode);
H A DLexerMoreAction.php7 use Antlr\Antlr4\Runtime\Comparison\Hasher; alias
62 return Hasher::hash($this->getActionType());
H A DLexerPopModeAction.php7 use Antlr\Antlr4\Runtime\Comparison\Hasher; alias
62 return Hasher::hash($this->getActionType());
H A DLexerPushModeAction.php7 use Antlr\Antlr4\Runtime\Comparison\Hasher; alias
69 return Hasher::hash($this->getActionType(), $this->mode);
H A DLexerSkipAction.php7 use Antlr\Antlr4\Runtime\Comparison\Hasher; alias
62 return Hasher::hash($this->getActionType());
H A DLexerTypeAction.php7 use Antlr\Antlr4\Runtime\Comparison\Hasher; alias
74 return Hasher::hash($this->getActionType(), $this->type);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
H A DAndOperator.php8 use Antlr\Antlr4\Runtime\Comparison\Hasher; alias
131 return Hasher::hash(41, $this->operands);
H A DOrOperator.php8 use Antlr\Antlr4\Runtime\Comparison\Hasher; alias
133 return Hasher::hash(37, $this->operand);
H A DPrecedencePredicate.php7 use Antlr\Antlr4\Runtime\Comparison\Hasher; alias
37 return Hasher::hash(31, $this->precedence);
H A DPredicate.php7 use Antlr\Antlr4\Runtime\Comparison\Hasher; alias
38 return Hasher::hash($this->ruleIndex, $this->predIndex, $this->isCtxDependent);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Comparison/
H A DHasher.php7 final class Hasher class
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DDFAState.php11 use Antlr\Antlr4\Runtime\Comparison\Hasher; alias
148 return Hasher::hash($this->configs);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DArrayPredictionContext.php8 use Antlr\Antlr4\Runtime\Comparison\Hasher; alias
127 return Hasher::hash($this->parents, $this->returnStates);
H A DSingletonPredictionContext.php8 use Antlr\Antlr4\Runtime\Comparison\Hasher; alias
99 return Hasher::hash(0);
102 return Hasher::hash($this->parent, $this->returnState);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DBitSet.php7 use Antlr\Antlr4\Runtime\Comparison\Hasher; alias
52 return Hasher::hash(...$this->values());
H A DPair.php9 use Antlr\Antlr4\Runtime\Comparison\Hasher; alias
38 return Hasher::hash($this->a, $this->b);
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js

12