Home
last modified time | relevance | path

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

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DCodedOutputStream.php42 const MAX_VARINT64_BYTES = 10; define in Google\\Protobuf\\Internal\\CodedOutputStream
58 $bytes = str_repeat(chr(0), self::MAX_VARINT64_BYTES);
65 $bytes = str_repeat(chr(0), self::MAX_VARINT64_BYTES);
DMessage.php354 $bytes = str_repeat(chr(0), CodedOutputStream::MAX_VARINT64_BYTES);