Searched refs:to_formatted_string (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | json.h | 26 BASE_NS::string to_formatted_string(const CORE_NS::json::value_t<T>& value, 62 out += to_formatted_string(v.value, indentation, currentIndentation); in append() 89 out += to_formatted_string(v, indentation, currentIndentation); in append() 112 BASE_NS::string to_formatted_string(const value_t<T>& value, const int indentation, const int curre… in to_formatted_string() function 163 template BASE_NS::string to_formatted_string(const value& value, const int indentation, const int c… 164 template BASE_NS::string to_formatted_string(
|
H A D | asset_manager.cpp | 109 const string jsonString = CORE_NS::to_formatted_string(jsonOut, 4); in SaveJsonEntityCollection()
|
/ohos5.0/commonlibrary/rust/ylong_json/src/ |
H A D | value.rs | 736 pub fn to_formatted_string(&self) -> Result<std::string::String, Error> { in to_formatted_string() method 1593 JsonValue::new_null().to_formatted_string().unwrap(), in ut_json_value_to_formatted_string()
|