Home
last modified time | relevance | path

Searched refs:getByTwoKeys (Results 1 – 2 of 2) sorted by relevance

/template/strap/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
DPredictionContext.php200 $previous = $mergeCache->getByTwoKeys($a, $b);
206 $previous = $mergeCache->getByTwoKeys($b, $a);
410 $previous = $mergeCache->getByTwoKeys($a, $b);
416 $previous = $mergeCache->getByTwoKeys($b, $a);
/template/strap/vendor/antlr/antlr4-php-runtime/src/Utils/
DDoubleKeyMap.php45 public function getByTwoKeys($primaryKey, $secondaryKey) function in Antlr\\Antlr4\\Runtime\\Utils\\DoubleKeyMap