Home
last modified time | relevance | path

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

/third_party/zlib/contrib/dotzlib/DotZLib/
H A 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/llvm-subzero/include/llvm/Support/
H A DDataStream.h29 virtual size_t GetBytes(unsigned char *buf, size_t len) = 0;
H A DStreamingMemoryObject.h60 // time to avoid making too many potentially expensive GetBytes
67 size_t bytes = Streamer->GetBytes(&Bytes[BytesRead + BytesSkipped], in fetchToPos()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Support/
H A DDataStream.h28 virtual size_t GetBytes(unsigned char *buf, size_t len) = 0;
H A DStreamingMemoryObject.h60 // time to avoid making too many potentially expensive GetBytes
68 Streamer->GetBytes(&Bytes[BytesRead + BytesSkipped], kChunkSize); in fetchToPos()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
H A DDataStream.cpp60 size_t GetBytes(unsigned char *buf, size_t len) override {
H A DStreamingMemoryObject.cpp138 BytesRead = this->Streamer->GetBytes(&Bytes[0], kChunkSize); in StreamingMemoryObject()
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DWritingPrimitives.cs183 // slowpath when Encoding.GetBytes(Char*, Int32, Byte*, Int32) is not available in WriteString()
184 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()
H A DByteString.cs260 return new ByteString(encoding.GetBytes(text)); in CopyFrom()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A 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::__anon25468::TextDataStreamer
H A DWasmTranslator.cpp1477 InputStream->GetBytes(&Buffer[BytesRead], Buffer.size() - BytesRead); in translate()
/third_party/lzma/CPP/7zip/UI/Common/
H A DZipRegistry.h71 UInt64 GetBytes(UInt64 ramSize) const in GetBytes() function
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
H A DWriteRawPrimitivesBenchmark.cs514 result[i] = ByteString.CopyFrom(Encoding.UTF8.GetBytes(str)); in CreateByteStrings()
/third_party/ffmpeg/libavdevice/
H A 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()
H A Ddecklink_enc.cpp80 virtual HRESULT STDMETHODCALLTYPE GetBytes (void **buffer) in GetBytes() function in decklink_frame
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.h536 const uint8_t* GetBytes() const { return value_; } in GetBytes() function in vixl::aarch64::SimRegisterBase
2694 PrintRegisterValue(sim_register.GetBytes(),
2712 PrintRegisterValueFPAnnotations(sim_register.GetBytes(), lane_mask, format);
2717 PrintRegisterValueFPAnnotations(sim_register.GetBytes(),
H A Dsimulator-aarch64.cc1573 const uint8_t* value = vregisters_[rt_code].GetBytes() + byte_index; in Simulator()
1641 const uint8_t* value = vregisters_[code].GetBytes() + byte_index; in Simulator()
/third_party/libabigail/tests/lib/
H A Dcatch.hpp1606 auto bytes = System::Text::Encoding::UTF8->GetBytes(ref->ToString());

Completed in 56 milliseconds