Home
last modified time | relevance | path

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

/platform_testing/libraries/motion/src/platform/test/motion/golden/
DDataPointType.kt42 NullDataPoint.isNullValue(jsonValue) -> DataPoint.nullValue() in fromJson()
DDataPoint.kt81 fun isNullValue(jsonValue: Any): Boolean { in asJson() method