/aosp_15_r20/external/pigweed/pw_protobuf/public/pw_protobuf/ |
H A D | decoder.h | 141 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 D | MemoryBuffer.cpp | 217 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 D | byte_builder_size_report.cc | 41 void ReadBytes() { in ReadBytes() function
|
/aosp_15_r20/external/pigweed/pw_sys_io/ |
H A D | sys_io.cc | 19 StatusWithSize ReadBytes(ByteSpan dest) { in ReadBytes() function
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/ |
H A D | input.cc | 30 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 D | frame_data.cpp | 87 Error FrameData::ReadBytes(void *aBuffer, uint16_t aLength) in ReadBytes() function in ot::FrameData
|
H A D | message.cpp | 640 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 D | InBuffer.cpp | 117 size_t CInBufferBase::ReadBytes(Byte *buf, size_t size) in ReadBytes() function in CInBufferBase
|
/aosp_15_r20/frameworks/libs/binary_translation/tools/nogrod/ |
D | byte_input_stream.cc | 91 std::vector<uint8_t> ByteInputStream::ReadBytes(uint64_t size) { in ReadBytes() function in nogrod::ByteInputStream
|
/aosp_15_r20/system/unwinding/libunwindstack/ |
H A D | DwarfMemory.cpp | 29 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/ |
D | string.go | 160 func (s *String) ReadBytes(out *[]byte, n int) bool { func
|
/aosp_15_r20/external/libchrome/base/ |
H A D | big_endian.cc | 21 bool BigEndianReader::ReadBytes(void* out, size_t len) { in ReadBytes() function in base::BigEndianReader
|
/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | byte_buffer.cc | 143 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 D | SpiIo.h | 215 UINT32 ReadBytes; member
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Protocol/ |
H A D | SpiIo.h | 221 UINT32 ReadBytes; member
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/ |
H A D | SpiIo.h | 215 UINT32 ReadBytes; member
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/ |
H A D | SpiIo.h | 215 UINT32 ReadBytes; member
|
/aosp_15_r20/external/google-breakpad/src/common/mac/ |
H A D | macho_walker.cc | 103 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 D | wire_format_lite.cc | 584 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 D | wire_format_lite.cc | 584 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 D | quiche_data_reader_test.cc | 152 TEST(QuicheDataReaderTest, ReadBytes) { in TEST() argument
|
H A D | quiche_data_reader.cc | 259 bool QuicheDataReader::ReadBytes(void* result, size_t size) { in ReadBytes() function in quiche::QuicheDataReader
|
/aosp_15_r20/external/scudo/standalone/ |
H A D | linux.cpp | 185 ssize_t ReadBytes; in getRandom() local
|
/aosp_15_r20/external/cronet/net/ntlm/ |
H A D | ntlm_buffer_reader.cc | 52 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 D | ParseContext.cs | 266 public ByteString ReadBytes() in ReadBytes() method
|