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