Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Common/
DInBuffer.cpp117 size_t CInBufferBase::ReadBytes(Byte *buf, size_t size) in ReadBytes() function in CInBufferBase
/third_party/protobuf/csharp/src/Google.Protobuf/
DParseContext.cs205 public ByteString ReadBytes() => ParsingPrimitives.ReadBytes(ref buffer, ref state); in ReadBytes() method
DCodedInputStream.cs442 public ByteString ReadBytes() in ReadBytes() method in Google.Protobuf.CodedInputStream
DParsingPrimitives.cs542 … public static ByteString ReadBytes(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ReadBytes() method in Google.Protobuf.ParsingPrimitives
/third_party/skia/third_party/externals/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
/third_party/grpc/test/core/event_engine/test_suite/posix/
Doracle_event_engine_posix.cc132 std::string ReadBytes(int sockfd, int& saved_errno, int num_expected_bytes) { in ReadBytes() function
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
Dreadable_font_data.cc86 int32_t ReadableFontData::ReadBytes(int32_t index, in ReadBytes() function in sfntly::ReadableFontData
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DMemoryBuffer.cpp239 ssize_t ReadBytes; in getMemoryBufferForStream() local
/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.cc576 bool WireFormatLite::ReadBytes(io::CodedInputStream* input, in ReadBytes() function in google::protobuf::internal::WireFormatLite
581 bool WireFormatLite::ReadBytes(io::CodedInputStream* input, std::string** p) { in ReadBytes() function in google::protobuf::internal::WireFormatLite
Dwire_format_lite.h1296 inline bool WireFormatLite::ReadBytes(io::CodedInputStream* input, in ReadBytes() function
1302 inline bool WireFormatLite::ReadBytes(io::CodedInputStream* input, in ReadBytes() function
/third_party/lzma/CPP/7zip/Archive/7z/
D7zIn.h382 void ReadBytes(Byte *data, size_t size) { _inByteBack->ReadBytes(data, size); } in ReadBytes() function
D7zIn.cpp156 void CInByte2::ReadBytes(Byte *data, size_t size) in ReadBytes() function in NArchive::N7z::CInByte2
/third_party/grpc/tools/codegen/core/
Dgen_huffman_decompressor.cc1247 std::string ReadBytes(int bytes_needed, int bytes_allowed) { in ReadBytes() function in FunMaker
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp97578 BufferList<AllocPolicy>::ReadBytes(IterImpl& aIter, char* aData, size_t aSize) const in ReadBytes() function in mozilla::BufferList