Searched refs:pretty_print_ (Results 1 – 6 of 6) sorted by relevance
53 pretty_print_((options & OPTIONS_PRETTY_PRINT) != 0), in JSONWriter()123 if (pretty_print_) in BuildJSONString()138 if (pretty_print_) in BuildJSONString()148 if (pretty_print_) in BuildJSONString()156 if (pretty_print_) in BuildJSONString()172 if (pretty_print_) in BuildJSONString()176 if (pretty_print_) in BuildJSONString()181 if (pretty_print_) in BuildJSONString()190 if (pretty_print_) { in BuildJSONString()
63 bool pretty_print_; variable
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()