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()257 MatrixXmlFile& xmlFileToAdd = pair.second; in addAllXmlFilesAsOptional()
1438 struct MatrixXmlFileConverter : public XmlNodeConverter<MatrixXmlFile> {1440 void mutateNode(const MatrixXmlFile& object, NodeType* root, in mutateNode()1450 bool buildObject(MatrixXmlFile* object, NodeType* root, in buildObject()1593 std::vector<MatrixXmlFile> xmlFiles; in buildObject()
40 struct MatrixXmlFile : public XmlFile { struct44 bool operator==(const MatrixXmlFile& other) const; argument
50 public XmlFileGroup<MatrixXmlFile>,
77 MatrixXmlFile f; in addXmlFile()