Searched refs:kMaxUserSetMethodId (Results 1 – 3 of 3) sorted by relevance
77 const int kMaxUserSetMethodId = kLastMetaMethodId - 1; variable
301 if (item->GetId() < kMinUserSetMethodId || item->GetId() > kMaxUserSetMethodId) { in CheckAndAssignMethodIDs()304 << kMinUserSetMethodId << " and " << kMaxUserSetMethodId << " inclusive."; in CheckAndAssignMethodIDs()
696 if (id > kMaxUserSetMethodId) break; in GetMaxId()