Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DWriteContext.cs242 public void WriteSFixed64(long value) in WriteSFixed64() method
DCodedOutputStream.cs365 public void WriteSFixed64(long value) in WriteSFixed64() method in Google.Protobuf.CodedOutputStream
DWritingPrimitives.cs249 … public static void WriteSFixed64(ref Span<byte> buffer, ref WriterInternalState state, long value) in WriteSFixed64() method in Google.Protobuf.WritingPrimitives
/third_party/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc183 inline Status WriteSFixed64(int field_number, const DataPiece& data, in WriteSFixed64() function
/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.cc452 void WireFormatLite::WriteSFixed64(int field_number, int64 value, in WriteSFixed64() function in google::protobuf::internal::WireFormatLite