Home
last modified time | relevance | path

Searched refs:WriteSFixed64 (Results 1 - 12 of 12) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
H A DWriteContext.cs242 public void WriteSFixed64(long value) in WriteSFixed64() method
244 WritingPrimitives.WriteSFixed64(ref buffer, ref state, value); in WriteSFixed64()
H A DCodedOutputStream.cs365 public void WriteSFixed64(long value) in WriteSFixed64() method in Google.Protobuf.CodedOutputStream
368 WritingPrimitives.WriteSFixed64(ref span, ref state, value); in WriteSFixed64()
H A DWritingPrimitives.cs249 public static void WriteSFixed64(ref Span<byte> buffer, ref WriterInternalState state, long value) in WriteSFixed64() method in Google.Protobuf.WritingPrimitives
H A DFieldCodec.cs343 return new FieldCodec<long>((ref ParseContext ctx) => ctx.ReadSFixed64(), (ref WriteContext output, long value) => output.WriteSFixed64(value), 8, tag, defaultValue); in ForSFixed64()
/third_party/protobuf/src/google/protobuf/util/internal/
H A 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/
H A DUnittestProto3Optional.cs666 output.WriteSFixed64(OptionalSfixed64); in WriteTo()
759 output.WriteSFixed64(OptionalSfixed64); in IBufferMessage.InternalWriteTo()
H A DTestMessagesProto3.cs2463 output.WriteSFixed64(OptionalSfixed64); in WriteTo()
2807 output.WriteSFixed64(OptionalSfixed64); in IBufferMessage.InternalWriteTo()
H A DTestMessagesProto2.cs2605 output.WriteSFixed64(OptionalSfixed64); in WriteTo()
2886 output.WriteSFixed64(OptionalSfixed64); in IBufferMessage.InternalWriteTo()
H A DUnittestProto3.cs1063 output.WriteSFixed64(SingleSfixed64); in WriteTo()
1198 output.WriteSFixed64(SingleSfixed64); in IBufferMessage.InternalWriteTo()
H A 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()
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc452 void WireFormatLite::WriteSFixed64(int field_number, int64 value, in WriteSFixed64() function in google::protobuf::internal::WireFormatLite
H A Dwire_format_lite.h417 static void WriteSFixed64(int field_number, int64 value,

Completed in 90 milliseconds