Lines Matching refs:string

28   Result Parse(const std::string& option) {  in Parse()
31 return Result::Failure(std::string("Not a valid instruction set: '") + option + "'"); in Parse()
59 .WithType<std::vector<std::string>>().AppendValues() in AddInputMappings()
62 .WithType<std::vector<std::string>>().AppendValues() in AddInputMappings()
68 .WithType<std::string>() in AddInputMappings()
71 .WithType<std::string>() in AddInputMappings()
81 .WithType<std::string>() in AddGeneratedArtifactMappings()
87 .WithType<std::string>() in AddGeneratedArtifactMappings()
93 .WithType<std::string>() in AddGeneratedArtifactMappings()
96 .WithType<std::string>() in AddGeneratedArtifactMappings()
99 .WithType<std::string>() in AddGeneratedArtifactMappings()
107 .WithType<std::string>() in AddGeneratedArtifactMappings()
114 .WithType<std::string>() in AddImageMappings()
120 .WithType<std::string>() in AddImageMappings()
123 .WithType<std::string>() in AddImageMappings()
132 .WithType<std::string>() in AddImageMappings()
135 .WithType<std::string>() in AddImageMappings()
148 .WithType<std::string>() in AddSwapMappings()
164 .WithType<std::string>() in AddCompilerMappings()
167 .WithType<std::string>() in AddCompilerMappings()
173 .WithType<std::string>() in AddCompilerMappings()
183 .WithType<std::string>() in AddTargetMappings()
186 .WithType<std::string>() in AddTargetMappings()
214 .WithType<std::string>() in CreateArgumentParser()
241 .WithType<std::string>() in CreateArgumentParser()
244 .WithType<std::string>() in CreateArgumentParser()
247 .WithType<std::string>() in CreateArgumentParser()
250 .WithType<std::string>() in CreateArgumentParser()
253 .WithType<std::string>() in CreateArgumentParser()
261 .WithType<std::vector<std::string>>().AppendValues() in CreateArgumentParser()
264 .WithType<std::string>() in CreateArgumentParser()
278 std::string* error_msg) { in Parse()