Lines Matching refs:ArrayIndex
353 typedef unsigned int ArrayIndex; typedef
653 typedef Json::ArrayIndex ArrayIndex; typedef
694 CZString(ArrayIndex index);
709 ArrayIndex index() const;
725 ArrayIndex index_;
859 ArrayIndex size() const;
878 void resize(ArrayIndex size);
886 Value& operator[](ArrayIndex index);
899 const Value& operator[](ArrayIndex index) const;
909 Value get(ArrayIndex index, const Value& defaultValue) const;
911 bool isValidIndex(ArrayIndex index) const;
1009 bool removeIndex(ArrayIndex i, Value* removed);
1113 PathArgument(ArrayIndex index);
1124 ArrayIndex index_;