Home
last modified time | relevance | path

Searched refs:NullDataPoint (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/motion/src/platform/test/motion/golden/
DDataPoint.kt47 @Suppress("UNCHECKED_CAST") return NullDataPoint.instance as NullDataPoint<T> in asJson()
74 class NullDataPoint<T> private constructor() : DataPoint<T> { class
79 internal val instance = NullDataPoint<Any>() in asJson()
DDataPointType.kt42 NullDataPoint.isNullValue(jsonValue) -> DataPoint.nullValue() in fromJson()