Home
last modified time | relevance | path

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

/aosp12/system/tools/hidl/lint/lints/
H A DmethodDocComment.cpp35 static bool getFirstWordAfterPrefix(const std::string& str, const std::string& prefix, in getFirstWordAfterPrefix() function
99 if (bool foundPrefix = getFirstWordAfterPrefix(line, "@return", &returnName); in methodDocComments()
128 if (bool foundPrefix = getFirstWordAfterPrefix(line, "@param", &returnName); in methodDocComments()