Home
last modified time | relevance | path

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

/system/tools/hidl/
DDocComment.cpp46 const std::string& sanitizedLine = line.substr(idx); in DocComment() local
47 int i = sanitizedLine.size(); in DocComment()
48 for (; i > 0 && isspace(sanitizedLine[i - 1]); i--) in DocComment()
58 mLines.push_back(sanitizedLine.substr(0, i)); in DocComment()