Home
last modified time | relevance | path

Searched refs:WriteSFixed64 (Results 1 – 13 of 13) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
DWriteContext.cs242 public void WriteSFixed64(long value) in WriteSFixed64() method
244 WritingPrimitives.WriteSFixed64(ref buffer, ref state, value); in WriteSFixed64()
DCodedOutputStream.cs365 public void WriteSFixed64(long value) in WriteSFixed64() method in Google.Protobuf.CodedOutputStream
368 WritingPrimitives.WriteSFixed64(ref span, ref state, value); in WriteSFixed64()
DWritingPrimitives.cs249 … public static void WriteSFixed64(ref Span<byte> buffer, ref WriterInternalState state, long value) in WriteSFixed64() method in Google.Protobuf.WritingPrimitives
DFieldCodec.cs343 …> ctx.ReadSFixed64(), (ref WriteContext output, long value) => output.WriteSFixed64(value), 8, tag… in ForSFixed64()
/third_party/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc183 inline Status WriteSFixed64(int field_number, const DataPiece& data, in WriteSFixed64() function
187 WireFormatLite::WriteSFixed64(field_number, i64.value(), stream); in WriteSFixed64()
666 status = WriteSFixed64(field.number(), data, stream_.get()); in RenderPrimitiveField()
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestProto3Optional.cs666 output.WriteSFixed64(OptionalSfixed64); in WriteTo()
759 output.WriteSFixed64(OptionalSfixed64); in IBufferMessage.InternalWriteTo()
DTestMessagesProto3.cs2463 output.WriteSFixed64(OptionalSfixed64); in WriteTo()
2807 output.WriteSFixed64(OptionalSfixed64); in IBufferMessage.InternalWriteTo()
DTestMessagesProto2.cs2605 output.WriteSFixed64(OptionalSfixed64); in WriteTo()
2886 output.WriteSFixed64(OptionalSfixed64); in IBufferMessage.InternalWriteTo()
DUnittestProto3.cs1063 output.WriteSFixed64(SingleSfixed64); in WriteTo()
1198 output.WriteSFixed64(SingleSfixed64); in IBufferMessage.InternalWriteTo()
DUnittest.cs2866 output.WriteSFixed64(OptionalSfixed64); in WriteTo()
2996 output.WriteSFixed64(DefaultSfixed64); in WriteTo()
3101 output.WriteSFixed64(OptionalSfixed64); in IBufferMessage.InternalWriteTo()
3231 output.WriteSFixed64(DefaultSfixed64); in IBufferMessage.InternalWriteTo()
/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
Dwire_format_lite.h417 static void WriteSFixed64(int field_number, int64 value,
/third_party/protobuf/
Dlibprotobuf_lite.map400 …"google::protobuf::internal::WireFormatLite::WriteSFixed64(int, long, google::protobuf::io::CodedO…