Searched defs:WriteUint64 (Results 1 – 3 of 3) sorted by relevance
21 Status Encoder::WriteUint64(uint32_t field_number, uint64_t value) { in WriteUint64() function in pw::protobuf::Encoder
44 void WriteUint64(int tag, uint64 v) { in WriteUint64() function
169 func WriteUint64(buf []byte, n uint64) { func