Searched refs:tmpObj (Results 1 – 1 of 1) sorted by relevance
70 std::stack<std::string> tmpObj = tmpObjPaths; in updateAssociationTree() local71 while (!tmpObj.empty()) in updateAssociationTree()73 std::string s = tmpObj.top(); in updateAssociationTree()74 tmpObj.pop(); in updateAssociationTree()