HomeSort by relevance Sort by last modified time
    Searched refs:DataIterator (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathByteStream.h 59 typedef Data::const_iterator DataIterator;
61 DataIterator begin() { return m_data.begin(); }
62 DataIterator end() { return m_data.end(); }
66 for (DataIterator it = other->begin(); it != other->end(); ++it)
SVGPathByteStreamSource.h 95 SVGPathByteStream::DataIterator m_streamCurrent;
96 SVGPathByteStream::DataIterator m_streamEnd;
  /frameworks/compile/mclinker/include/mcld/Support/
GCFactory.h 25 * \brief DataIteratorBase provides the basic functions of DataIterator
26 * @see DataIterator
57 /** \class DataIterator
58 * \brief DataIterator provides STL compatible iterator for allocators
61 class DataIterator : public DataIteratorBase<ChunkType>
68 typedef DataIterator<ChunkType, Traits> Self;
72 typedef DataIterator<ChunkType, nonconst_traits> iterator;
74 typedef DataIterator<ChunkType, const_traits> const_iterator;
80 DataIterator()
84 DataIterator(ChunkType* pChunk, unsigned int pPos
    [all...]

Completed in 138 milliseconds