/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | byte_buffer.cc | 81 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 D | quiche_data_reader_test.cc | 38 TEST(QuicheDataReaderTest, ReadUInt32) { in TEST() argument
|
H A D | quiche_data_reader.cc | 58 bool QuicheDataReader::ReadUInt32(uint32_t* result) { in ReadUInt32() function in quiche::QuicheDataReader
|
/aosp_15_r20/external/cronet/net/ntlm/ |
H A D | ntlm_buffer_reader.cc | 35 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 D | ParseContext.cs | 274 public uint ReadUInt32() in ReadUInt32() method
|
H A D | CodedInputStream.cs | 477 public uint ReadUInt32() in ReadUInt32() method in Google.Protobuf.CodedInputStream
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/ |
H A D | ParseContext.cs | 274 public uint ReadUInt32() in ReadUInt32() method
|
H A D | CodedInputStream.cs | 477 public uint ReadUInt32() in ReadUInt32() method in Google.Protobuf.CodedInputStream
|
/aosp_15_r20/external/libchrome/base/ |
H A D | pickle.cc | 108 bool PickleIterator::ReadUInt32(uint32_t* result) { in ReadUInt32() function in base::PickleIterator
|
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Iso/ |
H A D | IsoIn.cpp | 161 UInt32 CInArchive::ReadUInt32() in ReadUInt32() function in NArchive::NIso::CInArchive
|
/aosp_15_r20/external/cronet/base/ |
H A D | pickle.cc | 115 bool PickleIterator::ReadUInt32(uint32_t* result) { in ReadUInt32() function in base::PickleIterator
|
/aosp_15_r20/external/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zIn.h | 387 UInt32 ReadUInt32() { return _inByteBack->ReadUInt32(); } in ReadUInt32() function
|
H A D | 7zIn.cpp | 260 UInt32 CInByte2::ReadUInt32() in ReadUInt32() function in NArchive::N7z::CInByte2
|
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Chm/ |
H A D | ChmIn.cpp | 158 UInt32 CInArchive::ReadUInt32() in ReadUInt32() function in NArchive::NChm::CInArchive
|
/aosp_15_r20/external/lzma/CPP/7zip/Compress/ |
H A D | LzxDecoder.cpp | 861 UInt32 ReadUInt32() function in NCompress::NLzx::CBitByteDecoder
|
H A D | Rar5Decoder.cpp | 1002 static UInt32 ReadUInt32(CBitDecoder &bi) in ReadUInt32() function
|
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Zip/ |
H A D | ZipIn.cpp | 984 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 D | reflection_test.py | 87 ReadUInt32 = ReadVarint variable in _MiniDecoder
|
/aosp_15_r20/external/protobuf/python/google/protobuf/internal/ |
H A D | reflection_test.py | 87 ReadUInt32 = ReadVarint variable in _MiniDecoder
|