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

/external/webrtc/webrtc/base/
H A Dbytebuffer.cc104 bool ByteBuffer::ReadUInt32(uint32_t* val) { function in class:rtc::ByteBuffer
/external/libchrome/base/
H A Dpickle.cc108 bool PickleIterator::ReadUInt32(uint32_t* result) { function in class:base::PickleIterator
/external/protobuf/csharp/src/Google.Protobuf/
H A DCodedInputStream.cs609 public uint ReadUInt32() method in class:Google.Protobuf.CodedInputStream
/external/lzma/CPP/7zip/Archive/7z/
H A D7zIn.h301 UInt32 ReadUInt32();
351 UInt32 ReadUInt32() { return _inByteBack->ReadUInt32(); } function in class:NArchive::N7z::CInArchive
H A D7zIn.cpp289 UInt32 CInByte2::ReadUInt32() function in class:NArchive::N7z::CInByte2
637 crc = ReadUInt32();
949 crc = ReadUInt32();
1273 file.Attrib = ReadUInt32();
1299 file.Parent = (int)ReadUInt32();
1342 UInt32 numDescriptors = ReadUInt32();
1347 UInt32 size = ReadUInt32();
1363 // db.SecureIDs.Add(ReadUInt32());
1365 // ReadUInt32();
/external/protobuf/python/google/protobuf/internal/
H A Dreflection_test.py86 ReadUInt32 = ReadVarint variable in class:_MiniDecoder
2362 self.assertEqual(3, d.ReadUInt32())

Completed in 187 milliseconds