Home
last modified time | relevance | path

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

/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/
H A DDecoder.php153 return [$this->decodeUint($bytes, $size), $newOffset];
278 $pointerOffset = $this->decodeUint($buffer, $pointerSize);
298 private function decodeUint($bytes, $byteLength) function in MaxMind\\Db\\Reader\\Decoder