Lines Matching refs:multiline
91 this->separator(this->multiline());
102 * This can be overridden for a particular object by passing false for multiline, this will
106 void beginObject(const char* name = nullptr, bool multiline = true) {
111 fNewlineStack.push_back(multiline);
122 bool wasMultiline = this->multiline();
134 * This can be overridden for a particular array by passing false for multiline, this will
138 void beginArray(const char* name = nullptr, bool multiline = true) {
143 fNewlineStack.push_back(multiline);
154 bool wasMultiline = this->multiline();
280 this->separator(this->multiline());
291 void separator(bool multiline) {
293 if (multiline) {
323 bool multiline() const {