Searched refs:goodValue (Results 1 – 2 of 2) sorted by relevance
19 const uint8_t goodValue = 2; in TEST() local26 std::fill(data.begin(), data.begin() + dataSize, goodValue); in TEST()31 auto checkDataIsSafe = [=](uint8_t item) { return item == goodValue; }; in TEST()
1137 Object goodValue = h.value().handleWeirdNativeValue(this, targetType, badValue, p); in handleWeirdNativeValue() local1138 if (goodValue != DeserializationProblemHandler.NOT_HANDLED) { in handleWeirdNativeValue()1140 if ((goodValue == null) || raw.isInstance(goodValue)) { in handleWeirdNativeValue()1141 return goodValue; in handleWeirdNativeValue()1146 ClassUtil.getClassDescription(goodValue) in handleWeirdNativeValue()