Searched refs:CpuInfoParser (Results 1 – 4 of 4) sorted by relevance
28 class CpuInfoParser : public TextParserBase {30 CpuInfoParser() : TextParserBase(String8("CpuInfoParser")) {}; in CpuInfoParser() function31 ~CpuInfoParser() {}; in ~CpuInfoParser()
44 CpuInfoParser::Parse(const int in, const int out) const in Parse()
68 return new CpuInfoParser(); in selectParser()
54 CpuInfoParser parser; in TEST_F()