Searched refs:methodPart (Results 1 – 1 of 1) sorted by relevance
856 for (auto methodPart : method->fChildren) { in methodOut() local857 if (MarkType::kParam == methodPart->fMarkType) { in methodOut()858 column = SkTMax(column, methodPart->fName.length()); in methodOut()860 } else if (MarkType::kReturn == methodPart->fMarkType) { in methodOut()868 for (auto methodPart : method->fChildren) { in methodOut() local869 if (MarkType::kParam == methodPart->fMarkType) { in methodOut()872 this->writeString(methodPart->fName.c_str()); in methodOut()873 } else if (MarkType::kReturn == methodPart->fMarkType) { in methodOut()880 this->descriptionOut(methodPart, SkipFirstLine::kNo, Phrase::kYes); in methodOut()