Home
last modified time | relevance | path

Searched defs:to_formatted_string (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Djson.h112 BASE_NS::string to_formatted_string(const value_t<T>& value, const int indentation, const int curre… in to_formatted_string() function
/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Dvalue.rs736 pub fn to_formatted_string(&self) -> Result<std::string::String, Error> { in to_formatted_string() method