Lines Matching refs:index_
178 , index_( index ) in CZString()
185 , index_( allocate ) in CZString()
190 : cstr_( other.index_ != noDuplication && other.cstr_ != 0 in CZString()
193 , index_( other.cstr_ ? (other.index_ == noDuplication ? noDuplication : duplicate) in CZString()
194 : other.index_ ) in CZString()
200 if ( cstr_ && index_ == duplicate ) in ~CZString()
208 std::swap( index_, other.index_ ); in swap()
224 return index_ < other.index_; in operator <()
232 return index_ == other.index_; in operator ==()
239 return index_; in index()
252 return index_ == noDuplication; in isStaticString()
1711 , index_() in PathArgument()
1719 , index_( index ) in PathArgument()
1727 , index_() in PathArgument()
1735 , index_() in PathArgument()
1842 if ( !node->isArray() || !node->isValidIndex( arg.index_ ) ) in resolve()
1846 node = &((*node)[arg.index_]); in resolve()
1875 if ( !node->isArray() || !node->isValidIndex( arg.index_ ) ) in resolve()
1877 node = &((*node)[arg.index_]); in resolve()
1905 node = &((*node)[arg.index_]); in make()