Searched refs:AddChildPtable (Results 1 – 4 of 4) sorted by relevance
33 void AddChildPtable(std::unique_ptr<Ptable> child) override;
111 void CompositePtable::AddChildPtable(std::unique_ptr<Ptable> child) in AddChildPtable() function in Updater::CompositePtable
66 virtual void AddChildPtable(std::unique_ptr<Ptable> child) {} in AddChildPtable() function
283 pPtable_->AddChildPtable(iter->second()); in InitCompositePtable()