Lines Matching refs:ArrayIndex
208 using ArrayIndex = Json::ArrayIndex; variable
263 CZString(ArrayIndex index);
273 ArrayIndex index() const;
289 ArrayIndex index_;
418 ArrayIndex size() const;
437 void resize(ArrayIndex newSize);
445 Value& operator[](ArrayIndex index);
453 const Value& operator[](ArrayIndex index) const;
459 Value get(ArrayIndex index, const Value& defaultValue) const;
461 bool isValidIndex(ArrayIndex index) const;
469 bool insert(ArrayIndex index, const Value& newValue);
470 bool insert(ArrayIndex index, Value&& newValue);
546 bool removeIndex(ArrayIndex index, Value* removed);
695 PathArgument(ArrayIndex index);
702 ArrayIndex index_{};