Searched refs:nsWritableFragment (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsTObsoleteAString.h85 * A |nsWritableFragment| provides non-|const| access to a contiguous hunk of
90 * An |nsWritableFragment| is the underlying machinery that lets
96 struct nsWritableFragment struct in class:nsTObsoleteAString_CharT
102 nsWritableFragment() : mStart(0), mEnd(0), mFragmentIdentifier(0) {} function in struct:nsTObsoleteAString_CharT::nsWritableFragment
112 typedef nsWritableFragment fragment_type;
/vbox/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/
H A DnsStdStringWrapper.h89 virtual CharT* GetWritableFragment( nsWritableFragment<CharT>&, nsFragmentRequest, PRUint32 );
200 basic_nsStdStringWrapper<CharT, TraitsT, AllocatorT>::GetWritableFragment( nsWritableFragment<CharT>& aFragment, nsFragmentRequest aRequest, PRUint32 aOffset )

Completed in 55 milliseconds