Home
last modified time | relevance | path

Searched defs:ReadBytes (Results 1 – 19 of 19) sorted by relevance

/external/lzma/CPP/7zip/Common/
DInBuffer.cpp98 size_t CInBufferBase::ReadBytes(Byte *buf, size_t size) in ReadBytes() function in CInBufferBase
/external/google-breakpad/src/common/mac/
Dmacho_walker.cc103 bool MachoWalker::ReadBytes(void *buffer, size_t size, off_t offset) { in ReadBytes() function in MacFileUtilities::MachoWalker
/external/webrtc/webrtc/base/
Dbytebuffer.cc140 bool ByteBuffer::ReadBytes(char* val, size_t len) { in ReadBytes() function in rtc::ByteBuffer
/external/protobuf/src/google/protobuf/
Dwire_format_lite.cc501 bool WireFormatLite::ReadBytes(io::CodedInputStream* input, string* value) { in ReadBytes() function in google::protobuf::internal::WireFormatLite
505 bool WireFormatLite::ReadBytes(io::CodedInputStream* input, string** p) { in ReadBytes() function in google::protobuf::internal::WireFormatLite
/external/tpm2/
DTcpServer.c319 ReadBytes( in ReadBytes() function
/external/swiftshader/third_party/LLVM/lib/Support/
DMemoryBuffer.cpp362 ssize_t ReadBytes; in getSTDIN() local
/external/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs588 public ByteString ReadBytes() in ReadBytes() method in Google.Protobuf.CodedInputStream
/external/sfntly/cpp/src/sfntly/data/
Dreadable_font_data.cc86 int32_t ReadableFontData::ReadBytes(int32_t index, in ReadBytes() function in sfntly::ReadableFontData
/external/libchrome/base/
Dpickle.cc202 bool PickleIterator::ReadBytes(const char** data, int length) { in ReadBytes() function in base::PickleIterator
Dpickle_unittest.cc499 TEST(PickleTest, ReadBytes) { in TEST() argument
/external/llvm/lib/Support/
DMemoryBuffer.cpp239 ssize_t ReadBytes; in getMemoryBufferForStream() local
/external/syslinux/dosutil/
Deltorito.asm79 ReadBytes db 0 ;0 --> 2048 bytes/sector define
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DMemoryBuffer.cpp239 ssize_t ReadBytes; in getMemoryBufferForStream() local
/external/lzma/CPP/7zip/Archive/7z/
D7zIn.h361 void ReadBytes(Byte *data, size_t size) { _inByteBack->ReadBytes(data, size); } in ReadBytes() function
D7zIn.cpp121 void CInByte2::ReadBytes(Byte *data, size_t size) in ReadBytes() function in NArchive::N7z::CInByte2
/external/v8/src/
Dutils.cc246 byte* ReadBytes(const char* filename, int* size, bool verbose) { in ReadBytes() function
/external/google-breakpad/src/processor/
Dminidump.cc4426 bool Minidump::ReadBytes(void* bytes, size_t count) { in ReadBytes() function in google_breakpad::Minidump
/external/sonivox/jet_tools/JetCreator/
Dmidifile.py264 def ReadBytes (stream, length): function
/external/v8/tools/
Dgrokdump.py710 def ReadBytes(self, address, size): member in MinidumpReader