Searched refs:LastDotPos (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp1169 size_t LastDotPos = 0; local
1172 while (LastDotPos != std::string::npos) {
1173 LastDotPos = ElementVarName.find_first_of('.', LastDotPos + 1);

Completed in 34 milliseconds