Searched refs:temp_iterator (Results 1 – 1 of 1) sorted by relevance
3475 class temp_iterator : public input_iterator { class3477 temp_iterator(const char *, int len);3479 ~temp_iterator();3486 temp_iterator::temp_iterator(const char *s, int len) in temp_iterator() function in temp_iterator3494 temp_iterator::~temp_iterator() in ~temp_iterator()3565 return new temp_iterator(s, n); in make_temp_iterator()