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

  /external/protobuf/csharp/src/Google.Protobuf/
CodedOutputStream.cs 248 public void WriteFixed32(uint value)
  /external/protobuf/src/google/protobuf/
wire_format_lite.cc 370 void WireFormatLite::WriteFixed32(int field_number, uint32 value,
  /external/protobuf/src/google/protobuf/util/internal/
proto_writer.cc 143 inline Status WriteFixed32(int field_number, const DataPiece& data,
147 WireFormatLite::WriteFixed32(field_number, u32.ValueOrDie(), stream);
590 status = WriteFixed32(field.number(), data, stream_.get());

Completed in 83 milliseconds