Searched refs:WriteSFixed64 (Results 1 - 12 of 12) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | WriteContext.cs | 242 public void WriteSFixed64(long value) in WriteSFixed64() method 244 WritingPrimitives.WriteSFixed64(ref buffer, ref state, value); in WriteSFixed64()
|
H A D | CodedOutputStream.cs | 365 public void WriteSFixed64(long value)
in WriteSFixed64() method in Google.Protobuf.CodedOutputStream 368 WritingPrimitives.WriteSFixed64(ref span, ref state, value);
in WriteSFixed64()
|
H A D | WritingPrimitives.cs | 249 public static void WriteSFixed64(ref Span<byte> buffer, ref WriterInternalState state, long value) in WriteSFixed64() method in Google.Protobuf.WritingPrimitives
|
H A D | FieldCodec.cs | 343 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 D | proto_writer.cc | 183 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 D | UnittestProto3Optional.cs | 666 output.WriteSFixed64(OptionalSfixed64); in WriteTo() 759 output.WriteSFixed64(OptionalSfixed64); in IBufferMessage.InternalWriteTo()
|
H A D | TestMessagesProto3.cs | 2463 output.WriteSFixed64(OptionalSfixed64); in WriteTo() 2807 output.WriteSFixed64(OptionalSfixed64); in IBufferMessage.InternalWriteTo()
|
H A D | TestMessagesProto2.cs | 2605 output.WriteSFixed64(OptionalSfixed64); in WriteTo() 2886 output.WriteSFixed64(OptionalSfixed64); in IBufferMessage.InternalWriteTo()
|
H A D | UnittestProto3.cs | 1063 output.WriteSFixed64(SingleSfixed64); in WriteTo() 1198 output.WriteSFixed64(SingleSfixed64); in IBufferMessage.InternalWriteTo()
|
H A D | Unittest.cs | 2866 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 D | wire_format_lite.cc | 452 void WireFormatLite::WriteSFixed64(int field_number, int64 value, in WriteSFixed64() function in google::protobuf::internal::WireFormatLite
|
H A D | wire_format_lite.h | 417 static void WriteSFixed64(int field_number, int64 value,
|
Completed in 90 milliseconds