Home
last modified time | relevance | path

Searched defs:WriteInt32 (Results 1 – 5 of 5) sorted by relevance

/external/flatbuffers/go/
Dencode.go194 func WriteInt32(buf []byte, n int32) { func
/external/v8/src/
Deh-frame.h139 void WriteInt32(uint32_t value) { in WriteInt32() function
/external/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.cs222 public void WriteInt32(int value) in WriteInt32() method in Google.Protobuf.CodedOutputStream
/external/protobuf/src/google/protobuf/
Dwire_format_lite.cc340 void WireFormatLite::WriteInt32(int field_number, int32 value, in WriteInt32() function in google::protobuf::internal::WireFormatLite
/external/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc113 inline Status WriteInt32(int field_number, const DataPiece& data, in WriteInt32() function