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

  /external/webrtc/webrtc/base/
bytebuffer.cc 104 bool ByteBuffer::ReadUInt32(uint32_t* val) {
  /external/libchrome/base/
pickle.cc 108 bool PickleIterator::ReadUInt32(uint32_t* result) {
  /external/protobuf/csharp/src/Google.Protobuf/
CodedInputStream.cs 609 public uint ReadUInt32()
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zIn.h 315 UInt32 ReadUInt32();
366 UInt32 ReadUInt32() { return _inByteBack->ReadUInt32(); }
7zIn.cpp 225 UInt32 CInByte2::ReadUInt32()
579 crc = ReadUInt32();
904 crc = ReadUInt32();
1230 file.Attrib = ReadUInt32();
1256 file.Parent = (int)ReadUInt32();
    [all...]
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py 86 ReadUInt32 = ReadVarint
    [all...]

Completed in 1312 milliseconds