Searched refs:smart_array_ptr (Results 1 – 9 of 9) sorted by relevance
127 class smart_array_ptr137 smart_array_ptr() : _p(0) {} in smart_array_ptr() function140 smart_array_ptr(ptr_type p) : _p(p) {} in smart_array_ptr() function144 virtual ~smart_array_ptr() { safe_delete(); } in ~smart_array_ptr()202 smart_array_ptr<T> & operator = (const_ptr_type p)
66 …smart_array_ptr<ghs_secinfo_t> m_info; //!< Pointer to the .secinfo entries. Will be NULL if there…
41 smart_array_ptr<char> buffer = new char[1024]; in log()
118 smart_array_ptr<uint8_t> buffer = new uint8_t[COLLECTION_BUFFER_SIZE]; in buildMemoryImage()
163 smart_array_ptr<uint8_t> data = new uint8_t[length]; in createDataSource()
227 smart_array_ptr<uint8_t> m_data; //!< The data.
538 smart_array_ptr<uint8_t> m_data; //!< Pointer to data to load.868 smart_array_ptr<uint8_t> m_data; //!< The section's contents.
90 smart_array_ptr<RijndaelCBCMAC> macs(0); in writeToStream()308 smart_array_ptr<uint8_t> digestBlocks = new uint8_t[digestBlocksSize]; in writeToStream()
459 smart_array_ptr<uint8_t> buffer = new uint8_t[dataLength]; in extractSection()