Home | History | Annotate | Download | only in variations

Lines Matching full:study

15 class Study;
17 // Wrapper over Study with extra information computed during pre-processing,
18 // such as whether the study is expired and its total probability.
24 bool Init(const Study* study, bool is_expired);
26 const Study* study() const { return study_; }
39 const Study* study,
44 // Corresponding Study object. Weak reference.
45 const Study* study_;
47 // Computed total group probability for the study.
50 // Whether the study is expired.