Searched refs:kNoOutParamTypes (Results 1 – 1 of 1) sorted by relevance
155 static const std::vector<std::string> kNoOutParamTypes = {"ParcelFileDescriptor", in shouldWarnOutParam() local169 return std::find(kNoOutParamTypes.begin(), kNoOutParamTypes.end(), typeName) != in shouldWarnOutParam()170 kNoOutParamTypes.end(); in shouldWarnOutParam()