Searched refs:Parser (Results 1 – 11 of 11) sorted by relevance
30 Parser::Parser() { in Parser() function in Parser33 Parser& Parser::GetInstance() { in GetInstance()34 static Parser instance; in GetInstance()38 void Parser::AddSectionParser(const std::string& name, in AddSectionParser()43 void Parser::ParseData(const std::string& filename, const std::string& data) { in ParseData()95 bool Parser::ParseConfigFile(const std::string& path) { in ParseConfigFile()117 bool Parser::ParseConfigDir(const std::string& path) { in ParseConfigDir()138 bool Parser::ParseConfig(const std::string& path) { in ParseConfig()145 void Parser::DumpState() const { in DumpState()
37 class Parser {39 static Parser& GetInstance();46 Parser();
50 if (!Parser::GetInstance().ParseConfig(s)) { in EndFile()
684 Parser& parser = Parser::GetInstance(); in main()
483 Parser& parser = Parser::GetInstance(); in import_late()
32 int yyparse(Parser*);119 Parser::Parser(const IoDelegate& io_delegate) in Parser() function in Parser212 Parser::~Parser() { in ~Parser()220 bool Parser::ParseFile(const string& filename) { in ParseFile()255 void Parser::ReportError(const string& err, unsigned line) { in ReportError()260 std::vector<std::string> Parser::Package() const { in Package()267 void Parser::AddImport(AidlQualifiedName* name, unsigned line) { in AddImport()
342 class Parser {344 explicit Parser(const android::aidl::IoDelegate& io_delegate);345 ~Parser();385 DISALLOW_COPY_AND_ASSIGN(Parser);
527 Parser p{io_delegate}; in load_and_validate_aidl()569 Parser p{io_delegate}; in load_and_validate_aidl()708 Parser p{io_delegate}; in preprocess_aidl()
14 %parse-param { Parser* ps }
134 Parser parser(map, tokenizer); in load()156 PropertyMap::Parser::Parser(PropertyMap* map, Tokenizer* tokenizer) : in Parser() function in android::PropertyMap::Parser160 PropertyMap::Parser::~Parser() { in ~Parser()163 status_t PropertyMap::Parser::parse() { in parse()
84 class Parser {89 Parser(PropertyMap* map, Tokenizer* tokenizer);90 ~Parser();