Home | History | Annotate | Download | only in Support

Lines Matching refs:BaseSize

1251     size_t BaseSize = 0;
1253 BaseSize = std::max(BaseSize, std::strlen(getOption(i))+8);
1254 return BaseSize;