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/libchrome/base/
Dbig_endian.cc21 bool BigEndianReader::ReadBytes(void* out, size_t len) { in ReadBytes() function in base::BigEndianReader
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/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/scudo/standalone/
Dlinux.cpp146 ssize_t ReadBytes; in getRandom() local
/external/webrtc/webrtc/base/
Dbytebuffer.cc140 bool ByteBuffer::ReadBytes(char* val, size_t len) { in ReadBytes() function in rtc::ByteBuffer
/external/v8/src/wasm/
Dstreaming-decoder.cc250 size_t AsyncStreamingDecoder::DecodingState::ReadBytes( in ReadBytes() function in v8::internal::wasm::AsyncStreamingDecoder::DecodingState
509 size_t AsyncStreamingDecoder::DecodeVarInt32::ReadBytes( in ReadBytes() function in v8::internal::wasm::AsyncStreamingDecoder::DecodeVarInt32
/external/tensorflow/tensorflow/core/util/proto/
Ddecode.h339 inline Status ReadBytes(CodedInputStream* input, int index, void* datap) { in ReadBytes() function
/external/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs620 public ByteString ReadBytes() in ReadBytes() method in Google.Protobuf.CodedInputStream
/external/protobuf/src/google/protobuf/
Dwire_format_lite.cc565 bool WireFormatLite::ReadBytes(io::CodedInputStream* input, in ReadBytes() function in google::protobuf::internal::WireFormatLite
570 bool WireFormatLite::ReadBytes(io::CodedInputStream* input, std::string** p) { in ReadBytes() function in google::protobuf::internal::WireFormatLite
/external/sfntly/cpp/src/sfntly/data/
Dreadable_font_data.cc86 int32_t ReadableFontData::ReadBytes(int32_t index, in ReadBytes() function in sfntly::ReadableFontData
/external/llvm/lib/Support/
DMemoryBuffer.cpp239 ssize_t ReadBytes; in getMemoryBufferForStream() local
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DMemoryBuffer.cpp239 ssize_t ReadBytes; in getMemoryBufferForStream() local
/external/lzma/CPP/7zip/Archive/7z/
D7zIn.h373 void ReadBytes(Byte *data, size_t size) { _inByteBack->ReadBytes(data, size); } in ReadBytes() function
D7zIn.cpp137 void CInByte2::ReadBytes(Byte *data, size_t size) in ReadBytes() function in NArchive::N7z::CInByte2
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DMemoryBuffer.cpp215 ssize_t ReadBytes; in getMemoryBufferForStream() local
/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