Home
last modified time | relevance | path

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

12

/external/pigweed/pw_bytes/size_report/
Dbyte_builder_size_report.cc41 void ReadBytes() { in ReadBytes() function
/external/pigweed/pw_sys_io/
Dsys_io.cc19 StatusWithSize ReadBytes(std::span<std::byte> dest) { in ReadBytes() function
/external/pigweed/pw_protobuf/public/pw_protobuf/
Ddecoder.h139 Status ReadBytes(std::span<const std::byte>* out) { in ReadBytes() function
283 Status ReadBytes(std::span<const std::byte>* out) { in ReadBytes() function
Dstream_decoder.h452 StatusWithSize ReadBytes(std::span<std::byte> out) { in ReadBytes() function
/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/webrtc/rtc_base/
Dbyte_buffer.cc143 bool ByteBufferReader::ReadBytes(char* val, size_t len) { in ReadBytes() function in rtc::ByteBufferReader
/external/google-breakpad/src/common/mac/
Dmacho_walker.cc101 bool MachoWalker::ReadBytes(void *buffer, size_t size, off_t offset) { in ReadBytes() function in MacFileUtilities::MachoWalker
/external/armnn/profiling/common/src/
DCommonProfilingUtils.cpp16 void ReadBytes(const unsigned char* buffer, unsigned int offset, unsigned int valueSize, uint8_t ou… in ReadBytes() function
/external/scudo/standalone/
Dlinux.cpp158 ssize_t ReadBytes; in getRandom() local
/external/webrtc/rtc_tools/
Dvideo_file_reader.cc31 bool ReadBytes(uint8_t* dst, size_t n, FILE* file) { in ReadBytes() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DMemoryBuffer.cpp217 Expected<size_t> ReadBytes = sys::fs::readNativeFile( in getMemoryBufferForStream() local
466 Expected<size_t> ReadBytes = in getOpenFileImpl() local
/external/tensorflow/tensorflow/core/util/proto/
Ddecode.h339 inline Status ReadBytes(CodedInputStream* input, int index, void* datap) { in ReadBytes() function
/external/armnn/src/profiling/
DProfilingUtils.cpp167 void ReadBytes(const IPacketBufferPtr& packetBuffer, unsigned int offset, unsigned int valueSize, u… in ReadBytes() function
202 void ReadBytes(const unsigned char* buffer, unsigned int offset, unsigned int valueSize, uint8_t ou… in ReadBytes() function
/external/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs620 public ByteString ReadBytes() in ReadBytes() method in Google.Protobuf.CodedInputStream
/external/ms-tpm-20-ref/TPMCmd/Simulator/src/
DTcpServer.c514 ReadBytes( in ReadBytes() function
/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/sonivox/jet_tools/JetCreator/
Dmidifile.py264 def ReadBytes (stream, length): function

12