HomeSort by relevance Sort by last modified time
    Searched defs:ReadUInt32 (Results 1 - 5 of 5) sorted by null

  /external/webrtc/webrtc/base/
bytebuffer.cc 104 bool ByteBuffer::ReadUInt32(uint32_t* val) {
  /external/libchrome/base/
pickle.cc 99 bool PickleIterator::ReadUInt32(uint32_t* result) {
  /external/lzma/CPP/7zip/Archive/7z/
7zIn.h 301 UInt32 ReadUInt32();
351 UInt32 ReadUInt32() { return _inByteBack->ReadUInt32(); }
7zIn.cpp 289 UInt32 CInByte2::ReadUInt32()
637 crc = ReadUInt32();
949 crc = ReadUInt32();
1273 file.Attrib = ReadUInt32();
    [all...]
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py 82 ReadUInt32 = ReadVarint
    [all...]

Completed in 781 milliseconds