Searched refs:gAllReservedMethods (Results 1 – 1 of 1) sorted by relevance
445 static std::map<std::string, Method *> gAllReservedMethods; variable449 if (!gAllReservedMethods.emplace(method->name(), method).second) { in addMethod()484 for (const auto &pair : gAllReservedMethods) { in addAllReservedMethods()