Home
last modified time | relevance | path

Searched defs:WriteUInt64 (Results 1 – 5 of 5) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
DWriteContext.cs122 public void WriteUInt64(ulong value) in WriteUInt64() method
DCodedOutputStream.cs191 public void WriteUInt64(ulong value) in WriteUInt64() method in Google.Protobuf.CodedOutputStream
DWritingPrimitives.cs107 … 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/
Dproto_writer.cc213 inline Status WriteUInt64(int field_number, const DataPiece& data, in WriteUInt64() function
/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.cc422 void WireFormatLite::WriteUInt64(int field_number, uint64 value, in WriteUInt64() function in google::protobuf::internal::WireFormatLite