Searched refs:WriteObj (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/json/ |
H A D | uobject.h | 79 void WriteObj(const std::string& key, const std::shared_ptr<UObject>& obj);
|
H A D | uobject.cpp | 185 WriteObj(item.first, item.second); in Serialize() 372 void UObject::WriteObj(const std::string& key, const std::shared_ptr<UObject>& obj) in WriteObj() function in OHOS::UObject
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/ |
H A D | main.cpp | 164 void WriteObj(const std::string& fname, const std::string& secname, size_t sizeOfData, const void* … function 654 WriteObj(obj32Name, secName, sizeOfData, data.get(), false); 657 WriteObj(obj64Name, secName, sizeOfData, data.get(), true);
|