Searched defs:MatrixHalConverter (Results 1 – 2 of 2) sorted by relevance
545 struct MatrixHalConverter : public XmlNodeConverter<MatrixHal> { struct546 std::string elementName() const override { return "hal"; } in elementName()547 void mutateNode(const MatrixHal &hal, NodeType *root, DocType *d) const override { in mutateNode()557 bool buildObject(MatrixHal* object, NodeType* root, std::string* error) const override { in buildObject()598 bool checkAdditionalRestrictionsOnHal(const MatrixHal& hal, std::string* error) const { in checkAdditionalRestrictionsOnHal()
481 TEST_F(LibVintfTest, MatrixHalConverter) { in TEST_F() argument