(&$value)
| 441 | } |
| 442 | |
| 443 | public function readZigZag(&$value) |
| 444 | { |
| 445 | $result = $this->readVarint($value); |
| 446 | $value = $this->fromZigZag($value); |
| 447 | |
| 448 | return $result; |
| 449 | } |
| 450 | |
| 451 | public function readMessageBegin(&$name, &$type, &$seqid) |
| 452 | { |
no test coverage detected