Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dbytebuffer.cc104 bool ByteBuffer::ReadUInt32(uint32_t* val) { in ReadUInt32() function in rtc::ByteBuffer
Dbitbuffer.cc106 bool BitBuffer::ReadUInt32(uint32_t* val) { in ReadUInt32() function in rtc::BitBuffer
/external/libchrome/base/
Dpickle.cc99 bool PickleIterator::ReadUInt32(uint32_t* result) { in ReadUInt32() function in base::PickleIterator
/external/lzma/CPP/7zip/Archive/7z/
D7zIn.h351 UInt32 ReadUInt32() { return _inByteBack->ReadUInt32(); } in ReadUInt32() function
D7zIn.cpp289 UInt32 CInByte2::ReadUInt32() in ReadUInt32() function in NArchive::N7z::CInByte2
/external/protobuf/python/google/protobuf/internal/
Dreflection_test.py82 ReadUInt32 = ReadVarint variable in _MiniDecoder