Searched defs:keyparams (Results 1 – 3 of 3) sorted by relevance
| /developtools/global_resource_tool/src/ |
| D | key_parser.cpp | 25 bool KeyParser::Parse(const string &folderName, vector<KeyParam> &keyparams) in Parse() 56 vector<KeyParam> &keyparams, const vector<parse_key_founction> &founctions) in ParseMatch() 108 vector<KeyParam> &keyparams, const vector<parse_key_founction> &founctions) in ParseMatchBySeq() 118 bool KeyParser::ParseMccMnc(const string &folderName, vector<KeyParam> &keyparams) in ParseMccMnc() 133 bool KeyParser::ParseMcc(const string &folderName, vector<KeyParam> &keyparams) in ParseMcc() 144 bool KeyParser::ParseMnc(const string &folderName, vector<KeyParam> &keyparams) in ParseMnc() 155 bool KeyParser::ParseLSR(const string &folderName, vector<KeyParam> &keyparams) in ParseLSR() 179 bool KeyParser::ParseLanguage(const string &folderName, vector<KeyParam> &keyparams) in ParseLanguage() 194 bool KeyParser::ParseScript(const string &folderName, vector<KeyParam> &keyparams) in ParseScript() 209 bool KeyParser::ParseRegion(const string &folderName, vector<KeyParam> &keyparams) in ParseRegion() [all …]
|
| D | resource_item.cpp | 33 ResourceItem::ResourceItem(const string &name, const vector<KeyParam> &keyparams, ResType type) in ResourceItem()
|
| D | resource_table.cpp | 734 const vector<KeyParam> &keyparams = limitKeys.find(datas.find(offset)->second.second)->second; in ReadDataRecordStart() local
|