HomeSort by relevance Sort by last modified time
    Searched defs:WriteSFixed32 (Results 1 - 3 of 3) sorted by null

  /external/protobuf/csharp/src/Google.Protobuf/
CodedOutputStream.cs 339 public void WriteSFixed32(int value)
  /external/protobuf/src/google/protobuf/
wire_format_lite.cc 380 void WireFormatLite::WriteSFixed32(int field_number, int32 value,
  /external/protobuf/src/google/protobuf/util/internal/
proto_writer.cc 123 inline Status WriteSFixed32(int field_number, const DataPiece& data,
127 WireFormatLite::WriteSFixed32(field_number, i32.ValueOrDie(), stream);
582 status = WriteSFixed32(field.number(), data, stream_.get());

Completed in 90 milliseconds