Searched refs:activeTags (Results 1 – 7 of 7) sorted by relevance
6 private var activeTags = Set<String>() variable12 if self.activeTags.isEmpty { in definition()15 self.activeTags.insert(tag) in definition()20 self.activeTags.remove(tag) in definition()21 if self.activeTags.isEmpty { in definition()34 if !self.activeTags.isEmpty { in definition()40 if !self.activeTags.isEmpty { in definition()
4 const activeTags = new Set(); constant34 if (!activeTags.has(key)) {35 activeTags.add(key);53 activeTags.delete(key);54 if (activeTags.size === 0) {
1 …activeTags: Set<string> = new Set();\nconst emitter = new EventEmitter(ExpoScreenCapture);\n\ncons…
6 const activeTags: Set<string> = new Set(); constant40 if (!activeTags.has(key)) {41 activeTags.add(key);61 activeTags.delete(key);62 if (activeTags.size === 0) {