Searched refs:sApiArgTypesMap (Results 1 – 1 of 1) sorted by relevance
119 static multimap<string, pair<vector<string>, size_t>> sApiArgTypesMap; variable166 … sApiArgTypesMap.insert(make_pair(string(methodDef.name_), make_pair(paramTypes, hasDefaultArg))); in ParseFrontendMethodsSignature()176 sApiArgTypesMap.insert(make_pair(extension, make_pair(paramTypes, 0))); in ParseExtensionMethodsSignature()267 const auto find = sApiArgTypesMap.find(oldApiName); in ApiMapPre()268 if (find == sApiArgTypesMap.end()) { in ApiMapPre()305 const auto find = sApiArgTypesMap.find(oldApiName); in ApiMapPost()306 if (find == sApiArgTypesMap.end()) { in ApiMapPost()381 if (sApiArgTypesMap.empty()) { in Call()491 auto count = sApiArgTypesMap.count(in.apiId_); in APiCallInfoChecker()494 auto find = sApiArgTypesMap.find(in.apiId_); in APiCallInfoChecker()[all …]