Lines Matching refs:index
554 CZString(ArrayIndex index);
561 ArrayIndex index() const;
719 /// Access an array element (zero based index ).
720 /// If the array contains less than index element, then null value are
722 /// in the array so that its size is index+1.
725 Value& operator[](ArrayIndex index);
727 /// Access an array element (zero based index ).
728 /// If the array contains less than index element, then null value are
730 /// in the array so that its size is index+1.
733 Value& operator[](int index);
735 /// Access an array element (zero based index )
738 const Value& operator[](ArrayIndex index) const;
740 /// Access an array element (zero based index )
743 const Value& operator[](int index) const;
745 /// If the array contains at least index+1 elements, returns the element
748 Value get(ArrayIndex index, const Value& defaultValue) const;
749 /// Return true if index < size().
750 bool isValidIndex(ArrayIndex index) const;
948 PathArgument(ArrayIndex index);
967 * - ".[n]" => elements at index 'n' of root node (an array value)
972 * - ".[%]" => index is provied as parameter
1021 /// Return either the index or the member name of the referenced value as a
1025 /// Return the index of the referenced Value, or -1 if it is not an arrayValue.
1026 UInt index() const;