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::vector<std::string>>().AppendValues() in AddGeneratedArtifactMappings()
99 .WithType<std::vector<std::string>>().AppendValues() in AddGeneratedArtifactMappings()
105 .WithType<std::string>() in AddGeneratedArtifactMappings()
112 .WithType<std::vector<std::string>>().AppendValues() in AddImageMappings()
115 .WithType<std::string>() in AddImageMappings()
118 .WithType<std::string>() in AddImageMappings()
121 .WithType<std::string>() in AddImageMappings()
124 .WithType<std::string>() in AddImageMappings()
132 .WithType<std::string>() in AddImageMappings()
145 .WithType<std::string>() in AddSwapMappings()
161 .WithType<std::string>() in AddCompilerMappings()
164 .WithType<std::string>() in AddCompilerMappings()
167 .WithType<std::string>() in AddCompilerMappings()
170 .WithType<std::string>() in AddCompilerMappings()
173 .WithType<std::string>() in AddCompilerMappings()
176 .WithType<std::string>() in AddCompilerMappings()
182 .WithType<std::string>() in AddCompilerMappings()
192 .WithType<std::string>() in AddTargetMappings()
195 .WithType<std::string>() in AddTargetMappings()
220 .WithType<std::string>() in CreateArgumentParser()
243 .WithType<std::string>() in CreateArgumentParser()
246 .WithType<std::string>() in CreateArgumentParser()
249 .WithType<std::string>() in CreateArgumentParser()
257 .WithType<std::vector<std::string>>().AppendValues() in CreateArgumentParser()
260 .WithType<std::string>() in CreateArgumentParser()
272 std::string* error_msg) { in Parse()