/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/impl/ |
D | ObjectIdWriter.java | 13 public final JavaType idType; field in ObjectIdWriter 53 idType = t; in ObjectIdWriter() 67 public static ObjectIdWriter construct(JavaType idType, PropertyName propName, in construct() argument 72 return new ObjectIdWriter(idType, serName, generator, null, alwaysAsId); in construct() 76 return new ObjectIdWriter(idType, propertyName, generator, ser, alwaysAsId); in withSerializer() 86 return new ObjectIdWriter(idType, propertyName, generator, serializer, newState); in withAlwaysAsId()
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsontype/impl/ |
D | StdTypeResolverBuilder.java | 54 protected StdTypeResolverBuilder(JsonTypeInfo.Id idType, in StdTypeResolverBuilder() argument 56 _idType = idType; in StdTypeResolverBuilder() 66 public StdTypeResolverBuilder init(JsonTypeInfo.Id idType, TypeIdResolver idRes) in init() argument 69 if (idType == null) { in init() 72 _idType = idType; in init() 75 _typeProperty = idType.getDefaultPropertyName(); in init()
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/ |
D | AbstractDeserializer.java | 132 JavaType idType; in createContextual() local 149 idType = idProp.getType(); in createContextual() 160 … idType = ctxt.getTypeFactory().findTypeParameters(type, ObjectIdGenerator.class)[0]; in createContextual() 163 JsonDeserializer<?> deser = ctxt.findRootValueDeserializer(idType); in createContextual() 164 … ObjectIdReader oir = ObjectIdReader.construct(idType, objectIdInfo.getPropertyName(), in createContextual()
|
D | BeanDeserializerFactory.java | 373 JavaType idType; in addObjectIdReader() local 387 idType = idProp.getType(); in addObjectIdReader() 391 idType = ctxt.getTypeFactory().findTypeParameters(type, ObjectIdGenerator.class)[0]; in addObjectIdReader() 396 JsonDeserializer<?> deser = ctxt.findRootValueDeserializer(idType); in addObjectIdReader() 397 builder.setObjectIdReader(ObjectIdReader.construct(idType, in addObjectIdReader()
|
D | BeanDeserializerBase.java | 751 JavaType idType; in createContextual() local 763 idType = idProp.getType(); in createContextual() 767 … idType = ctxt.getTypeFactory().findTypeParameters(type, ObjectIdGenerator.class)[0]; in createContextual() 771 JsonDeserializer<?> deser = ctxt.findRootValueDeserializer(idType); in createContextual() 772 oir = ObjectIdReader.construct(idType, objectIdInfo.getPropertyName(), in createContextual()
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/ |
D | ObjectIdReader.java | 64 public static ObjectIdReader construct(JavaType idType, PropertyName propName, in construct() argument 68 return new ObjectIdReader(idType, propName, generator, deser, idProp, resolver); in construct()
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | CheckUnits.java | 97 String idType; in handleCheck() local 117 idType = parts.getAttributeValue(-2, "type"); in handleCheck() 118 for (String shortUnitId : pathType.sampleComposedShortUnitIds.get(idType)) { in handleCheck()
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsontype/ |
D | TypeResolverBuilder.java | 99 public T init(JsonTypeInfo.Id idType, TypeIdResolver res); in init() argument
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/std/ |
D | BeanSerializerBase.java | 522 … JavaType idType = provider.getTypeFactory().findTypeParameters(type, ObjectIdGenerator.class)[0]; in createContextual() local 543 idType = idProp.getType(); in createContextual() 545 … oiw = ObjectIdWriter.construct(idType, (PropertyName) null, gen, objectIdInfo.getAlwaysAsId()); in createContextual() 548 oiw = ObjectIdWriter.construct(idType, objectIdInfo.getPropertyName(), gen, in createContextual() 583 JsonSerializer<?> ser = provider.findValueSerializer(oiw.idType, property); in createContextual()
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/ |
D | BeanSerializerFactory.java | 515 JavaType idType = idProp.getType(); in constructObjectIdHandler() local 518 … return ObjectIdWriter.construct(idType, (PropertyName) null, gen, objectIdInfo.getAlwaysAsId()); in constructObjectIdHandler() 524 … JavaType idType = prov.getTypeFactory().findTypeParameters(type, ObjectIdGenerator.class)[0]; in constructObjectIdHandler() local 526 return ObjectIdWriter.construct(idType, objectIdInfo.getPropertyName(), gen, in constructObjectIdHandler()
|
/external/python/cpython2/Mac/Modules/qt/ |
D | _Qtmodule.c | 8412 OSType idType; in Qt_AddSoundDescriptionExtension() local 8419 PyMac_GetOSType, &idType)) in Qt_AddSoundDescriptionExtension() 8423 idType); in Qt_AddSoundDescriptionExtension() 8436 OSType idType; in Qt_GetSoundDescriptionExtension() local 8442 PyMac_GetOSType, &idType)) in Qt_GetSoundDescriptionExtension() 8446 idType); in Qt_GetSoundDescriptionExtension() 8458 OSType idType; in Qt_RemoveSoundDescriptionExtension() local 8464 PyMac_GetOSType, &idType)) in Qt_RemoveSoundDescriptionExtension() 8467 idType); in Qt_RemoveSoundDescriptionExtension() 10597 long idType; in Qt_GetImageDescriptionExtension() local [all …]
|
/external/angle/src/libANGLE/capture/ |
D | FrameCapture.cpp | 5033 ResourceIDType idType = GetResourceIDTypeFromParamType(param.type); in onEndFrame() local 5034 if (idType != ResourceIDType::InvalidEnum) in onEndFrame() 5036 mHasResourceType.set(idType); in onEndFrame()
|