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

  /external/chromium_org/net/spdy/
spdy_frame_reader.cc 51 bool SpdyFrameReader::ReadUInt32(uint32* result) {
68 bool success = ReadUInt32(result);
122 if (!ReadUInt32(&result_len)) {
  /external/chromium/net/spdy/
spdy_frame_builder.cc 49 bool SpdyFrameBuilder::ReadUInt32(void** iter, uint32* result) const {
  /external/chromium/third_party/libjingle/source/talk/base/
bytebuffer.cc 98 bool ByteBuffer::ReadUInt32(uint32* val) {
  /external/chromium_org/build/mac/
change_mach_o_flags.py 125 def ReadUInt32(file, endian):
186 magic = ReadUInt32(file, '<')
226 magic = ReadUInt32(file, '>')
229 nfat_arch = ReadUInt32(file, '>')
258 magic = ReadUInt32(executable_file, '<')
  /external/chromium_org/chrome/utility/media_galleries/
pmp_column_reader.cc 72 bool PmpColumnReader::ReadUInt32(const uint32 row, uint32* result) const {
  /external/chromium_org/net/quic/
quic_data_reader.cc 21 bool QuicDataReader::ReadUInt32(uint32* result) {
27 if (!ReadUInt32(&lo)) {
  /external/chromium_org/third_party/libjingle/source/talk/base/
bytebuffer.cc 116 bool ByteBuffer::ReadUInt32(uint32* val) {
  /external/chromium/base/
pickle.cc 174 bool Pickle::ReadUInt32(void** iter, uint32* result) const {
  /external/chromium_org/base/
pickle.cc 81 bool PickleIterator::ReadUInt32(uint32* result) {
pickle.h 34 bool ReadUInt32(uint32* result) WARN_UNUSED_RESULT;
153 bool ReadUInt32(PickleIterator* iter, uint32* result) const {
154 return iter->ReadUInt32(result);
  /external/lzma/CPP/7zip/Archive/7z/
7zIn.h 117 UInt32 ReadUInt32();
163 UInt32 ReadUInt32() { return _inByteBack->ReadUInt32(); }
7zIn.cpp 241 UInt32 CInByte2::ReadUInt32()
489 crc = ReadUInt32();
985 file.Attrib = ReadUInt32();
    [all...]
  /external/chromium_org/chrome/test/chromedriver/
util.cc 142 bool ReadUInt32(uint32* data) {
184 if (!stream.ReadUInt32(&signature) || signature != kFileHeaderSignature) {
208 if (!stream.ReadUInt32(&zip->crc)) {
213 if (!stream.ReadUInt32(&compressed_size)) {
217 if (!stream.ReadUInt32(&zip->uncompressed_size)) {
250 if (!stream.ReadUInt32(&signature) ||
255 if (!stream.ReadUInt32(&zip->crc)) {
259 if (!stream.ReadUInt32(&compressed_size)) {
267 if (!stream.ReadUInt32(&zip->uncompressed_size)) {
  /external/chromium_org/chrome/test/webdriver/
webdriver_util.cc 129 bool ReadUInt32(uint32* data) {
171 if (!stream.ReadUInt32(&signature) || signature != kFileHeaderSignature) {
195 if (!stream.ReadUInt32(&zip->crc)) {
200 if (!stream.ReadUInt32(&compressed_size)) {
204 if (!stream.ReadUInt32(&zip->uncompressed_size)) {
237 if (!stream.ReadUInt32(&signature) ||
242 if (!stream.ReadUInt32(&zip->crc)) {
246 if (!stream.ReadUInt32(&compressed_size)) {
254 if (!stream.ReadUInt32(&zip->uncompressed_size)) {
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py 80 ReadUInt32 = ReadVarint
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
reflection_test.py 80 ReadUInt32 = ReadVarint
    [all...]

Completed in 573 milliseconds