Searched refs:UnmappedDataSource (Results 1 – 4 of 4) sorted by relevance
84 #pragma mark *** UnmappedDataSource ***86 UnmappedDataSource::UnmappedDataSource() in UnmappedDataSource() function in UnmappedDataSource91 UnmappedDataSource::UnmappedDataSource(const uint8_t * data, unsigned length) in UnmappedDataSource() function in UnmappedDataSource100 void UnmappedDataSource::setData(const uint8_t * data, unsigned length) in setData()110 unsigned UnmappedDataSource::getData(unsigned offset, unsigned maxBytes, uint8_t * buffer) in getData()
196 class UnmappedDataSource : public DataSource, public DataSource::Segment200 UnmappedDataSource();203 UnmappedDataSource(const uint8_t * data, unsigned length);
177 return new UnmappedDataSource(data, length); in createDataSource()
1090 source = new UnmappedDataSource(stringContents, static_cast<unsigned>(stringData->size())); in createSourceFromNode()1096 source = new UnmappedDataSource(blob->getData(), blob->getLength()); in createSourceFromNode()