Searched defs:WriteFixed32 (Results 1 - 3 of 3) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/
H A DCodedOutputStream.cs248 public void WriteFixed32(uint value) method in class:Google.Protobuf.CodedOutputStream
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc370 void WireFormatLite::WriteFixed32(int field_number, uint32 value, function in class:google::protobuf::internal::WireFormatLite
/external/protobuf/src/google/protobuf/util/internal/
H A Dproto_writer.cc143 inline Status WriteFixed32(int field_number, const DataPiece& data, function in namespace:google::protobuf::util::converter::__anon17267
147 WireFormatLite::WriteFixed32(field_number, u32.ValueOrDie(), stream);
590 status = WriteFixed32(field.number(), data, stream_.get());

Completed in 65 milliseconds