Lines Matching full:indent
387 void NetlinkAttribute::Print(int log_level, int indent) const {
389 VLOG(log_level) << HeaderToPrint(indent) << " "
414 string NetlinkAttribute::HeaderToPrint(int indent) const {
417 indent * kSpacesPerIndent, "",
833 void NetlinkNestedAttribute::Print(int log_level, int indent) const {
834 VLOG(log_level) << HeaderToPrint(indent);
835 value_->Print(log_level, indent + 1);