Home
last modified time | relevance | path

Searched refs:WriteSFixed32 (Results 1 - 14 of 14) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
H A DWriteContext.cs233 public void WriteSFixed32(int value) in WriteSFixed32() method
235 WritingPrimitives.WriteSFixed32(ref buffer, ref state, value); in WriteSFixed32()
H A DCodedOutputStream.cs355 public void WriteSFixed32(int value) in WriteSFixed32() method in Google.Protobuf.CodedOutputStream
358 WritingPrimitives.WriteSFixed32(ref span, ref state, value); in WriteSFixed32()
H A DWritingPrimitives.cs241 public static void WriteSFixed32(ref Span<byte> buffer, ref WriterInternalState state, int value) in WriteSFixed32() method in Google.Protobuf.WritingPrimitives
H A DFieldCodec.cs288 return new FieldCodec<int>((ref ParseContext ctx) => ctx.ReadSFixed32(), (ref WriteContext output, int value) => output.WriteSFixed32(value), 4, tag, defaultValue); in ForSFixed32()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DCodedOutputStreamTest.cs310 cout.WriteSFixed32(501); in TestCodedInputOutputPosition()
331 cout.WriteSFixed32(501); in TestCodedInputOutputPosition()
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dproto_writer.cc133 inline Status WriteSFixed32(int field_number, const DataPiece& data, in WriteSFixed32() function
137 WireFormatLite::WriteSFixed32(field_number, i32.value(), stream); in WriteSFixed32()
646 status = WriteSFixed32(field.number(), data, stream_.get()); in RenderPrimitiveField()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DCodedOutputStreamTest.cs404 cout.WriteSFixed32(501); in TestCodedInputOutputPosition()
425 cout.WriteSFixed32(501); in TestCodedInputOutputPosition()
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestProto3Optional.cs662 output.WriteSFixed32(OptionalSfixed32); in WriteTo()
755 output.WriteSFixed32(OptionalSfixed32); in IBufferMessage.InternalWriteTo()
H A DTestMessagesProto3.cs2459 output.WriteSFixed32(OptionalSfixed32); in WriteTo()
2803 output.WriteSFixed32(OptionalSfixed32); in IBufferMessage.InternalWriteTo()
H A DTestMessagesProto2.cs2601 output.WriteSFixed32(OptionalSfixed32); in WriteTo()
2882 output.WriteSFixed32(OptionalSfixed32); in IBufferMessage.InternalWriteTo()
H A DUnittestProto3.cs1059 output.WriteSFixed32(SingleSfixed32); in WriteTo()
1194 output.WriteSFixed32(SingleSfixed32); in IBufferMessage.InternalWriteTo()
H A DUnittest.cs2862 output.WriteSFixed32(OptionalSfixed32); in WriteTo()
2992 output.WriteSFixed32(DefaultSfixed32); in WriteTo()
3097 output.WriteSFixed32(OptionalSfixed32); in IBufferMessage.InternalWriteTo()
3227 output.WriteSFixed32(DefaultSfixed32); in IBufferMessage.InternalWriteTo()
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc447 void WireFormatLite::WriteSFixed32(int field_number, int32 value, in WriteSFixed32() function in google::protobuf::internal::WireFormatLite
H A Dwire_format_lite.h415 static void WriteSFixed32(int field_number, int32 value,

Completed in 82 milliseconds