Home
last modified time | relevance | path

Searched refs:astruct (Results 1 – 2 of 2) sorted by relevance

/external/xmlrpcpp/test/
DTestValuesWin32.cpp167 XmlRpcValue astruct; in testStruct() local
168 astruct["array"] = a; in testStruct()
169 assert(astruct["array"][2] == struct1["d"]); in testStruct()
DTestValues.cpp164 XmlRpcValue astruct; in testStruct() local
165 astruct["array"] = a; in testStruct()
166 assert(astruct["array"][2] == struct1["d"]); in testStruct()