Home
last modified time | relevance | path

Searched refs:WriteSFixed32 (Results 1 – 9 of 9) sorted by relevance

/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DCodedOutputStreamTest.cs310 cout.WriteSFixed32(501); in TestCodedInputOutputPosition()
331 cout.WriteSFixed32(501); in TestCodedInputOutputPosition()
/external/protobuf/csharp/src/Google.Protobuf.Test/
DCodedOutputStreamTest.cs310 cout.WriteSFixed32(501); in TestCodedInputOutputPosition()
331 cout.WriteSFixed32(501); in TestCodedInputOutputPosition()
/external/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc133 inline Status WriteSFixed32(int field_number, const DataPiece& data, in WriteSFixed32() function
137 WireFormatLite::WriteSFixed32(field_number, i32.ValueOrDie(), stream); in WriteSFixed32()
640 status = WriteSFixed32(field.number(), data, stream_.get()); in RenderPrimitiveField()
/external/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.cs348 public void WriteSFixed32(int value) in WriteSFixed32() method in Google.Protobuf.CodedOutputStream
DFieldCodec.cs287 …ldCodec<int>(input => input.ReadSFixed32(), (output, value) => output.WriteSFixed32(value), 4, tag… in ForSFixed32()
/external/protobuf/src/google/protobuf/
Dwire_format_lite.cc445 void WireFormatLite::WriteSFixed32(int field_number, int32 value, in WriteSFixed32() function in google::protobuf::internal::WireFormatLite
Dwire_format_lite.h414 static void WriteSFixed32(int field_number, int32 value,
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DTestMessagesProto3.cs2061 output.WriteSFixed32(OptionalSfixed32); in WriteTo()
DUnittestProto3.cs1052 output.WriteSFixed32(SingleSfixed32); in WriteTo()