Home
last modified time | relevance | path

Searched refs:WriteUInt32 (Results 1 – 25 of 27) sorted by relevance

12

/external/webrtc/rtc_base/
Dbyte_buffer_unittest.cc75 buffer.WriteUInt32(1); in TEST()
121 buffer.WriteUInt32(wu32); in TEST()
178 buffer.WriteUInt32(wu32); in TEST()
Dbit_buffer.h115 bool WriteUInt32(uint32_t val);
Dbyte_buffer.h51 void WriteUInt32(uint32_t val) { in WriteUInt32() function
Dserver_socket_adapters.cc171 response.WriteUInt32(addr.ip()); in SendConnectResult()
Dbit_buffer.cc265 bool BitBufferWriter::WriteUInt32(uint32_t val) { in WriteUInt32() function in rtc::BitBufferWriter
Dbit_buffer_unittest.cc387 EXPECT_TRUE(buffer.WriteUInt32(0x789ABCDEu)); in TEST()
Dsocket_adapters.cc642 request.WriteUInt32(dest_.ip()); // Destination IP in SendConnect()
/external/lzma/CPP/7zip/Archive/7z/
D7zOut.cpp168 void COutArchive::WriteUInt32(UInt32 value) in WriteUInt32() function in NArchive::N7z::COutArchive
352 WriteUInt32(digests.Vals[i]); in WriteHashDigests()
679 WriteUInt32(db.Attrib.Vals[i]); in WriteHeader()
D7zOut.h251 void WriteUInt32(UInt32 value);
/external/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc163 inline Status WriteUInt32(int field_number, const DataPiece& data, in WriteUInt32() function
167 WireFormatLite::WriteUInt32(field_number, u32.ValueOrDie(), stream); in WriteUInt32()
652 status = WriteUInt32(field.number(), data, stream_.get()); in RenderPrimitiveField()
/external/webrtc/pc/
Dsctp_utils.cc217 buffer.WriteUInt32(reliability_param); in WriteDataChannelOpenMessage()
/external/libchrome/base/
Dpickle.h197 void WriteUInt32(uint32_t value) { WritePOD(value); } in WriteUInt32() function
Dpickle_unittest.cc120 pickle.WriteUInt32(testuint32); in TEST()
554 pickle.WriteUInt32(data.size()); in TEST()
/external/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.cs330 public void WriteUInt32(uint value) in WriteUInt32() method in Google.Protobuf.CodedOutputStream
DFieldCodec.cs298 …ieldCodec<uint>(input => input.ReadUInt32(), (output, value) => output.WriteUInt32(value), CodedOu… in ForUInt32()
/external/webrtc/api/transport/
Dstun.cc508 buf->WriteUInt32(stun_magic_cookie_); in Write()
911 buf->WriteUInt32(bits_); in Write()
1059 buf->WriteUInt32(class_ << 8 | number_); in Write()
/external/webrtc/p2p/base/
Dmdns_message.cc257 buf->WriteUInt32(ttl_seconds_); in Write()
/external/libchrome/ipc/
Dipc_message_utils.cc1367 m->WriteUInt32(static_cast<uint32_t>(p.routing_id())); in Write()
1368 m->WriteUInt32(p.type()); in Write()
1369 m->WriteUInt32(p.flags()); in Write()
/external/libchrome/base/metrics/
Dhistogram.cc580 pickle->WriteUInt32(bucket_count()); in SerializeInfoImpl()
581 pickle->WriteUInt32(bucket_ranges()->checksum()); in SerializeInfoImpl()
/external/protobuf/src/google/protobuf/
Dwire_format_unittest.cc600 WireFormatLite::WriteUInt32(WireFormatLite::kMessageSetTypeIdNumber, in TEST()
663 WireFormatLite::WriteUInt32(WireFormatLite::kMessageSetTypeIdNumber, type_id, in SerializeReverseOrder()
Dwire_format_lite.cc415 void WireFormatLite::WriteUInt32(int field_number, uint32 value, in WriteUInt32() function in google::protobuf::internal::WireFormatLite
Dwire_format_lite.h402 static void WriteUInt32(int field_number, uint32 value,
Dwrappers.pb.cc1776 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteUInt32(1, this->value(), output); in SerializeWithCachedSizes()
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DWrappers.cs829 output.WriteUInt32(Value); in WriteTo()
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DTestMessagesProto3.cs2037 output.WriteUInt32(OptionalUint32); in WriteTo()
2161 output.WriteUInt32(OneofUint32); in WriteTo()

12