Searched refs:assign_result (Results 1 – 1 of 1) sorted by relevance
198 if (!assign_result.second && assign_result.first->second != key) { in ReserveId()250 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()306 << assign_result.error()); in ReserveId()332 auto assign_result = type->second.NextId(); in NextId() local333 if (!assign_result.has_value()) { in NextId()335 << assign_result.error()); in NextId()[all …]