Home
last modified time | relevance | path

Searched defs:WriteSFixed32 (Results 1 – 5 of 5) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
DWriteContext.cs233 public void WriteSFixed32(int value) in WriteSFixed32() method
DCodedOutputStream.cs355 public void WriteSFixed32(int value) in WriteSFixed32() method in Google.Protobuf.CodedOutputStream
DWritingPrimitives.cs241 … public static void WriteSFixed32(ref Span<byte> buffer, ref WriterInternalState state, int value) in WriteSFixed32() method in Google.Protobuf.WritingPrimitives
/third_party/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc133 inline Status WriteSFixed32(int field_number, const DataPiece& data, in WriteSFixed32() function
/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.cc447 void WireFormatLite::WriteSFixed32(int field_number, int32 value, in WriteSFixed32() function in google::protobuf::internal::WireFormatLite