Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/
Dbyte_stream_wrappers.h38 void ReadBytes(uint8_t* buffer, size_t length) { in ReadBytes() function
/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/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/flutter/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/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