Searched refs:buildObject (Results 1 – 1 of 1) sorted by relevance
/system/libvintf/ |
D | parse_xml.cpp | 148 virtual bool buildObject(Object* o, NodeType* n, std::string* error) const = 0; 178 return this->buildObject(object, root, error); in deserialize() 413 virtual bool buildObject(Object* object, NodeType* root, std::string* error) const override { in buildObject() function 436 virtual bool buildObject(Pair* pair, NodeType* root, std::string* error) const override { in buildObject() function 462 bool buildObject(TransportArch* object, NodeType* root, std::string* error) const override { in buildObject() function 482 bool buildObject(KernelConfigTypedValue* object, NodeType* root, in buildObject() function 510 bool buildObject(HalInterface* intf, NodeType* root, std::string* error) const override { in buildObject() function 557 bool buildObject(MatrixHal* object, NodeType* root, std::string* error) const override { in buildObject() function 635 bool buildObject(std::vector<KernelConfig>* object, NodeType* root, in buildObject() function 667 bool buildObject(MatrixKernel* object, NodeType* root, std::string* error) const override { in buildObject() function [all …]
|