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