Home
last modified time | relevance | path

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

12

/external/lzma/CPP/7zip/Archive/7z/
D7zIn.h327 UInt32 ReadUInt32();
378 UInt32 ReadUInt32() { return _inByteBack->ReadUInt32(); } in ReadUInt32() function
D7zIn.cpp241 UInt32 CInByte2::ReadUInt32() in ReadUInt32() function in NArchive::N7z::CInByte2
596 a = ReadUInt32(); in Read_UInt32_Vector()
929 crc = ReadUInt32(); in ReadSubStreamsInfo()
/external/webrtc/rtc_base/
Dbit_buffer_unittest.cc58 EXPECT_TRUE(buffer.ReadUInt32(&val32)); in TEST()
77 EXPECT_TRUE(buffer.ReadUInt32(&val32)); in TEST()
109 EXPECT_TRUE(buffer.ReadUInt32(&val32)); in TEST()
397 EXPECT_TRUE(buffer.ReadUInt32(&val32)); in TEST()
Dbit_buffer.h43 bool ReadUInt32(uint32_t* val);
Dbyte_buffer_unittest.cc124 EXPECT_TRUE(read_buf4.ReadUInt32(&ru32)); in TEST()
187 EXPECT_TRUE(read_buf9.ReadUInt32(&ru32)); in TEST()
Dbyte_buffer.cc81 bool ByteBufferReader::ReadUInt32(uint32_t* val) { in ReadUInt32() function in rtc::ByteBufferReader
Dbyte_buffer.h142 bool ReadUInt32(uint32_t* val);
Dserver_socket_adapters.cc147 !request->ReadUInt32(&ip) || !request->ReadUInt16(&port)) { in HandleConnect()
Dbit_buffer.cc106 bool BitBuffer::ReadUInt32(uint32_t* val) { in ReadUInt32() function in rtc::BitBuffer
Dsocket_adapters.cc560 if (!response.ReadUInt32(&addr) || !response.ReadUInt16(&port)) in ProcessInput()
/external/libchrome/base/metrics/
Dhistogram_unittest.cc611 EXPECT_TRUE(iter.ReadUInt32(&bucket_count)); in TEST_P()
615 EXPECT_TRUE(iter.ReadUInt32(&checksum)); in TEST_P()
643 iter.ReadUInt32(&bucket_count) && iter.ReadUInt32(&ui32)); in TEST_P()
Dhistogram.cc53 !iter->ReadUInt32(bucket_count) || in ReadHistogramArguments()
54 !iter->ReadUInt32(range_checksum)) { in ReadHistogramArguments()
/external/webrtc/pc/
Dsctp_utils.cc102 if (!buffer.ReadUInt32(&reliability_param)) { in ParseDataChannelOpenMessage()
Dsctp_utils_unittest.cc56 ASSERT_TRUE(buffer.ReadUInt32(&reliability)); in VerifyOpenMessageFormat()
/external/libchrome/base/
Dpickle.h45 bool ReadUInt32(uint32_t* result) WARN_UNUSED_RESULT;
Dpickle_unittest.cc65 EXPECT_TRUE(iter.ReadUInt32(&outuint32)); in VerifyResult()
561 EXPECT_TRUE(iter.ReadUInt32(&out_data_length)); in TEST()
Dpickle.cc108 bool PickleIterator::ReadUInt32(uint32_t* result) { in ReadUInt32() function in base::PickleIterator
/external/webrtc/api/transport/
Dstun.cc37 while (reader.ReadUInt32(&next)) { in ReduceTransactionId()
905 if (length() != SIZE || !buf->ReadUInt32(&bits_)) in Read()
1042 if (length() < MIN_SIZE || !buf->ReadUInt32(&val)) in Read()
/external/webrtc/p2p/base/
Dmdns_message.cc227 !buf->ReadUInt32(&ttl_seconds_) || !buf->ReadUInt16(&rdlength_)) { in Read()
Dturn_port_unittest.cc1657 buf.ReadUInt32(&val); in ReceivedMessage()
/external/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs641 public uint ReadUInt32() in ReadUInt32() method in Google.Protobuf.CodedInputStream
DFieldCodec.cs298 …return new FieldCodec<uint>(input => input.ReadUInt32(), (output, value) => output.WriteUInt32(val… in ForUInt32()
/external/libchrome/ipc/
Dipc_message_utils.cc1377 if (!iter->ReadUInt32(&routing_id) || in Read()
1378 !iter->ReadUInt32(&type) || in Read()
1379 !iter->ReadUInt32(&flags)) in Read()
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DWrappers.cs868 Value = input.ReadUInt32(); in MergeFrom()
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DTestMessagesProto3.cs2926 OptionalUint32 = input.ReadUInt32(); in MergeFrom()
3194 OneofUint32 = input.ReadUInt32(); in MergeFrom()

12