Searched refs:anyBuilders_ (Results 1 – 2 of 2) sorted by relevance
689 auto it = anyBuilders_.find(id); in ConstructAny()690 return it != anyBuilders_.end() ? it->second->Construct() : nullptr; in ConstructAny()695 return anyBuilders_.find(id) != anyBuilders_.end(); in IsAnyRegistered()700 if (anyBuilders_.find(builder->GetObjectId()) != anyBuilders_.end()) { in RegisterAny()703 anyBuilders_[builder->GetObjectId()] = builder; in RegisterAny()708 anyBuilders_.erase(id); in UnregisterAny()
180 BASE_NS::unordered_map<ObjectId, BASE_NS::shared_ptr<AnyBuilder>> anyBuilders_; variable