Home | History | Annotate | Download | only in test

Lines Matching refs:offset

19   int offset = 0;

20 XmlRpcValue booleanFalseXml("<value><boolean>0</boolean></value>", &offset);
21 offset = 0;
22 XmlRpcValue booleanTrueXml("<value><boolean>1</boolean></value>", &offset);
41 int offset = 0;
42 XmlRpcValue int0Xml("<value><int>0</int></value>", &offset);
43 offset = 0;
44 XmlRpcValue int9Xml("<value><i4>9</i4></value>", &offset);
55 int offset = 0;
56 XmlRpcValue dXml("<value><double>56.3</double></value>", &offset);
66 int offset = 0;
67 XmlRpcValue vscXml(csxml, &offset);
68 offset = 0;
69 XmlRpcValue vssXml(ssxml, &offset);
72 offset = 0;
73 XmlRpcValue fromXml(vssXml.toXml(), &offset);
78 offset = 0;
79 XmlRpcValue emptyStringVal1(emptyStringXml, &offset);
84 offset = 0;
85 XmlRpcValue blankStringVal(emptyStringXml, &offset);
93 int offset = 0;
94 XmlRpcValue dateTime("<value><dateTime.iso8601>19040101T03:12:35</dateTime.iso8601></value>", &offset);
122 int offset = 0;
123 XmlRpcValue aXml(csaXml, &offset);
160 int offset = 0;
161 XmlRpcValue structXml(csStructXml, &offset);