Searched defs:ValueIter (Results 1 – 1 of 1) sorted by relevance
290 explicit ValueIter(const AbstractDict *dict) : map_(dict->dict_.ptr()), pos_(0) { ++(*this); } in ValueIter() function291 ValueIter() : map_(nullptr) {} in ValueIter() function