Lines Matching refs:buildObject

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
715 bool buildObject(ManifestHal* object, NodeType* root, std::string* error) const override { in buildObject() function
846 bool buildObject(Sepolicy* object, NodeType* root, std::string* error) const override { in buildObject() function
869 bool buildObject(Vndk* object, NodeType* root, std::string* error) const override { in buildObject() function
886 bool buildObject(VendorNdk* object, NodeType* root, std::string* error) const override { in buildObject() function
904 bool buildObject(SystemSdk* object, NodeType* root, std::string* error) const override { in buildObject() function
916 bool buildObject(Version* object, NodeType* root, std::string* error) const override { in buildObject() function
931 bool buildObject(ManifestXmlFile* object, NodeType* root, std::string* error) const override { in buildObject() function
963 bool buildObject(KernelInfo* o, NodeType* root, std::string* error) const override { in buildObject() function
1024 bool buildObject(HalManifest* object, NodeType* root, std::string* error) const override { in buildObject() function
1128 bool buildObject(Version* object, NodeType* root, std::string* error) const override { in buildObject() function
1145 bool buildObject(MatrixXmlFile* object, NodeType* root, std::string* error) const override { in buildObject() function
1217 bool buildObject(CompatibilityMatrix* object, NodeType* root, in buildObject() function