Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Common/
DInBuffer.cpp99 size_t CInBufferBase::ReadBytes(Byte *buf, size_t size) in ReadBytes() function in CInBufferBase
/third_party/protobuf/csharp/src/Google.Protobuf/
DParseContext.cs247 public ByteString ReadBytes() in ReadBytes() method
DCodedInputStream.cs469 public ByteString ReadBytes() in ReadBytes() method in Google.Protobuf.CodedInputStream
DParsingPrimitives.cs568 … 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/node/deps/v8/src/wasm/
Dstreaming-decoder.cc253 size_t AsyncStreamingDecoder::DecodingState::ReadBytes( in ReadBytes() function in v8::internal::wasm::AsyncStreamingDecoder::DecodingState
529 size_t AsyncStreamingDecoder::DecodeVarInt32::ReadBytes( in ReadBytes() function in v8::internal::wasm::AsyncStreamingDecoder::DecodeVarInt32
/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.cc558 bool WireFormatLite::ReadBytes(io::CodedInputStream* input, in ReadBytes() function in google::protobuf::internal::WireFormatLite
563 bool WireFormatLite::ReadBytes(io::CodedInputStream* input, std::string** p) { in ReadBytes() function in google::protobuf::internal::WireFormatLite
/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/lzma/CPP/7zip/Archive/7z/
D7zIn.h379 void ReadBytes(Byte *data, size_t size) { _inByteBack->ReadBytes(data, size); } in ReadBytes() function
D7zIn.cpp148 void CInByte2::ReadBytes(Byte *data, size_t size) in ReadBytes() function in NArchive::N7z::CInByte2
/third_party/node/deps/v8/tools/
Dgrokdump.py832 def ReadBytes(self, address, size): member in MinidumpReader
/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