Searched refs:kXmlRpcStructTypeKey (Results 1 – 3 of 3) sorted by relevance
21 static const char kXmlRpcStructTypeKey[] = "xmlrpc_struct_type_key"; variable43 value[kXmlRpcStructTypeKey] = "AssociationResult"; in ConvertToXmlRpcValue()
22 static const char kXmlRpcStructTypeKey[] = "xmlrpc_struct_type_key"; variable27 if ((*xml_rpc_value_in)[kXmlRpcStructTypeKey] != expected_type) { in AssertStructTypeStringFromXmlRpcValue()29 << "Recieved: " << (*xml_rpc_value_in)[kXmlRpcStructTypeKey]; in AssertStructTypeStringFromXmlRpcValue()
25 static const char kXmlRpcStructTypeKey[] = "xmlrpc_struct_type_key"; variable44 const std::string& security_type = (*xml_rpc_value_in)[kXmlRpcStructTypeKey]; in CreateSecurityConfigObject()