Searched refs:assign_result (Results 1 – 1 of 1) sorted by relevance
197 auto assign_result = pre_assigned_ids_.emplace(id, key); in ReserveId() local198 if (!assign_result.second && assign_result.first->second != key) { in ReserveId()249 auto assign_result = next_entry_id_.ReserveId(name, id.entry_id()); in ReserveId() local250 if (!assign_result.has_value()) { in ReserveId()252 error << "entry " << assign_result.error(); in ReserveId()284 if (!assign_result.has_value()) { in ReserveId()303 auto assign_result = type->second.ReserveId(name, id); in ReserveId() local304 if (!assign_result.has_value()) { in ReserveId()333 auto assign_result = type->second.NextId(); in NextId() local334 if (!assign_result.has_value()) { in NextId()[all …]