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

  /external/protobuf/csharp/src/Google.Protobuf/
CodedOutputStream.cs 357 public void WriteSInt32(int value)
  /external/protobuf/src/google/protobuf/
wire_format_lite.cc 360 void WireFormatLite::WriteSInt32(int field_number, int32 value,
  /external/protobuf/src/google/protobuf/util/internal/
proto_writer.cc 133 inline Status WriteSInt32(int field_number, const DataPiece& data,
137 WireFormatLite::WriteSInt32(field_number, i32.ValueOrDie(), stream);
586 status = WriteSInt32(field.number(), data, stream_.get());

Completed in 82 milliseconds