Home
last modified time | relevance | path

Searched defs:ReadUInt32 (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/webrtc/rtc_base/
H A Dbyte_buffer.cc81 bool ByteBufferReader::ReadUInt32(uint32_t* val) { in ReadUInt32() function in rtc::ByteBufferReader
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/
H A Dquiche_data_reader_test.cc38 TEST(QuicheDataReaderTest, ReadUInt32) { in TEST() argument
H A Dquiche_data_reader.cc58 bool QuicheDataReader::ReadUInt32(uint32_t* result) { in ReadUInt32() function in quiche::QuicheDataReader
/aosp_15_r20/external/cronet/net/ntlm/
H A Dntlm_buffer_reader.cc35 bool NtlmBufferReader::ReadUInt32(uint32_t* value) { in ReadUInt32() function in net::ntlm::NtlmBufferReader
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
H A DParseContext.cs274 public uint ReadUInt32() in ReadUInt32() method
H A DCodedInputStream.cs477 public uint ReadUInt32() in ReadUInt32() method in Google.Protobuf.CodedInputStream
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/
H A DParseContext.cs274 public uint ReadUInt32() in ReadUInt32() method
H A DCodedInputStream.cs477 public uint ReadUInt32() in ReadUInt32() method in Google.Protobuf.CodedInputStream
/aosp_15_r20/external/libchrome/base/
H A Dpickle.cc108 bool PickleIterator::ReadUInt32(uint32_t* result) { in ReadUInt32() function in base::PickleIterator
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Iso/
H A DIsoIn.cpp161 UInt32 CInArchive::ReadUInt32() in ReadUInt32() function in NArchive::NIso::CInArchive
/aosp_15_r20/external/cronet/base/
H A Dpickle.cc115 bool PickleIterator::ReadUInt32(uint32_t* result) { in ReadUInt32() function in base::PickleIterator
/aosp_15_r20/external/lzma/CPP/7zip/Archive/7z/
H A D7zIn.h387 UInt32 ReadUInt32() { return _inByteBack->ReadUInt32(); } in ReadUInt32() function
H A D7zIn.cpp260 UInt32 CInByte2::ReadUInt32() in ReadUInt32() function in NArchive::N7z::CInByte2
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Chm/
H A DChmIn.cpp158 UInt32 CInArchive::ReadUInt32() in ReadUInt32() function in NArchive::NChm::CInArchive
/aosp_15_r20/external/lzma/CPP/7zip/Compress/
H A DLzxDecoder.cpp861 UInt32 ReadUInt32() function in NCompress::NLzx::CBitByteDecoder
H A DRar5Decoder.cpp1002 static UInt32 ReadUInt32(CBitDecoder &bi) in ReadUInt32() function
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Zip/
H A DZipIn.cpp984 UInt32 CInArchive::ReadUInt32() { Byte buf[4]; SafeRead(buf, 4); return Get32(buf); } in ReadUInt32() function in NArchive::NZip::CInArchive
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/internal/
H A Dreflection_test.py87 ReadUInt32 = ReadVarint variable in _MiniDecoder
/aosp_15_r20/external/protobuf/python/google/protobuf/internal/
H A Dreflection_test.py87 ReadUInt32 = ReadVarint variable in _MiniDecoder