Searched refs:tagNames (Results 1 – 3 of 3) sorted by relevance
50 vector<string> tagNames; member69 BatchResultValues (const vector<string>& tagNames) in BatchResultValues() argument70 : m_tagNames(tagNames) in BatchResultValues()151 const vector<string>& tagNames = m_result.getTagNames(); in testCaseResultComplete() local158 tagResult.values.resize(tagNames.size()); in testCaseResultComplete()183 for (int valNdx = 0; valNdx < (int)tagNames.size(); valNdx++) in testCaseResultComplete()184 tagResult.values[valNdx] = findValueByTag(fullResult.resultItems, tagNames[valNdx]); in testCaseResultComplete()223 BatchResultValues values(cmdLine.tagNames); in printTaggedValues()273 cmdLine.tagNames.push_back(arg); in parseCommandLine()
164 private popUntilPopped(tagNames: $[], targetNS: NS): void {165 const idx = this._indexOfTagNames(tagNames, targetNS);184 private _indexOfTagNames(tagNames: $[], namespace: NS): number {186 …if (tagNames.includes(this.tagIDs[i]) && this.treeAdapter.getNamespaceURI(this.items[i]) === names…193 private clearBackTo(tagNames: $[], targetNS: NS): void {194 const idx = this._indexOfTagNames(tagNames, targetNS);
3892 def tag_delete(self, *tagNames): argument3894 self.tk.call((self._w, 'tag', 'delete') + tagNames)