Home
last modified time | relevance | path

Searched refs:GetBytes (Results 1 – 18 of 18) sorted by relevance

/third_party/zlib/contrib/dotzlib/DotZLib/
DChecksumImpl.cs84 Update(Encoding.UTF8.GetBytes(data)); in Update()
94 Update(encoding.GetBytes(data)); in Update()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Support/
DDataStream.h28 virtual size_t GetBytes(unsigned char *buf, size_t len) = 0;
DStreamingMemoryObject.h68 Streamer->GetBytes(&Bytes[BytesRead + BytesSkipped], kChunkSize); in fetchToPos()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DDataStream.h29 virtual size_t GetBytes(unsigned char *buf, size_t len) = 0;
DStreamingMemoryObject.h67 size_t bytes = Streamer->GetBytes(&Bytes[BytesRead + BytesSkipped], in fetchToPos()
/third_party/protobuf/csharp/src/Google.Protobuf/
DWritingPrimitives.cs184 byte[] bytes = Utf8Encoding.GetBytes(value); in WriteString()
194 … bytesUsed = Utf8Encoding.GetBytes(sourceChars, source.Length, destinationBytes, buffer.Length); in WriteString()
207 byte[] bytes = Utf8Encoding.GetBytes(value); in WriteString()
DByteString.cs260 return new ByteString(encoding.GetBytes(text)); in CopyFrom()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceCompileServer.cpp63 size_t GetBytes(unsigned char *Buf, size_t Len) final;
89 size_t TextDataStreamer::GetBytes(unsigned char *Buf, size_t Len) { in GetBytes() function in Ice::__anon2c33b4620111::TextDataStreamer
DWasmTranslator.cpp1477 InputStream->GetBytes(&Buffer[BytesRead], Buffer.size() - BytesRead); in translate()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
DDataStream.cpp60 size_t GetBytes(unsigned char *buf, size_t len) override { in GetBytes() function in __anonb4016f450111::DataFileStreamer
DStreamingMemoryObject.cpp138 BytesRead = this->Streamer->GetBytes(&Bytes[0], kChunkSize); in StreamingMemoryObject()
/third_party/lzma/CPP/7zip/UI/Common/
DZipRegistry.h71 UInt64 GetBytes(UInt64 ramSize) const in GetBytes() function
/third_party/ffmpeg/libavdevice/
Ddecklink_dec.cpp621 … if (packet->GetBytes(bmdAncillaryPacketFormatUInt8, (const void**) &data, &size) == S_OK) { in handle_klv()
885 videoFrame->GetBytes(&frameBytes); in VideoInputFrameArrived()
1064 audioFrame->GetBytes(&audioFrameBytes); in VideoInputFrameArrived()
Ddecklink_enc.cpp80 virtual HRESULT STDMETHODCALLTYPE GetBytes (void **buffer) in GetBytes() function in decklink_frame
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DWriteRawPrimitivesBenchmark.cs514 result[i] = ByteString.CopyFrom(Encoding.UTF8.GetBytes(str)); in CreateByteStrings()
/third_party/vixl/src/aarch64/
Dsimulator-aarch64.h328 const uint8_t* GetBytes() const { return value_; } in GetBytes() function
2448 PrintRegisterValue(sim_register.GetBytes(),
2466 PrintRegisterValueFPAnnotations(sim_register.GetBytes(), lane_mask, format);
2471 PrintRegisterValueFPAnnotations(sim_register.GetBytes(),
Dsimulator-aarch64.cc1464 const uint8_t* value = vregisters_[rt_code].GetBytes() + byte_index; in Simulator()
1532 const uint8_t* value = vregisters_[code].GetBytes() + byte_index; in Simulator()
/third_party/libabigail/tests/lib/
Dcatch.hpp1606 auto bytes = System::Text::Encoding::UTF8->GetBytes(ref->ToString());