Searched refs:pretty_print_ (Results 1 – 4 of 4) sorted by relevance
53 pretty_print_((options & OPTIONS_PRETTY_PRINT) != 0), in JSONWriter()123 if (pretty_print_) in BuildJSONString()136 if (pretty_print_) in BuildJSONString()146 if (pretty_print_) in BuildJSONString()154 if (pretty_print_) in BuildJSONString()169 if (pretty_print_) in BuildJSONString()173 if (pretty_print_) in BuildJSONString()178 if (pretty_print_) in BuildJSONString()187 if (pretty_print_) { in BuildJSONString()
34 void set_pretty_print(bool new_value) { pretty_print_ = new_value; } in set_pretty_print()35 bool pretty_print() { return pretty_print_; } in pretty_print()42 bool pretty_print_; // If true, serialization will span multiple lines. variable
15 pretty_print_(false) { in JSONStringValueSerializer()37 if (pretty_print_) in SerializeInternal()
65 bool pretty_print_; variable