Searched refs:ConfigurationParser (Results 1 – 4 of 4) sorted by relevance
134 class ConfigurationParser {138 static Maybe<ConfigurationParser> ForPath(const std::string& path);141 static ConfigurationParser ForContents(const std::string& contents, const std::string& path) { in ForContents()142 ConfigurationParser parser{contents, path}; in ForContents()147 ConfigurationParser& WithDiagnostics(IDiagnostics* diagnostics) { in WithDiagnostics()164 ConfigurationParser(std::string contents, const std::string& config_path);
431 Maybe<ConfigurationParser> ConfigurationParser::ForPath(const std::string& path) { in ForPath()436 return ConfigurationParser(contents, path); in ForPath()439 ConfigurationParser::ConfigurationParser(std::string contents, const std::string& config_path) in ConfigurationParser() function in aapt::ConfigurationParser443 Maybe<std::vector<OutputArtifact>> ConfigurationParser::Parse( in Parse()
386 Maybe<ConfigurationParser> for_path = ConfigurationParser::ForPath(path); in Optimize()
84 "configuration/ConfigurationParser.cpp",