Home
last modified time | relevance | path

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

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php334 return $output->writeLittleEndian32($value);
344 return $output->writeLittleEndian32($value);
DCodedOutputStream.php70 public function writeLittleEndian32($value) function in Google\\Protobuf\\Internal\\CodedOutputStream
/third_party/protobuf/php/tests/
DPhpImplementationTest.php503 $output->writeLittleEndian32(46);