Home
last modified time | relevance | path

Searched refs:methodPart (Results 1 – 1 of 1) sorted by relevance

/external/skqp/tools/bookmaker/
DincludeWriter.cpp856 for (auto methodPart : method->fChildren) { in methodOut() local
857 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() local
869 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()