Searched refs:SetNull (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
H A Ddocumenttest.cpp79 doc.SetNull();
84 doc.SetNull();
284 doc.FindMember("a")->name.SetNull(); // Change name to non-string type.
H A Dvaluetest.cpp300 // SetNull();
302 z.SetNull();
694 vs0.SetNull().SetString(str, allocator);
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
H A Ddocument.h807 GenericValue& SetNull() { this->~GenericValue(); new (this) GenericValue(); return *this; } function in class:GenericValue
1889 ValueType::SetNull(); // Remove existing root if exist

Completed in 95 milliseconds