Searched defs:VintfObjectBuilder (Results 1 – 1 of 1) sorted by relevance
49 class VintfObjectBuilder; variable381 VintfObjectBuilder(std::unique_ptr<VintfObject>&& object) : mObject(std::move(object)) {} in VintfObjectBuilder() function