Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/pigweed/pw_protobuf/public/pw_protobuf/
H A Ddecoder.h141 Status ReadBytes(span<const std::byte>* out) { return ReadDelimited(out); } in ReadBytes() function
312 Status ReadBytes(span<const std::byte>* out) { in ReadBytes() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DMemoryBuffer.cpp217 Expected<size_t> ReadBytes = sys::fs::readNativeFile( in getMemoryBufferForStream() local
466 Expected<size_t> ReadBytes = in getOpenFileImpl() local
/aosp_15_r20/external/pigweed/pw_bytes/size_report/
H A Dbyte_builder_size_report.cc41 void ReadBytes() { in ReadBytes() function
/aosp_15_r20/external/pigweed/pw_sys_io/
H A Dsys_io.cc19 StatusWithSize ReadBytes(ByteSpan dest) { in ReadBytes() function
/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/
H A Dinput.cc30 bool ByteReader::ReadBytes(size_t len, Input *out) { in ReadBytes() function in bssl::der::ByteReader
/aosp_15_r20/external/openthread/src/core/common/
H A Dframe_data.cpp87 Error FrameData::ReadBytes(void *aBuffer, uint16_t aLength) in ReadBytes() function in ot::FrameData
H A Dmessage.cpp640 uint16_t Message::ReadBytes(uint16_t aOffset, void *aBuf, uint16_t aLength) const in ReadBytes() function in ot::Message
657 uint16_t Message::ReadBytes(const OffsetRange &aOffsetRange, void *aBuf) const in ReadBytes() function in ot::Message
/aosp_15_r20/external/lzma/CPP/7zip/Common/
H A DInBuffer.cpp117 size_t CInBufferBase::ReadBytes(Byte *buf, size_t size) in ReadBytes() function in CInBufferBase
/aosp_15_r20/frameworks/libs/binary_translation/tools/nogrod/
Dbyte_input_stream.cc91 std::vector<uint8_t> ByteInputStream::ReadBytes(uint64_t size) { in ReadBytes() function in nogrod::ByteInputStream
/aosp_15_r20/system/unwinding/libunwindstack/
H A DDwarfMemory.cpp29 bool DwarfMemory::ReadBytes(void* dst, size_t num_bytes) { in ReadBytes() function in unwindstack::DwarfMemory
/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/crypto/cryptobyte/
Dstring.go160 func (s *String) ReadBytes(out *[]byte, n int) bool { func
/aosp_15_r20/external/libchrome/base/
H A Dbig_endian.cc21 bool BigEndianReader::ReadBytes(void* out, size_t len) { in ReadBytes() function in base::BigEndianReader
/aosp_15_r20/external/webrtc/rtc_base/
H A Dbyte_buffer.cc143 bool ByteBufferReader::ReadBytes(char* val, size_t len) { in ReadBytes() function in rtc::ByteBufferReader
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Protocol/
H A DSpiIo.h215 UINT32 ReadBytes; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Protocol/
H A DSpiIo.h221 UINT32 ReadBytes; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/
H A DSpiIo.h215 UINT32 ReadBytes; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/
H A DSpiIo.h215 UINT32 ReadBytes; member
/aosp_15_r20/external/google-breakpad/src/common/mac/
H A Dmacho_walker.cc103 bool MachoWalker::ReadBytes(void* buffer, size_t size, off_t offset) { in ReadBytes() function in MacFileUtilities::MachoWalker
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc584 bool WireFormatLite::ReadBytes(io::CodedInputStream* input, in ReadBytes() function in google::protobuf::internal::WireFormatLite
589 bool WireFormatLite::ReadBytes(io::CodedInputStream* input, std::string** p) { in ReadBytes() function in google::protobuf::internal::WireFormatLite
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc584 bool WireFormatLite::ReadBytes(io::CodedInputStream* input, in ReadBytes() function in google::protobuf::internal::WireFormatLite
589 bool WireFormatLite::ReadBytes(io::CodedInputStream* input, std::string** p) { in ReadBytes() function in google::protobuf::internal::WireFormatLite
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/
H A Dquiche_data_reader_test.cc152 TEST(QuicheDataReaderTest, ReadBytes) { in TEST() argument
H A Dquiche_data_reader.cc259 bool QuicheDataReader::ReadBytes(void* result, size_t size) { in ReadBytes() function in quiche::QuicheDataReader
/aosp_15_r20/external/scudo/standalone/
H A Dlinux.cpp185 ssize_t ReadBytes; in getRandom() local
/aosp_15_r20/external/cronet/net/ntlm/
H A Dntlm_buffer_reader.cc52 bool NtlmBufferReader::ReadBytes(base::span<uint8_t> buffer) { in ReadBytes() function in net::ntlm::NtlmBufferReader
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
H A DParseContext.cs266 public ByteString ReadBytes() in ReadBytes() method

123