Searched defs:valueB (Results 1 – 2 of 2) sorted by relevance
73 String valueB = "boom"; in testOnMultiplePropertiesChanged() local
85 inline static bool areEqual(float valueA, float valueB) { return isZero(valueA - valueB); } in areEqual()