Searched refs:NoopParser (Results 1 – 3 of 3) sorted by relevance
42 class NoopParser : public TextParserBase {44 NoopParser() : TextParserBase(String8("NoopParser")) {}; in NoopParser() function45 ~NoopParser() {}; in ~NoopParser()
26 status_t NoopParser::Parse(const int in, const int out) const in Parse()
52 return new NoopParser(); in selectParser()