Searched refs:_type2 (Results 1 – 3 of 3) sorted by relevance
259 private final Class<?> _type1, _type2; field in AnnotationCollector.TwoAnnotations266 _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()
202 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 …]
285 private final Class<?> _type1, _type2; field in PropertySerializerMap.Double295 _type2 = type2; in Double()305 if (type == _type2) { in serializerFor()316 ts[1] = new TypeAndSerializer(_type2, _serializer2); in newWith()