Lines Matching full:chars
277 char chars[] = {1, 2};
286 first = find_first_of(intv.begin(), intv.end(), chars, chars + sizeof(chars));
291 unsigned char chars[] = {1, 2, 255};
300 first = find_first_of(intv.begin(), intv.end(), chars, chars + sizeof(chars));
305 signed char chars[] = {93, 2, -101, 13};
315 first = find_first_of(intv.begin(), intv.end(), chars, chars + sizeof(chars));
320 char chars[] = {1, 2};
329 first = find_first_of(intv.begin(), intv.end(), chars, chars + sizeof(chars));