Searched refs:ConfigurationParser (Results 1 – 4 of 4) sorted by relevance
131 class ConfigurationParser {135 static std::optional<ConfigurationParser> ForPath(const std::string& path);138 static ConfigurationParser ForContents(const std::string& contents, const std::string& path) { in ForContents()139 ConfigurationParser parser{contents, path}; in ForContents()144 ConfigurationParser& WithDiagnostics(android::IDiagnostics* diagnostics) { in WithDiagnostics()161 ConfigurationParser(std::string contents, const std::string& config_path);
429 std::optional<ConfigurationParser> ConfigurationParser::ForPath(const std::string& path) { in ForPath()434 return ConfigurationParser(contents, path); in ForPath()437 ConfigurationParser::ConfigurationParser(std::string contents, const std::string& config_path) in ConfigurationParser() function in aapt::ConfigurationParser441 std::optional<std::vector<OutputArtifact>> ConfigurationParser::Parse( in Parse()
363 std::optional<ConfigurationParser> for_path = ConfigurationParser::ForPath(path); in Action()
93 "configuration/ConfigurationParser.cpp",