Searched refs:temp_iterator (Results 1 – 2 of 2) sorted by relevance
3472 class temp_iterator : public input_iterator { class3474 temp_iterator(const char *, int len);3476 ~temp_iterator();3483 temp_iterator::temp_iterator(const char *s, int len) in temp_iterator() function in temp_iterator3491 temp_iterator::~temp_iterator() in ~temp_iterator()3562 return new temp_iterator(s, n); in make_temp_iterator()
312 typedef MapTy::const_iterator temp_iterator; typedef