Searched defs:WriteInt32 (Results 1 - 4 of 4) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/
H A DCodedOutputStream.cs222 public void WriteInt32(int value) method in class:Google.Protobuf.CodedOutputStream
332 WriteInt32(value);
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc340 void WireFormatLite::WriteInt32(int field_number, int32 value, function in class:google::protobuf::internal::WireFormatLite
/external/protobuf/src/google/protobuf/util/internal/
H A Dproto_writer.cc113 inline Status WriteInt32(int field_number, const DataPiece& data, function in namespace:google::protobuf::util::converter::__anon19118
117 WireFormatLite::WriteInt32(field_number, i32.ValueOrDie(), stream);
578 status = WriteInt32(field.number(), data, stream_.get());
/external/v8/src/
H A Deh-frame.h139 void WriteInt32(uint32_t value) { function in class:v8::internal::EhFrameWriter

Completed in 165 milliseconds