Home
last modified time | relevance | path

Searched refs:_type2 (Results 1 – 3 of 3) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/
DAnnotationCollector.java259 private final Class<?> _type1, _type2; field in AnnotationCollector.TwoAnnotations
266 _type2 = type2; in TwoAnnotations()
276 if (_type2 == cls) { in get()
284 return (_type1 == cls) || (_type2 == cls); in has()
290 if ((cls == _type1) || (cls == _type2)) { in hasOneOf()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
DSAX2DTM2.java202 if (_nodeType == _type2(result)) { in next()
654 int type = _type2(node); in setStartNode()
871 if (_type2(node) == DTM.ATTRIBUTE_NODE) in setStartNode()
916 int type = _type2(_currentNode); in next()
1077 int type = _type2(node); in setStartNode()
1125 int type = _type2(current); in next()
1182 type = _type2(current); in next()
1197 type = _type2(current); in next()
1204 && (_exptype2(node) != nodeType && _type2(node) != nodeType)); in next()
1599 type = _type2(node); in next()
[all …]
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/impl/
DPropertySerializerMap.java285 private final Class<?> _type1, _type2; field in PropertySerializerMap.Double
295 _type2 = type2; in Double()
305 if (type == _type2) { in serializerFor()
316 ts[1] = new TypeAndSerializer(_type2, _serializer2); in newWith()