Searched refs:CParser (Results 1 – 9 of 9) sorted by relevance
/external/lzma/CPP/Common/ |
D | CommandLineParser.cpp | 59 CParser::CParser(int numSwitches): in CParser() function in NCommandLineParser::CParser 65 CParser::~CParser() in ~CParser() 70 void CParser::ParseStrings(const CSwitchForm *switchForms, in ParseStrings() 91 bool CParser::ParseString(const UString &s, const CSwitchForm *switchForms) in ParseString() 197 const CSwitchResult& CParser::operator[](size_t index) const in operator []()
|
D | CommandLineParser.h | 43 class CParser 50 CParser(int numSwitches); 51 ~CParser();
|
/external/skia/tools/copyright/ |
D | fileparser.py | 17 return CParser() 57 class CParser(Parser): class 73 super(CParser, self).__init__()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | ArchiveCommandLine.h | 100 NCommandLineParser::CParser parser;
|
D | ArchiveCommandLine.cpp | 619 const CParser &parser, in SetAddCommandOptions() 669 static void SetMethodOptions(const CParser &parser, CObjectVector<CProperty> &properties) in SetMethodOptions() 738 static int FindCharset(const NCommandLineParser::CParser &parser, int keyIndex, int defaultVal) in FindCharset()
|
/external/libxml2/doc/examples/ |
D | index.py | 13 from apibuild import CParser, escape 96 parser = CParser(filename)
|
/external/lzma/CPP/7zip/Bundles/LzmaCon/ |
D | LzmaAlone.cpp | 149 static void ParseUInt32(const CParser &parser, int index, UInt32 &res) in ParseUInt32() 179 CParser parser(kNumSwitches); in main2()
|
/external/libxml2/doc/ |
D | apibuild.py | 576 class CParser: class 1665 parser = CParser(header) 1672 parser = CParser(module) 2142 parser = CParser(filename)
|
/external/antlr/antlr-3.4/tool/ |
D | CHANGES.txt | 1283 and CParser objects. These are now fields:
|