Searched defs:write_fixed32 (Results 1 – 4 of 4) sorted by relevance
25 static bool write_fixed32(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_fixed32() function
420 pub fn write_fixed32(&mut self, field_number: u32, value: u32) -> ProtobufResult<()> { in write_fixed32() method