Searched refs:reservedMethodsById (Results 1 – 1 of 1) sorted by relevance
483 std::map<int32_t, Method *> reservedMethodsById; in addAllReservedMethods() local502 if (!reservedMethodsById.emplace(method->getSerialId(), method).second) { in addAllReservedMethods()505 << reservedMethodsById[method->getSerialId()]->name() in addAllReservedMethods()510 for (const auto &pair : reservedMethodsById) { in addAllReservedMethods()