Searched defs:nsWritableFragment (Results 1 - 1 of 1) 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;

Completed in 54 milliseconds