Searched refs:formatOptions_ (Results 1 – 1 of 1) sorted by relevance
54 …Base(os, allocator, levelDepth), indentChar_(' '), indentCharCount_(4), formatOptions_(kFormatDefa… in Base()76 formatOptions_ = options; in SetFormatOptions()155 if (!empty && !(formatOptions_ & kFormatSingleLineArray)) {198 if (formatOptions_ & kFormatSingleLineArray) in PrettyPrefix()202 if (!(formatOptions_ & kFormatSingleLineArray)) { in PrettyPrefix()241 PrettyFormatOptions formatOptions_; variable