Home
last modified time | relevance | path

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

/aosp_15_r20/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()
257 MatrixXmlFile& xmlFileToAdd = pair.second; in addAllXmlFilesAsOptional()
H A Dparse_xml.cpp1438 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()
/aosp_15_r20/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>,
/aosp_15_r20/system/libvintf/test/
H A DLibVintfTest.cpp77 MatrixXmlFile f; in addXmlFile()