Home
last modified time | relevance | path

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

/external/protobuf/php/src/Google/Protobuf/Internal/
DCodedOutputStream.php111 GPBUtil::divideInt64ToInt32($value, $high, $low, $trim);
142 GPBUtil::divideInt64ToInt32($value, $high, $low);
DGPBUtil.php59 public static function divideInt64ToInt32($value, &$high, &$low, $trim = false) function in Google\\Protobuf\\Internal\\GPBUtil