Searched refs:PadAmount (Results 1 – 1 of 1) sorted by relevance
401 int PadAmount = FS.Width - Len; in operator <<() local402 if (FS.RightJustify && (PadAmount > 0)) in operator <<()403 this->indent(PadAmount); in operator <<()405 if (!FS.RightJustify && (PadAmount > 0)) in operator <<()406 this->indent(PadAmount); in operator <<()