Home
last modified time | relevance | path

Searched refs:idx (Results 1 - 5 of 5) sorted by relevance

/ide/tools/previewer/test/fuzztest/
H A DChangeJsonUtil.cpp31 void ChangeJsonUtil::ModifyObject(cJSON *object, uint64_t& idx) in ModifyObject() argument
39 std::string strVal = DT_SetGetString(&g_Element[idx], strlen(item->valuestring) + 1, DEFAULT_LENGTH, in ModifyObject()
41 idx++; in ModifyObject()
57 int intVal = *(s32 *)DT_SetGetS32(&g_Element[idx], item->valueint); in ModifyObject()
58 idx++; in ModifyObject()
69 ModifyObject(arrayItem, idx); in ModifyObject()
74 ModifyObject(objItem, idx); in ModifyObject()
80 void ChangeJsonUtil::ModifyObject4ChangeType(cJSON *object, uint64_t& idx) in ModifyObject4ChangeType() argument
88 int32_t intValue = *(s32 *)DT_SetGetS32(&g_Element[idx], DEFAULT_INT); in ModifyObject4ChangeType()
89 idx in ModifyObject4ChangeType()
[all...]
H A DChangeJsonUtil.h28 static void ModifyObject(cJSON *object, uint64_t& idx);
29 static void ModifyObject4ChangeType(cJSON *object, uint64_t& idx);
/ide/tools/previewer/util/
H A DPreviewerEngineLog.cpp46 int idx = fileStr.find_last_of("/"); in PrintLog() local
47 fileStr = fileStr.substr(idx + 1); in PrintLog()
/ide/tools/previewer/jsapp/rich/external/
H A DStageContext.cpp244 int idx = pos + spliter.size(); in GetCloudHspVersion() local
245 return hspPath.substr(idx); in GetCloudHspVersion()
557 int idx = jsonPath.find_last_of(flag); in SetPkgContextInfo() local
558 std::string dirPath = jsonPath.substr(0, idx - flag.size() + 1); // 1 is for \ or / in SetPkgContextInfo()
/ide/tools/previewer/jsapp/rich/
H A DJsAppImpl.cpp557 int idx = rPath.find_last_of(sep); in SetSystemResourcesPath() local
558 rPath = rPath.substr(0, idx + 1) + "resources"; in SetSystemResourcesPath()

Completed in 4 milliseconds