Lines Matching refs:C2String
65 virtual C2String getName() const override { in getName()
456 virtual C2String getName() const override;
466 C2String name, std::shared_ptr<C2ComponentInterface> *const interface) override;
468 C2String name, std::shared_ptr<C2Component> *const component) override;
642 c2_status_t findComponent(C2String name, std::shared_ptr<ComponentModule> *module);
651 std::map<C2String, ComponentLoader> mComponents; ///< path -> component module
652 std::map<C2String, C2String> mComponentNameToPath; ///< name -> path
903 const C2String &path = pathAndLoader.first; in visitComponents()
911 for (const C2String &alias : traits->aliases) { in visitComponents()
927 C2String name, std::shared_ptr<ComponentModule> *module) { in findComponent()
939 C2String name, std::shared_ptr<C2Component> *const component) { in createComponent()
952 C2String name, std::shared_ptr<C2ComponentInterface> *const interface) { in createInterface()
974 C2String C2PlatformComponentStore::getName() const { in getName()