Home | History | Annotate | Download | only in rapidjson

Lines Matching defs:SetDouble

1466     GenericValue& SetDouble(double d)       { this->~GenericValue(); new (this) GenericValue(d);    return *this; }