| 2538 | } |
| 2539 | |
| 2540 | UInt ValueIteratorBase::index() const |
| 2541 | { |
| 2542 | const Value::CZString czstring = (*current_).first; |
| 2543 | if (!czstring.data()) |
| 2544 | return czstring.index(); |
| 2545 | return Value::UInt(-1); |
| 2546 | } |
| 2547 | |
| 2548 | String ValueIteratorBase::name() const |
| 2549 | { |
no test coverage detected