/external/webrtc/rtc_base/ |
D | byte_buffer_unittest.cc | 75 buffer.WriteUInt32(1); in TEST() 121 buffer.WriteUInt32(wu32); in TEST() 178 buffer.WriteUInt32(wu32); in TEST()
|
D | bit_buffer.h | 115 bool WriteUInt32(uint32_t val);
|
D | byte_buffer.h | 51 void WriteUInt32(uint32_t val) { in WriteUInt32() function
|
D | server_socket_adapters.cc | 171 response.WriteUInt32(addr.ip()); in SendConnectResult()
|
D | bit_buffer.cc | 265 bool BitBufferWriter::WriteUInt32(uint32_t val) { in WriteUInt32() function in rtc::BitBufferWriter
|
D | bit_buffer_unittest.cc | 387 EXPECT_TRUE(buffer.WriteUInt32(0x789ABCDEu)); in TEST()
|
D | socket_adapters.cc | 642 request.WriteUInt32(dest_.ip()); // Destination IP in SendConnect()
|
/external/webrtc/pc/ |
D | sctp_utils.cc | 217 buffer.WriteUInt32(reliability_param); in WriteDataChannelOpenMessage()
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | proto_writer.cc | 163 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/lzma/CPP/7zip/Archive/7z/ |
D | 7zOut.cpp | 168 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()
|
D | 7zOut.h | 251 void WriteUInt32(UInt32 value);
|
/external/libchrome/base/ |
D | pickle.h | 197 void WriteUInt32(uint32_t value) { WritePOD(value); } in WriteUInt32() function
|
D | pickle_unittest.cc | 120 pickle.WriteUInt32(testuint32); in TEST() 554 pickle.WriteUInt32(data.size()); in TEST()
|
/external/protobuf/csharp/src/Google.Protobuf/ |
D | CodedOutputStream.cs | 330 public void WriteUInt32(uint value) in WriteUInt32() method in Google.Protobuf.CodedOutputStream
|
D | FieldCodec.cs | 298 …ieldCodec<uint>(input => input.ReadUInt32(), (output, value) => output.WriteUInt32(value), CodedOu… in ForUInt32()
|
/external/webrtc/api/transport/ |
D | stun.cc | 508 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/ |
D | mdns_message.cc | 257 buf->WriteUInt32(ttl_seconds_); in Write()
|
/external/libchrome/ipc/ |
D | ipc_message_utils.cc | 1367 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/ |
D | histogram.cc | 580 pickle->WriteUInt32(bucket_count()); in SerializeInfoImpl() 581 pickle->WriteUInt32(bucket_ranges()->checksum()); in SerializeInfoImpl()
|
/external/protobuf/src/google/protobuf/ |
D | wire_format_unittest.cc | 600 WireFormatLite::WriteUInt32(WireFormatLite::kMessageSetTypeIdNumber, in TEST() 663 WireFormatLite::WriteUInt32(WireFormatLite::kMessageSetTypeIdNumber, type_id, in SerializeReverseOrder()
|
D | wire_format_lite.cc | 415 void WireFormatLite::WriteUInt32(int field_number, uint32 value, in WriteUInt32() function in google::protobuf::internal::WireFormatLite
|
D | wire_format_lite.h | 402 static void WriteUInt32(int field_number, uint32 value,
|
D | wrappers.pb.cc | 1776 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteUInt32(1, this->value(), output); in SerializeWithCachedSizes()
|
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Wrappers.cs | 829 output.WriteUInt32(Value); in WriteTo()
|
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | TestMessagesProto3.cs | 2037 output.WriteUInt32(OptionalUint32); in WriteTo() 2161 output.WriteUInt32(OneofUint32); in WriteTo()
|