Home
last modified time | relevance | path

Searched refs:MatrixXmlFileConverter (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/libvintf/include/vintf/
H A DXmlFile.h48 friend struct MatrixXmlFileConverter;
/aosp12/system/libvintf/
H A Dparse_xml.cpp1181 struct MatrixXmlFileConverter : public XmlNodeConverter<MatrixXmlFile> { struct
1260 appendChildren(root, MatrixXmlFileConverter{}, m.getXmlFiles(), d); in mutateNode()
1337 if (!parseChildren(root, MatrixXmlFileConverter{}, &xmlFiles, error)) { in buildObject()