Searched refs:multNsp (Results 1 – 2 of 2) sorted by relevance
48 if (multNsp[depth_ - 1].size() == 0) { in SplicNsp()54 out_.append(multNsp[depth_ - 1][i * 2]); // 2: number of args in SplicNsp()56 out_.append(multNsp[depth_ - 1][i * 2 + 1]); // 2: number of args in SplicNsp()59 multNsp[depth_ - 1].clear(); in SplicNsp()116 … multNsp[depth_][curNspNum * 2] = elementStack[depth_ * 3]; // 3: number of args 2: number of args in SetNamespace()117 …multNsp[depth_][curNspNum * 2 + 1] = elementStack[depth_ * 3 + 1]; // 3: number of args 2: number … in SetNamespace()
158 std::map<int, std::map<int, std::string>> multNsp; variable