Home
last modified time | relevance | path

Searched refs:JSON_EMPTY (Results 1 – 5 of 5) sorted by relevance

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/convert/
DCoerceMiscScalarsTest.java57 private final String JSON_EMPTY = quote(""); field in CoerceMiscScalarsTest
213 _checkEmptyStringBuilder(DEFAULT_MAPPER.readValue(JSON_EMPTY, StringBuilder.class)); in testStringBuilderCoercions()
214 _checkEmptyStringBuilder(MAPPER_EMPTY_TO_EMPTY.readValue(JSON_EMPTY, StringBuilder.class)); in testStringBuilderCoercions()
215 … _checkEmptyStringBuilder(MAPPER_EMPTY_TO_TRY_CONVERT.readValue(JSON_EMPTY, StringBuilder.class)); in testStringBuilderCoercions()
216 _checkEmptyStringBuilder(MAPPER_EMPTY_TO_NULL.readValue(JSON_EMPTY, StringBuilder.class)); in testStringBuilderCoercions()
218 _checkEmptyStringBuilder(MAPPER_EMPTY_TO_FAIL.readValue(JSON_EMPTY, StringBuilder.class)); in testStringBuilderCoercions()
257 assertNull(mapper.readerFor(target).readValue(JSON_EMPTY)); in _testScalarEmptyToNull()
263 Object result = mapper.readerFor(target).readValue(JSON_EMPTY); in _testScalarEmptyToEmpty()
274 .readValue(JSON_EMPTY); in _verifyScalarToFail()
DCoercePojosTest.java18 private final String JSON_EMPTY = quote(""); field in CoercePojosTest
35 JSON_EMPTY); in testPOJOFromEmptyStringLegacy() local
41 _testPOJOFromEmptyGlobalConfig(CoercionInputShape.EmptyString, JSON_EMPTY, null); in testPOJOFromEmptyGlobalConfig()
46 _testPOJOFromEmptyLogicalTypeConfig(CoercionInputShape.EmptyString, JSON_EMPTY, null); in testPOJOFromEmptyLogicalTypeConfig()
51 _testPOJOFromEmptyPhysicalTypeConfig(CoercionInputShape.EmptyString, JSON_EMPTY, null); in testPOJOFromEmptyPhysicalTypeConfig()
DCoerceContainersTest.java13 private final String JSON_EMPTY = quote(""); field in CoerceContainersTest
160 VANILLA_MAPPER.readerFor(targetType).readValue(JSON_EMPTY); in _verifyNoCoercion()
169 return COERCING_MAPPER.readerFor(targetType).readValue(JSON_EMPTY); in _readWithCoercion()
173 return COERCING_MAPPER.readerFor(targetType).readValue(JSON_EMPTY); in _readWithCoercion()
/external/wpa_supplicant_8/src/utils/
Djson.c247 curr_token->state == JSON_EMPTY) { in json_parse()
267 curr_token->state = JSON_EMPTY; in json_parse()
287 if (curr_token->child->state == JSON_EMPTY && in json_parse()
313 curr_token->state == JSON_EMPTY) { in json_parse()
320 } else if (curr_token->state == JSON_EMPTY) { in json_parse()
358 curr_token->state = JSON_EMPTY; in json_parse()
385 curr_token->state == JSON_EMPTY) { in json_parse()
443 curr_token->state == JSON_EMPTY) { in json_parse()
Djson.h23 JSON_EMPTY, enumerator