Searched refs:MatrixXmlFile (Results 1 – 6 of 6) sorted by relevance
22 bool MatrixXmlFile::operator==(const MatrixXmlFile& other) const { in operator ==()
131 const MatrixXmlFile& matrixXmlFile = it->second; in getXmlSchemaPath()256 MatrixXmlFile& xmlFileToAdd = pair.second; in addAllXmlFilesAsOptional()
1435 struct MatrixXmlFileConverter : public XmlNodeConverter<MatrixXmlFile> {1437 void mutateNode(const MatrixXmlFile& object, NodeType* root, in mutateNode()1446 bool buildObject(MatrixXmlFile* object, NodeType* root, in buildObject()1588 std::vector<MatrixXmlFile> xmlFiles; in buildObject()
40 struct MatrixXmlFile : public XmlFile { struct43 bool operator==(const MatrixXmlFile& other) const; argument
50 public XmlFileGroup<MatrixXmlFile>,
77 MatrixXmlFile f; in addXmlFile()