/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/ |
D | SoapObject.java | 122 if (otherProp instanceof PropertyInfo && in isPropertyEqual() 123 thisProp instanceof PropertyInfo) { in isPropertyEqual() 125 PropertyInfo otherPropInfo = (PropertyInfo) otherProp; in isPropertyEqual() 126 PropertyInfo thisPropInfo = (PropertyInfo) thisProp; in isPropertyEqual() 150 if (prop instanceof PropertyInfo) { in getProperty() 151 return ((PropertyInfo) prop).getValue(); in getProperty() 161 PropertyInfo propertyInfo = (PropertyInfo) properties.elementAt(index); in getPropertyAsString() 286 PropertyInfo propertyInfo = (PropertyInfo) properties.elementAt(index.intValue()); in getPrimitiveProperty() 290 propertyInfo = new PropertyInfo(); in getPrimitiveProperty() 311 PropertyInfo propertyInfo = (PropertyInfo) properties.elementAt(index.intValue()); in getPrimitivePropertyAsString() [all …]
|
D | PropertyInfo.java | 36 public class PropertyInfo implements java.io.Serializable class 44 public static final PropertyInfo OBJECT_TYPE = new PropertyInfo(); 82 public PropertyInfo elementType; 84 public PropertyInfo() in PropertyInfo() method in PropertyInfo 99 public PropertyInfo getElementType() in getElementType() 108 public void setElementType(PropertyInfo elementType) in setElementType()
|
D | SppPropertyInfo.java | 44 public static final PropertyInfo OBJECT_TYPE = new PropertyInfo(); 82 public PropertyInfo elementType; 99 public PropertyInfo getElementType() in getElementType() 108 public void setElementType(PropertyInfo elementType) in setElementType()
|
D | DM.java | 36 …public Object readInstance(XmlPullParser parser, String namespace, String name, PropertyInfo excep… in readInstance() 105 cm.addMapping(cm.xsd, "int", PropertyInfo.INTEGER_CLASS, this); in register() 106 cm.addMapping(cm.xsd, "long", PropertyInfo.LONG_CLASS, this); in register() 107 cm.addMapping(cm.xsd, "string", PropertyInfo.STRING_CLASS, this); in register() 108 cm.addMapping(cm.xsd, "boolean", PropertyInfo.BOOLEAN_CLASS, this); in register()
|
D | SoapSerializationEnvelope.java | 111 addMapping(enc, ARRAY_MAPPING_NAME, PropertyInfo.VECTOR_CLASS); in SoapSerializationEnvelope() 160 PropertyInfo.OBJECT_TYPE); in parseBody() 201 PropertyInfo info = new PropertyInfo(); in readSerializable() 248 ((SoapObject) obj).getNamespace(), name, PropertyInfo.OBJECT_TYPE)); in readSerializable() 326 null, null, PropertyInfo.OBJECT_TYPE)); in readUnknown() 347 protected void readVector(XmlPullParser parser, Vector v, PropertyInfo elementType) in readVector() 368 elementType = PropertyInfo.OBJECT_TYPE; in readVector() 404 PropertyInfo expected) in read() 497 PropertyInfo expected) in readInstance() 573 if ((type instanceof Class) && type != PropertyInfo.OBJECT_CLASS) { in getInfo() [all …]
|
D | MarshalHashtable.java | 50 PropertyInfo expected) in readInstance() 58 Object key = envelope.read(parser, item, 0, null, null, PropertyInfo.OBJECT_TYPE); in readInstance() 63 Object value = envelope.read(parser, item, 1, null, null, PropertyInfo.OBJECT_TYPE); in readInstance()
|
D | AttributeInfo.java | 27 public class AttributeInfo extends PropertyInfo
|
D | KvmSerializable.java | 63 void getPropertyInfo(int index, Hashtable properties, PropertyInfo info); in getPropertyInfo()
|
D | Marshal.java | 43 PropertyInfo expected) in readInstance()
|
D | MarshalBase64.java | 35 PropertyInfo expected) in readInstance()
|
D | MarshalDate.java | 35 PropertyInfo expected) in readInstance()
|
D | AttributeContainer.java | 257 attributeInfo.type = value == null ? PropertyInfo.OBJECT_CLASS : value.getClass(); in addAttribute()
|
/external/ksoap2/ |
D | 0001-ksoap2-update.patch | 300 attributeInfo.type = value == null ? PropertyInfo.OBJECT_CLASS : value.getClass(); 370 - PropertyInfo expected) 371 + public Object readInstance(XmlPullParser parser, String namespace, String name, PropertyInfo e… 525 void getPropertyInfo(int index, Hashtable properties, PropertyInfo info); 536 - PropertyInfo expected) 537 + public Object readInstance(XmlPullParser parser, String namespace, String name, PropertyInfo e… 550 - PropertyInfo expected) 551 + public Object readInstance(XmlPullParser parser, String namespace, String name, PropertyInfo e… 564 - PropertyInfo expected) 565 + public Object readInstance(XmlPullParser parser, String namespace, String name, PropertyInfo e… [all …]
|
/external/protobuf/csharp/src/Google.Protobuf/Compatibility/ |
D | PropertyInfoExtensions.cs | 48 internal static MethodInfo GetGetMethod(this PropertyInfo target) in GetGetMethod() 58 internal static MethodInfo GetSetMethod(this PropertyInfo target) in GetSetMethod()
|
D | TypeExtensions.cs | 70 internal static PropertyInfo GetProperty(this Type target, string name) in GetProperty()
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | MapFieldAccessor.cs | 44 …internal MapFieldAccessor(PropertyInfo property, FieldDescriptor descriptor) : base(property, desc… in MapFieldAccessor()
|
D | RepeatedFieldAccessor.cs | 44 …internal RepeatedFieldAccessor(PropertyInfo property, FieldDescriptor descriptor) : base(property,… in RepeatedFieldAccessor()
|
D | FieldAccessorBase.cs | 47 internal FieldAccessorBase(PropertyInfo property, FieldDescriptor descriptor) in FieldAccessorBase()
|
D | OneofAccessor.cs | 48 …internal OneofAccessor(PropertyInfo caseProperty, MethodInfo clearMethod, OneofDescriptor descript… in OneofAccessor()
|
D | SingleFieldAccessor.cs | 52 …internal SingleFieldAccessor(PropertyInfo property, FieldDescriptor descriptor) : base(property, d… in SingleFieldAccessor()
|
/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/serialization/ |
D | MarshalFloat.java | 31 PropertyInfo propertyInfo) in readInstance()
|