Searched refs:idents (Results 1 – 1 of 1) sorted by relevance
1607 std::vector<std::string> idents; in getSamplerExternalAliases() local1614 idents.push_back(curr); in getSamplerExternalAliases()1619 if (*c == '\n' || idents.size() == 3) break; in getSamplerExternalAliases()1629 if (idents.size() != 3) continue; in getSamplerExternalAliases()1631 const std::string& defineLhs = idents[1]; in getSamplerExternalAliases()1632 const std::string& defineRhs = idents[2]; in getSamplerExternalAliases()