Searched refs:getByTwoKeys (Results 1 – 2 of 2) sorted by relevance
200 $previous = $mergeCache->getByTwoKeys($a, $b);206 $previous = $mergeCache->getByTwoKeys($b, $a);410 $previous = $mergeCache->getByTwoKeys($a, $b);416 $previous = $mergeCache->getByTwoKeys($b, $a);
45 public function getByTwoKeys($primaryKey, $secondaryKey) function in Antlr\\Antlr4\\Runtime\\Utils\\DoubleKeyMap