Searched refs:getInputByName (Results 1 – 5 of 5) sorted by relevance
79 bool InputConfig::getInputByName(const std::string& name, Input* result) in getInputByName() function in InputConfig94 if(!getInputByName(name, &comp)) in isMappedTo()
118 bool getInputByName(const std::string& name, Input* result);
194 if (!mTargetConfig->getInputByName("HotKeyEnable", &input)) { in GuiInputConfig()199 mTargetConfig->getInputByName("Select", &input); in GuiInputConfig()
120 ProtobufLoader::getInputByName(llvm::StringRef name) const { in getInputByName() function in glow::ProtobufLoader
336 Expected<Placeholder *> getInputByName(llvm::StringRef name) const;