Home
last modified time | relevance | path

Searched defs:GetBytes (Results 1 – 25 of 28) sorted by relevance

12

/external/llvm-project/lldb/source/Utility/
DDataBufferLLVM.cpp26 uint8_t *DataBufferLLVM::GetBytes() { in GetBytes() function in DataBufferLLVM
30 const uint8_t *DataBufferLLVM::GetBytes() const { in GetBytes() function in DataBufferLLVM
DDataBufferHeap.cpp34 uint8_t *DataBufferHeap::GetBytes() { in GetBytes() function in DataBufferHeap
40 const uint8_t *DataBufferHeap::GetBytes() const { in GetBytes() function in DataBufferHeap
DEvent.cpp138 const void *EventDataBytes::GetBytes() const { in GetBytes() function in EventDataBytes
DRegisterValue.cpp693 const void *RegisterValue::GetBytes() const { in GetBytes() function in RegisterValue
DScalar.cpp113 void Scalar::GetBytes(llvm::MutableArrayRef<uint8_t> storage) const { in GetBytes() function in Scalar
/external/llvm-project/lldb/include/lldb/Utility/
DDataBuffer.h87 uint8_t *GetBytes() override { return m_bytes; } in GetBytes() function
88 const uint8_t *GetBytes() const override { return m_bytes; } in GetBytes() function
DUUID.h76 llvm::ArrayRef<uint8_t> GetBytes() const { return m_bytes; } in GetBytes() function
/external/llvm/unittests/Support/
DStreamingMemoryObjectTest.cpp21 size_t GetBytes(unsigned char *Buffer, size_t Length) override { in GetBytes() function in __anon3285af1b0111::NullDataStreamer
32 size_t GetBytes(unsigned char *OutBuffer, size_t Length) override { in GetBytes() function in __anon3285af1b0111::BufferStreamer
/external/mdnsresponder/mDNSWindows/DLLX/
DTXTRecord.h176 GetBytes() in GetBytes() function
/external/llvm/lib/Support/
DDataStream.cpp59 size_t GetBytes(unsigned char *buf, size_t len) override { in GetBytes() function in __anona04244cb0111::DataFileStreamer
/external/swiftshader/third_party/subzero/pnacl-llvm/
DDataStream.cpp60 size_t GetBytes(unsigned char *buf, size_t len) override { in GetBytes() function in __anon3dd7e0990111::DataFileStreamer
/external/image_io/includes/image_io/jpeg/
Djpeg_segment_info.h63 const std::vector<Byte>& GetBytes() const { return bytes_; } in GetBytes() function
/external/perfetto/src/protozero/test/
Dfake_scattered_buffer.cc58 void FakeScatteredBuffer::GetBytes(size_t start, size_t length, uint8_t* buf) { in GetBytes() function in protozero::FakeScatteredBuffer
/external/tensorflow/tensorflow/core/platform/s3/
Daws_crypto.cc108 virtual void GetBytes(unsigned char* buffer, size_t bufferSize) override { in GetBytes() function in tensorflow::AWSSecureRandomBytesImpl
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/s3/
Daws_crypto.cc106 void GetBytes(unsigned char* buffer, size_t bufferSize) override { in GetBytes() function in tf_s3_filesystem::AWSSecureRandomBytesImpl
/external/swiftshader/third_party/subzero/src/
DIceCompileServer.cpp89 size_t TextDataStreamer::GetBytes(unsigned char *Buf, size_t Len) { in GetBytes() function in Ice::__anon09974b360111::TextDataStreamer
/external/llvm-project/lldb/source/Host/windows/
DConnectionGenericFileWindows.cpp41 size_t GetBytes() const { return m_bytes; } in GetBytes() function in __anone990ab230111::ReturnInfo
/external/llvm/unittests/Bitcode/
DBitReaderTest.cpp68 size_t GetBytes(unsigned char *Out, size_t Len) override { in GetBytes() function in __anond578bd500111::BufferDataStreamer
DBitstreamReaderTest.cpp25 size_t GetBytes(unsigned char *OutBuffer, size_t Length) override { in GetBytes() function in __anonee39b3dc0111::BufferStreamer
/external/rust/crates/quiche/deps/boringssl/src/crypto/test/
Dfile_test.cc311 bool FileTest::GetBytes(std::vector<uint8_t> *out, const std::string &key) { in GetBytes() function in FileTest
/external/boringssl/src/crypto/test/
Dfile_test.cc310 bool FileTest::GetBytes(std::vector<uint8_t> *out, const std::string &key) { in GetBytes() function in FileTest
/external/llvm-project/llvm/unittests/Support/
DDataExtractorTest.cpp357 TEST(DataExtractorTest, GetBytes) { in TEST() argument
/external/llvm-project/lldb/unittests/Utility/
DScalarTest.cpp123 TEST(ScalarTest, GetBytes) { in TEST() argument
/external/llvm-project/lldb/source/DataFormatters/
DStringPrinter.cpp47 const uint8_t *GetBytes() const { return m_data; } in GetBytes() function in DecodedCharBuffer
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonDataObjects.cpp300 llvm::ArrayRef<uint8_t> PythonBytes::GetBytes() const { in GetBytes() function in PythonBytes
345 llvm::ArrayRef<uint8_t> PythonByteArray::GetBytes() const { in GetBytes() function in PythonByteArray

12