Home
last modified time | relevance | path

Searched refs:MatrixXmlFile (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/libvintf/
H A DXmlFile.cpp22 bool MatrixXmlFile::operator==(const MatrixXmlFile& other) const { in operator ==()
H A DCompatibilityMatrix.cpp131 const MatrixXmlFile& matrixXmlFile = it->second; in getXmlSchemaPath()
256 MatrixXmlFile& xmlFileToAdd = pair.second; in addAllXmlFilesAsOptional()
H A Dparse_xml.cpp1181 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()
/aosp12/system/libvintf/include/vintf/
H A DXmlFile.h40 struct MatrixXmlFile : public XmlFile { struct
44 bool operator==(const MatrixXmlFile& other) const; argument
H A DCompatibilityMatrix.h50 public XmlFileGroup<MatrixXmlFile>,
/aosp12/system/libvintf/test/
H A DLibVintfTest.cpp76 MatrixXmlFile f; in addXmlFile()