Searched refs:valueCollector (Results 1 – 1 of 1) sorted by relevance
33 private val valueCollector: MutableMap<String, MutableList<DataPoint<*>>>, in capture() constant in platform.test.motion.golden.TimeSeriesCaptureScope48 valueCollector.computeIfAbsent(name) { mutableListOf() }.add(dataPoint) in capture()63 with(TimeSeriesCaptureScope(observing?.let(resolveRelated), valueCollector)) { in capture()