Home
last modified time | relevance | path

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

/external/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php339 return $output->writeLittleEndian64($value);
349 return $output->writeLittleEndian64($value);
DCodedOutputStream.php77 public function writeLittleEndian64($value) function in Google\\Protobuf\\Internal\\CodedOutputStream