Searched defs:CParser (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/tools/copyright/
H A Dfileparser.py17 return CParser()
57 class CParser(Parser): class in inherits:Parser
73 super(CParser, self).__init__()
/external/skia/tools/copyright/
H A Dfileparser.py17 return CParser()
57 class CParser(Parser): class in inherits:Parser
73 super(CParser, self).__init__()
/external/lzma/CPP/Common/
H A DCommandLineParser.h43 class CParser class in namespace:NCommandLineParser
50 CParser(int numSwitches);
51 ~CParser();
H A DCommandLineParser.cpp59 CParser::CParser(int numSwitches): function in class:NCommandLineParser::CParser
65 CParser::~CParser()
70 void CParser::ParseStrings(const CSwitchForm *switchForms,
91 bool CParser::ParseString(const UString &s, const CSwitchForm *switchForms)
197 const CSwitchResult& CParser::operator[](size_t index) const

Completed in 171 milliseconds