Lines Matching refs:ConstValueIterator
582 typedef typename ValueType::ConstValueIterator ConstValueIterator; in allocator_() typedef
615 for (ConstValueIterator itr = v->Begin(); itr != v->End(); ++itr) in allocator_()
622 for (ConstValueIterator itr = v->Begin(); itr != v->End(); ++itr) { in allocator_()
662 for (ConstValueIterator itr = required->Begin(); itr != required->End(); ++itr) in allocator_()
672 for (ConstValueIterator i = itr->value.Begin(); i != itr->value.End(); ++i) in allocator_()
714 for (ConstValueIterator itr = required->Begin(); itr != required->End(); ++itr) in allocator_()
734 …for (ConstValueIterator targetItr = itr->value.Begin(); targetItr != itr->value.End(); ++targetItr… in allocator_()
768 for (ConstValueIterator itr = v->Begin(); itr != v->End(); ++itr, index++) in allocator_()
1363 for (typename V1::ConstValueIterator itr = a.Begin(); itr != a.End(); ++itr) in AddUniqueElement()
2352 for (typename ValueType::ConstValueIterator v = doc.Begin(); v != doc.End(); ++v) {
3036 … for (typename HashCodeArray::ConstValueIterator itr = a->Begin(); itr != a->End(); ++itr)