Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection.cpp1272 size_t LastDotPos = 0; in genPackVarOfType() local
1275 while (LastDotPos != std::string::npos) { in genPackVarOfType()
1276 LastDotPos = ElementVarName.find_first_of('.', LastDotPos + 1); in genPackVarOfType()