Home
last modified time | relevance | path

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

12

/external/openthread/src/core/common/
Ddata.hpp168 const uint8_t *GetBytes(void) const { return mBuffer; } in GetBytes() function in ot::Data
328 uint8_t *GetBytes(void) { return AsNonConst(Base::GetBytes()); } in GetBytes() function in ot::MutableData
336 const uint8_t *GetBytes(void) const { return Base::GetBytes(); } in GetBytes() function in ot::MutableData
Dheap_data.hpp92 const uint8_t *GetBytes(void) const { return mData.GetBytes(); } in GetBytes() function in ot::Heap::Data
Dframe_builder.hpp70 const uint8_t *GetBytes(void) const { return mBuffer; } in GetBytes() function in ot::FrameBuilder
/external/llvm/unittests/Support/
DStreamingMemoryObjectTest.cpp21 size_t GetBytes(unsigned char *Buffer, size_t Length) override { in GetBytes() function in __anon8ebe3de80111::NullDataStreamer
32 size_t GetBytes(unsigned char *OutBuffer, size_t Length) override { in GetBytes() function in __anon8ebe3de80111::BufferStreamer
/external/ot-br-posix/src/utils/
Dsha256.hpp73 const uint8_t *GetBytes(void) const { return m8; } in GetBytes() function in otbr::Sha256::Hash
/external/openthread/src/core/net/
Dip6_address.hpp114 const uint8_t *GetBytes(void) const { return mPrefix.mFields.m8; } in GetBytes() function in ot::Ip6::Prefix
432 const uint8_t *GetBytes(void) const { return mFields.m8; } in GetBytes() function in ot::Ip6::InterfaceIdentifier
619 const uint8_t *GetBytes(void) const { return mFields.m8; } in GetBytes() function in ot::Ip6::Address
Dip4_types.hpp114 const uint8_t *GetBytes(void) const { return mFields.m8; } in GetBytes() function in ot::Ip4::Address
263 const uint8_t *GetBytes(void) const { return mAddress.mFields.m8; } in GetBytes() function in ot::Ip4::Cidr
/external/mdnsresponder/mDNSWindows/DLLX/
DTXTRecord.h176 GetBytes() in GetBytes() function
/external/openthread/src/core/crypto/
Dsha256.hpp86 const uint8_t *GetBytes(void) const { return m8; } in GetBytes() function in ot::Crypto::Sha256::Hash
Decdsa.hpp110 const uint8_t *GetBytes(void) const { return m8; } in GetBytes() function in ot::Crypto::Ecdsa::P256::Signature
336 const uint8_t *GetBytes(void) const { return m8; } in GetBytes() function in ot::Crypto::Ecdsa::P256::PublicKey
Dstorage.hpp235 const uint8_t *GetBytes(void) const { return mKey; } in GetBytes() function in ot::Crypto::Key
325 const uint8_t *GetBytes(void) const { return mKey; } in GetBytes() function in ot::Crypto::LiteralKey
/external/cronet/net/base/
Dtest_data_stream.cc17 void TestDataStream::GetBytes(char* buffer, int length) { in GetBytes() function in net::TestDataStream
/external/llvm/lib/Support/
DDataStream.cpp59 size_t GetBytes(unsigned char *buf, size_t len) override { in GetBytes() function in __anon26f865780111::DataFileStreamer
/external/swiftshader/third_party/subzero/pnacl-llvm/
DDataStream.cpp60 size_t GetBytes(unsigned char *buf, size_t len) override { in GetBytes() function in __anon17cab7860111::DataFileStreamer
/external/libultrahdr/third_party/image_io/includes/image_io/jpeg/
Djpeg_segment_info.h63 const std::vector<Byte>& GetBytes() const { return bytes_; } in GetBytes() function
/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.cc59 void FakeScatteredBuffer::GetBytes(size_t start, size_t length, uint8_t* buf) { in GetBytes() function in protozero::FakeScatteredBuffer
/external/tink/cc/subtle/
Dwycheproof_util.cc71 std::string WycheproofUtil::GetBytes(const rapidjson::Value &val) { in GetBytes() function in crypto::tink::subtle::WycheproofUtil
/external/openthread/src/core/thread/
Dnetwork_data.hpp166 const uint8_t *GetBytes(void) const { return mTlvs; } in GetBytes() function in ot::NetworkData::NetworkData
631 uint8_t *GetBytes(void) { return AsNonConst(AsConst(this)->GetBytes()); } in GetBytes() function in ot::NetworkData::MutableNetworkData
/external/pigweed/pw_bluetooth_sapphire/host/common/
Ddevice_class_test.cc84 TEST(DeviceClassTest, GetBytes) { in TEST() argument
/external/openthread/src/core/meshcop/
Ddataset.hpp758 uint8_t *GetBytes(void) { return mTlvs; } in GetBytes() function in ot::MeshCoP::Dataset
766 const uint8_t *GetBytes(void) const { return mTlvs; } in GetBytes() function in ot::MeshCoP::Dataset
/external/swiftshader/third_party/subzero/src/
DIceCompileServer.cpp89 size_t TextDataStreamer::GetBytes(unsigned char *Buf, size_t Len) { in GetBytes() function in Ice::__anond9e478830111::TextDataStreamer
/external/pigweed/pw_allocator/public/pw_allocator/
Dblock_allocator_testing.h129 ByteSpan GetBytes() override { return ByteSpan(buffer_); } in GetBytes() function
/external/llvm/unittests/Bitcode/
DBitReaderTest.cpp68 size_t GetBytes(unsigned char *Out, size_t Len) override { in GetBytes() function in __anon5636f09d0111::BufferDataStreamer
/external/cronet/third_party/boringssl/src/crypto/test/
Dfile_test.cc312 bool FileTest::GetBytes(std::vector<uint8_t> *out, const std::string &key) { in GetBytes() function in FileTest

12