Home | History | Annotate | Download | only in json

Lines Matching refs:ArrayIndex

134   typedef Json::ArrayIndex ArrayIndex;
170 CZString(ArrayIndex index);
177 ArrayIndex index() const;
184 ArrayIndex index_;
292 ArrayIndex size() const;
311 void resize(ArrayIndex size);
319 Value& operator[](ArrayIndex index);
332 const Value& operator[](ArrayIndex index) const;
342 Value get(ArrayIndex index, const Value& defaultValue) const;
344 bool isValidIndex(ArrayIndex index) const;
513 PathArgument(ArrayIndex index);
524 ArrayIndex index_;
765 typedef Value::ArrayIndex ArrayIndex;
785 void resize(ArrayIndex newSize);
787 Value& resolveReference(ArrayIndex index);
789 Value* find(ArrayIndex index) const;
791 ArrayIndex size() const;
802 static ArrayIndex indexOf(const IteratorState& iterator);
805 void makeIterator(IteratorState& it, ArrayIndex index) const;
807 void makeIndexValid(ArrayIndex index);
810 ArrayIndex size_;