Searched defs:ReadUInt32 (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/base/ | ||
D | bytebuffer.cc | 104 bool ByteBuffer::ReadUInt32(uint32_t* val) { in ReadUInt32() function in rtc::ByteBuffer |
D | bitbuffer.cc | 106 bool BitBuffer::ReadUInt32(uint32_t* val) { in ReadUInt32() function in rtc::BitBuffer |
/external/libchrome/base/ | ||
D | pickle.cc | 99 bool PickleIterator::ReadUInt32(uint32_t* result) { in ReadUInt32() function in base::PickleIterator |
/external/lzma/CPP/7zip/Archive/7z/ | ||
D | 7zIn.h | 351 UInt32 ReadUInt32() { return _inByteBack->ReadUInt32(); } in ReadUInt32() function |
D | 7zIn.cpp | 289 UInt32 CInByte2::ReadUInt32() in ReadUInt32() function in NArchive::N7z::CInByte2 |
/external/protobuf/python/google/protobuf/internal/ | ||
D | reflection_test.py | 82 ReadUInt32 = ReadVarint variable in _MiniDecoder |