Lines Matching defs:expect_start
74 size_t expect_start = 9;
76 if (match.start != expect_start || match.end != expect_end) {
81 expect_start, expect_end, match.start, match.end);
131 size_t expect_start = 9;
134 if (match.start != expect_start || match.end != expect_end) {
140 expect_start, expect_end, match.start, match.end);
169 size_t expect_start = 0;
171 if (match.start != expect_start || match.end != expect_end) {
176 expect_start, expect_end, match.start, match.end);
192 expect_start = 6;
194 if (match.start != expect_start || match.end != expect_end) {
199 expect_start, expect_end, match.start, match.end);