Searched defs:size_forward (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsStringIterator.h156 size_forward() const function in class:nsReadingIterator
172 difference_type step = NS_MIN(n, size_forward());
292 size_forward() const
308 difference_type step = NS_MIN(n, size_forward());
328 NS_ASSERTION(size_forward() > 0, "You can't |write| into an |nsWritingIterator| with no space!");

Completed in 42 milliseconds