Searched refs:LastDotPos (Results 1 – 1 of 1) sorted by relevance
2194 size_t LastDotPos = 0; in genPackVarOfType() local2197 while (LastDotPos != std::string::npos) { in genPackVarOfType()2198 LastDotPos = ElementVarName.find_first_of('.', LastDotPos + 1); in genPackVarOfType()