Home | History | Annotate | Download | only in jsoncpp

Lines Matching defs:ArrayIndex

289 typedef unsigned int ArrayIndex;
561 typedef Json::ArrayIndex ArrayIndex;
597 CZString(ArrayIndex index);
607 ArrayIndex index() const;
623 ArrayIndex index_;
748 ArrayIndex size() const;
767 void resize(ArrayIndex size);
775 Value& operator[](ArrayIndex index);
788 const Value& operator[](ArrayIndex index) const;
798 Value get(ArrayIndex index, const Value& defaultValue) const;
800 bool isValidIndex(ArrayIndex index) const;
894 bool removeIndex(ArrayIndex i, Value* removed);
998 PathArgument(ArrayIndex index);
1009 ArrayIndex index_;