Lines Matching refs:study
14 class Study;
16 // Wrapper over Study with extra information computed during pre-processing,
17 // such as whether the study is expired and its total probability.
23 bool Init(const Study* study, bool is_expired);
25 const Study* study() const { return study_; }
34 const Study* study,
39 // Corresponding Study object. Weak reference.
40 const Study* study_;
42 // Computed total group probability for the study.
45 // Whether the study is expired.