| Constants |
| public Google\Protobuf\Internal\GPBWire::NORMAL_FORMAT = 1 |
| public Google\Protobuf\Internal\GPBWire::PACKED_FORMAT = 2 |
| public Google\Protobuf\Internal\GPBWire::TAG_TYPE_BITS = 3 |
| public Google\Protobuf\Internal\GPBWire::UNKNOWN = 0 |
| public Google\Protobuf\Internal\GPBWire::WIRETYPE_END_GROUP = 4 |
| public Google\Protobuf\Internal\GPBWire::WIRETYPE_FIXED32 = 5 |
| public Google\Protobuf\Internal\GPBWire::WIRETYPE_FIXED64 = 1 |
| public Google\Protobuf\Internal\GPBWire::WIRETYPE_LENGTH_DELIMITED = 2 |
| public Google\Protobuf\Internal\GPBWire::WIRETYPE_START_GROUP = 3 |
| public Google\Protobuf\Internal\GPBWire::WIRETYPE_VARINT = 0 |
| Methods |
| public static getTagFieldNumber( $tag) |
| public static getTagWireType( $tag) |
| public static getWireType( $type) |
| public static makeTag( $number, $type) |
| public static readBool( $input, $value) |
| public static readDouble( $input, $value) |
| public static readFixed32( $input, $value) |
| public static readFixed64( $input, $value) |
| public static readFloat( $input, $value) |
| public static readInt32( $input, $value) |
| public static readInt64( $input, $value) |
| public static readMessage( $input, $message) |
| public static readSfixed32( $input, $value) |
| public static readSfixed64( $input, $value) |
| public static readSint32( $input, $value) |
| public static readSint64( $input, $value) |
| public static readString( $input, $value) |
| public static readUint32( $input, $value) |
| public static readUint64( $input, $value) |
| public static serializeFieldToStream( $value, $field, $need_tag, $output) |
| public static sint32Size( $value) |
| public static sint64Size( $value) |
| public static tagSize( $field) |
| public static varint32Size( $value, $sign_extended = false) |
| public static varint64Size( $value) |
| public static writeBool( $output, $value) |
| public static writeBytes( $output, $value) |
| public static writeDouble( $output, $value) |
| public static writeFixed32( $output, $value) |
| public static writeFixed64( $output, $value) |
| public static writeFloat( $output, $value) |
| public static writeInt32( $output, $value) |
| public static writeInt64( $output, $value) |
| public static writeMessage( $output, $value) |
| public static writeSfixed32( $output, $value) |
| public static writeSfixed64( $output, $value) |
| public static writeSint32( $output, $value) |
| public static writeSint64( $output, $value) |
| public static writeString( $output, $value) |
| public static writeTag( $output, $tag) |
| public static writeUint32( $output, $value) |
| public static writeUint64( $output, $value) |
| public static zigZagDecode32( $uint32) |
| public static zigZagDecode64( $uint64) |
| public static zigZagEncode32( $int32) |
| public static zigZagEncode64( $int64) |