Searched defs:WriteUInt64 (Results 1 – 5 of 5) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/ | ||
D | WriteContext.cs | 122 public void WriteUInt64(ulong value) in WriteUInt64() method |
D | CodedOutputStream.cs | 191 public void WriteUInt64(ulong value) in WriteUInt64() method in Google.Protobuf.CodedOutputStream |
D | WritingPrimitives.cs | 107 … public static void WriteUInt64(ref Span<byte> buffer, ref WriterInternalState state, ulong value) in WriteUInt64() method in Google.Protobuf.WritingPrimitives |
/third_party/protobuf/src/google/protobuf/util/internal/ | ||
D | proto_writer.cc | 213 inline Status WriteUInt64(int field_number, const DataPiece& data, in WriteUInt64() function |
/third_party/protobuf/src/google/protobuf/ | ||
D | wire_format_lite.cc | 422 void WireFormatLite::WriteUInt64(int field_number, uint64 value, in WriteUInt64() function in google::protobuf::internal::WireFormatLite |