Lines Matching full:evaluation
42 // re-evaluations). Each evaluation of the EvaluationContext is run at a given
43 // point in time, which is used as a reference for the evaluation timeout and
53 // // evaluation time if the EvaluationContext isn't used right after its
63 // // call ec->ResetEvaluation() to start a new evaluation.
82 // returned object is valid during the life of the evaluation, even if the
89 // Returns whether the evaluation time has surpassed |timestamp|, on either
95 // Returns whether the evaluation context has expired.
102 // non-const cached variables and re-setting the evaluation time. This should
103 // be called right before any new evaluation starts.
120 // Returns a textual representation of the evaluation context,
158 // A callback used for triggering re-evaluation upon a value change or poll
159 // timeout, or notifying about the evaluation context expiration. It is up to
169 // Whether a timeout event firing marks the expiration of the evaluation
173 // Whether the evaluation context has indeed expired.
179 // The timestamps when the evaluation of this EvaluationContext started,
191 // than the current corresponding times during the course of evaluation.
195 // The timeout of an evaluation.
199 // current evaluation should finish.
202 // The expiration timeout of the evaluation context.