Searched refs:mutateNode (Results 1 – 1 of 1) sorted by relevance
/system/libvintf/ |
D | parse_xml.cpp | 144 virtual void mutateNode(const Object &o, NodeType *n, DocType *d) const = 0; 145 virtual void mutateNode(const Object& o, NodeType* n, DocType* d, SerializeFlags::Type) const { in mutateNode() function 146 mutateNode(o, n, d); in mutateNode() 156 this->mutateNode(o, root, d, flags); in serialize() 410 virtual void mutateNode(const Object &object, NodeType *root, DocType *d) const override { in mutateNode() function 432 virtual void mutateNode(const Pair& pair, NodeType* root, DocType* d) const override { in mutateNode() function 456 void mutateNode(const TransportArch &object, NodeType *root, DocType *d) const override { in mutateNode() function 478 … void mutateNode(const KernelConfigTypedValue &object, NodeType *root, DocType *d) const override { in mutateNode() function 505 void mutateNode(const HalInterface &intf, NodeType *root, DocType *d) const override { in mutateNode() function 547 void mutateNode(const MatrixHal &hal, NodeType *root, DocType *d) const override { in mutateNode() function [all …]
|