Home | History | Annotate | Download | only in Support

Lines Matching refs:BaseSize

1280     size_t BaseSize = 0;
1282 BaseSize = std::max(BaseSize, std::strlen(getOption(i))+8);
1283 return BaseSize;