Home | History | Annotate | Download | only in json

Lines Matching defs:ValueIterator

124   typedef ValueIterator iterator;
1028 class JSON_API ValueIterator : public ValueIteratorBase {
1037 typedef ValueIterator SelfType;
1039 ValueIterator();
1040 ValueIterator(const ValueConstIterator& other);
1041 ValueIterator(const ValueIterator& other);
1047 explicit ValueIterator(const Value::ObjectValues::iterator& current);
1049 ValueIterator(const ValueInternalArray::IteratorState& state);
1050 ValueIterator(const ValueInternalMap::IteratorState& state);