Searched defs:write_int64 (Results 1 – 3 of 3) sorted by relevance
184 static int write_int64(FILE* fh, int64_t val) in write_int64() function
435 pub fn write_int64(&mut self, field_number: u32, value: i64) -> ProtobufResult<()> { in write_int64() method
436 pub fn write_int64(&mut self, field_number: u32, value: i64) -> crate::Result<()> { in write_int64() method