Home | History | Annotate | Download | only in lib_json

Lines Matching full:currentvalue

193       currentValue().setComment( commentsBefore_, commentBefore );
213 currentValue() = true;
216 currentValue() = false;
219 currentValue() = Value();
228 lastValue_ = &currentValue();
474 currentValue() = Value( objectValue );
498 Value &value = currentValue()[ name ];
531 currentValue() = Value( arrayValue );
542 Value &value = currentValue()[ index++ ];
616 currentValue() = -Value::LargestInt( value );
618 currentValue() = Value::LargestInt( value );
620 currentValue() = value;
660 currentValue() = value;
671 currentValue() = decoded;
820 Reader::currentValue()