Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DWriteContext.cs149 public void WriteFixed64(ulong value) in WriteFixed64() method
DCodedOutputStream.cs221 public void WriteFixed64(ulong value) in WriteFixed64() method in Google.Protobuf.CodedOutputStream
DWritingPrimitives.cs139 … public static void WriteFixed64(ref Span<byte> buffer, ref WriterInternalState state, ulong value) in WriteFixed64() method in Google.Protobuf.WritingPrimitives
/third_party/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc203 inline Status WriteFixed64(int field_number, const DataPiece& data, in WriteFixed64() function
/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.cc442 void WireFormatLite::WriteFixed64(int field_number, uint64 value, in WriteFixed64() function in google::protobuf::internal::WireFormatLite