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()
1181 struct MatrixXmlFileConverter : public XmlNodeConverter<MatrixXmlFile> {1183 void mutateNode(const MatrixXmlFile& f, NodeType* root, DocType* d) const override { in mutateNode()1192 bool buildObject(MatrixXmlFile* object, NodeType* root, std::string* error) const override { in buildObject()1336 std::vector<MatrixXmlFile> xmlFiles; in buildObject()
40 struct MatrixXmlFile : public XmlFile { struct44 bool operator==(const MatrixXmlFile& other) const; argument
50 public XmlFileGroup<MatrixXmlFile>,
76 MatrixXmlFile f; in addXmlFile()