Home
last modified time | relevance | path

Searched refs:indentation (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/Util/include/util/
H A Djson.h29 const size_t indentation = JSON_DEFAULT_INDENTATION, const size_t currentIndentation = 0);
43 void append(BASE_NS::string& out, const typename value_t<T>::object& object, const size_t indentation, in append() argument
53 currentIndentation += indentation; in append()
64 out += to_formatted_string(v.value, indentation, currentIndentation); in append()
66 currentIndentation -= indentation; in append()
74 BASE_NS::string& out, const typename value_t<T>::array& array, const size_t indentation, size_t currentIndentation) in append()
83 currentIndentation += indentation; in append()
91 out += to_formatted_string(v, indentation, currentIndentation); in append()
93 currentIndentation -= indentation; in append()
113 BASE_NS::string to_formatted_string(const value_t<T>& value, const size_t indentation, cons argument
73 append( BASE_NS::string& out, const typename value_t<T>::array& array, const size_t indentation, size_t currentIndentation) append() argument
[all...]
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Djson.h27 const int indentation = JSON_DEFAULT_INDENTATION, const int currentIndentation = 0);
42 BASE_NS::string& out, const typename value_t<T>::object& object, const int indentation, int currentIndentation) in append()
51 currentIndentation += indentation; in append()
62 out += to_formatted_string(v.value, indentation, currentIndentation); in append()
64 currentIndentation -= indentation; in append()
72 BASE_NS::string& out, const typename value_t<T>::array& array, const int indentation, int currentIndentation) in append()
81 currentIndentation += indentation; in append()
89 out += to_formatted_string(v, indentation, currentIndentation); in append()
91 currentIndentation -= indentation; in append()
112 BASE_NS::string to_formatted_string(const value_t<T>& value, const int indentation, cons argument
41 append( BASE_NS::string& out, const typename value_t<T>::object& object, const int indentation, int currentIndentation) append() argument
71 append( BASE_NS::string& out, const typename value_t<T>::array& array, const int indentation, int currentIndentation) append() argument
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_data_service.cpp936 int indentation = 0; in PrintfInfo() local
939 indentation++; in PrintfInfo()
948 info.append(GetIndentation(indentation)) in PrintfInfo()
950 .append(GetIndentation(indentation)).append("StoreID : ").append(data.storeId).append("\n") in PrintfInfo()
951 .append(GetIndentation(indentation)).append("UId : ").append(data.user).append("\n") in PrintfInfo()
952 .append(GetIndentation(indentation)).append("BundleName : ").append(data.bundleName).append("\n") in PrintfInfo()
953 .append(GetIndentation(indentation)).append("AppID : ").append(data.appId).append("\n") in PrintfInfo()
954 .append(GetIndentation(indentation)).append("StorePath : ").append(data.dataDir).append("\n") in PrintfInfo()
955 .append(GetIndentation(indentation)).append("StoreType : ") in PrintfInfo()
957 .append(GetIndentation(indentation)) in PrintfInfo()
976 std::string indentation; GetIndentation() local
1020 int indentation = 0; PrintfInfo() local
1109 int indentation = 0; PrintfInfo() local
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/test/unittest/
H A Dkvstore_data_service_test.cpp81 std::string indentation = kvStoreDataServiceTest.GetIndentation(1); in HWTEST_F() local
82 EXPECT_EQ(indentation, TEST_INDENTATION); in HWTEST_F()

Completed in 4 milliseconds