Sourceval packed_parse_protobuf_wire_type :
Piqirun.IBuf.t ->
[> `block
| `fixed32
| `fixed64
| `signed_fixed32
| `signed_fixed64
| `signed_varint
| `varint
| `zigzag_varint ] Sourceval packed_parse_piqi_type :
Piqirun.IBuf.t ->
[> `any | `binary | `bool | `float | `int | `string ] Sourceval packed_gen__protobuf_wire_type :
[< `block
| `fixed32
| `fixed64
| `signed_fixed32
| `signed_fixed64
| `signed_varint
| `varint
| `zigzag_varint ] ->
Piqirun.OBuf.t Sourceval packed_gen__piqi_type :
[< `any | `binary | `bool | `float | `int | `string ] ->
Piqirun.OBuf.t Sourceval default_protobuf_int32 : unit -> int32 Sourceval default_protobuf_int64 : unit -> int64 Sourceval default_protobuf_wire_type : unit -> [> `varint ] Sourceval default_bool : unit -> bool Sourceval default_binary : unit -> string Sourceval default_int : unit -> int Sourceval default_uint : unit -> int Sourceval default_int32 : unit -> int32 Sourceval default_uint32 : unit -> int32 Sourceval default_int64 : unit -> int64 Sourceval default_uint64 : unit -> int64 Sourceval default_float64 : unit -> float Sourceval default_float32 : unit -> float Sourceval default_int32_fixed : unit -> int32 Sourceval default_uint32_fixed : unit -> int32 Sourceval default_int64_fixed : unit -> int64 Sourceval default_uint64_fixed : unit -> int64 Sourceval default_float : unit -> float Sourceval default_piqi_type : unit -> [> `int ] Sourceval default_field_mode : unit -> [> `required ] include module type of struct include Piqi_piqi end
type protobuf_int32 = int32type protobuf_int64 = int64type protobuf_wire_type = [ | `varint| `zigzag_varint| `fixed32| `fixed64| `signed_varint| `signed_fixed32| `signed_fixed64| `block
]type piqi_type = [ | `int| `float| `bool| `string| `binary| `any
]type field_mode = [ | `required| `optional| `repeated
]