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