Searched refs:ConstValueIterator (Results 1 – 2 of 2) sorted by relevance
679 …typedef const GenericValue* ConstValueIterator; //!< Constant value iterator for iterating in arra…1683 ConstValueIterator Begin() const { return const_cast<GenericValue&>(*this).Begin(); }1686 ConstValueIterator End() const { return const_cast<GenericValue&>(*this).End(); }1782 ValueIterator Erase(ConstValueIterator pos) {1794 ValueIterator Erase(ConstValueIterator first, ConstValueIterator last) {1969 for (ConstValueIterator v = Begin(); v != End(); ++v)2905 typedef const ValueT* ConstValueIterator;2932 ValueIterator Erase(ConstValueIterator pos) const { return value_.Erase(pos); }2933 …ValueIterator Erase(ConstValueIterator first, ConstValueIterator last) const { return value_.Erase…
582 typedef typename ValueType::ConstValueIterator ConstValueIterator; in allocator_() typedef615 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) {[all …]