Home | History | Annotate | Download | only in src

Lines Matching refs:c_

673     inline void init (const struct CoverageFormat1 &c_) { c = &c_; i = 0; };
770 inline void init (const CoverageFormat2 &c_) {
771 c = &c_;
774 j = c->rangeRecord.len ? c_.rangeRecord[0].start : 0;
874 inline void init (const Coverage &c_) {
875 format = c_.u.format;
877 case 1: u.format1.init (c_.u.format1); return;
878 case 2: u.format2.init (c_.u.format2); return;