Searched refs:confirmed_start (Results 1 – 2 of 2) sorted by relevance
1835 bool confirmed_start = false; in ParseAttributes() local1865 else if (*f == "ConfirmedStart") { confirmed_start = true; has_start = true; } in ParseAttributes()1964 cds_info.SetStart(start,confirmed_start); in ParseAttributes()
1529 …bool confirmed_start = cds_info.ConfirmedStart(); //we wamnt to keep the status even if the actu… in GetScore() local1549 cds_info.SetStart(TSignedSeqRange(best_start,best_start+2), confirmed_start); in GetScore()