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

  /external/flatbuffers/go/
encode.go 178 // WriteInt32 encodes a little-endian int32 into a byte slice.
179 func WriteInt32(buf []byte, n int32) {
210 WriteInt32(buf, int32(n))
  /external/protobuf/csharp/src/Google.Protobuf/
CodedOutputStream.cs 222 public void WriteInt32(int value)
332 WriteInt32(value);
  /external/protobuf/src/google/protobuf/
wire_format_lite.cc 340 void WireFormatLite::WriteInt32(int field_number, int32 value,
  /external/protobuf/src/google/protobuf/util/internal/
proto_writer.cc 113 inline Status WriteInt32(int field_number, const DataPiece& data,
117 WireFormatLite::WriteInt32(field_number, i32.ValueOrDie(), stream);
578 status = WriteInt32(field.number(), data, stream_.get());
  /external/v8/src/
eh-frame.h 139 void WriteInt32(uint32_t value) {

Completed in 127 milliseconds