| D | xcode_object.cc | 174 void PrintValue(std::ostream& out, IndentRules rules, unsigned value) { in PrintValue() argument 178 void PrintValue(std::ostream& out, IndentRules rules, const char* value) { in PrintValue() argument 183 IndentRules rules, in PrintValue() argument 188 void PrintValue(std::ostream& out, IndentRules rules, const NoReference& obj) { in PrintValue() argument 192 void PrintValue(std::ostream& out, IndentRules rules, const PBXObject* value) { in PrintValue() argument 198 IndentRules rules, in PrintValue() argument 200 PrintValue(out, rules, value.get()); in PrintValue() 205 IndentRules rules, in PrintValue() argument 207 IndentRules sub_rule{rules.one_line, rules.level + 1}; in PrintValue() 208 out << "(" << (rules.one_line ? " " : "\n"); in PrintValue() [all …]
|