/third_party/zlib/contrib/dotzlib/DotZLib/ |
D | ChecksumImpl.cs | 84 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/ |
D | DataStream.h | 28 virtual size_t GetBytes(unsigned char *buf, size_t len) = 0;
|
D | StreamingMemoryObject.h | 68 Streamer->GetBytes(&Bytes[BytesRead + BytesSkipped], kChunkSize); in fetchToPos()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | DataStream.h | 29 virtual size_t GetBytes(unsigned char *buf, size_t len) = 0;
|
D | StreamingMemoryObject.h | 67 size_t bytes = Streamer->GetBytes(&Bytes[BytesRead + BytesSkipped], in fetchToPos()
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | WritingPrimitives.cs | 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()
|
D | ByteString.cs | 260 return new ByteString(encoding.GetBytes(text)); in CopyFrom()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceCompileServer.cpp | 63 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
|
D | WasmTranslator.cpp | 1477 InputStream->GetBytes(&Buffer[BytesRead], Buffer.size() - BytesRead); in translate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/ |
D | DataStream.cpp | 60 size_t GetBytes(unsigned char *buf, size_t len) override { in GetBytes() function in __anonb4016f450111::DataFileStreamer
|
D | StreamingMemoryObject.cpp | 138 BytesRead = this->Streamer->GetBytes(&Bytes[0], kChunkSize); in StreamingMemoryObject()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
D | ZipRegistry.h | 71 UInt64 GetBytes(UInt64 ramSize) const in GetBytes() function
|
/third_party/ffmpeg/libavdevice/ |
D | decklink_dec.cpp | 621 … 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()
|
D | decklink_enc.cpp | 80 virtual HRESULT STDMETHODCALLTYPE GetBytes (void **buffer) in GetBytes() function in decklink_frame
|
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
D | WriteRawPrimitivesBenchmark.cs | 514 result[i] = ByteString.CopyFrom(Encoding.UTF8.GetBytes(str)); in CreateByteStrings()
|
/third_party/vixl/src/aarch64/ |
D | simulator-aarch64.h | 328 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(),
|
D | simulator-aarch64.cc | 1464 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/ |
D | catch.hpp | 1606 auto bytes = System::Text::Encoding::UTF8->GetBytes(ref->ToString());
|