Home
last modified time | relevance | path

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

/external/protobuf/php/src/Google/Protobuf/Internal/
DCodedInputStream.php179 $var = GPBUtil::combineInt32ToInt64($high, $low);
255 $var = GPBUtil::combineInt32ToInt64($high, $low);
DGPBUtil.php385 public static function combineInt32ToInt64($high, $low) function in Google\\Protobuf\\Internal\\GPBUtil