Searched refs:TVectorBuffer (Results 1 – 1 of 1) sorted by relevance
44 NONSHARABLE_CLASS(TVectorBuffer) : public TNodeBuffer in NONSHARABLE_CLASS() argument47 TVectorBuffer(); in NONSHARABLE_CLASS()64 TVectorBuffer<C>::TVectorBuffer() : iSize(0) in TVectorBuffer() function72 TInt TVectorBuffer<C>::Unreserved() const in Unreserved()98 TInt TVectorBuffer<C>::GetRoom(TInt aSize) const in GetRoom()106 TInt TVectorBuffer<C>::Append(const TDesC8& aData) //ei ole ok! in Append()149 TPtrC8 TVectorBuffer<C>::Shift() in Shift()168 TInt TVectorBuffer<C>::Size() const in Size()174 TPtrC8 TVectorBuffer<C>::operator[](TInt aIndex) const195 NONSHARABLE_CLASS(TVector) : public TVectorBuffer<C * sizeof(T)> in NONSHARABLE_CLASS()[all …]