Home
last modified time | relevance | path

Searched refs:strVal (Results 1 - 3 of 3) sorted by relevance

/ide/tools/previewer/test/fuzztest/
H A DChangeJsonUtil.cpp39 std::string strVal = DT_SetGetString(&g_Element[idx], strlen(item->valuestring) + 1, DEFAULT_LENGTH, in ModifyObject() local
46 int length = strVal.length() + 1; in ModifyObject()
52 errno_t ret1 = strcpy_s(item->valuestring, length, strVal.c_str()); // 复制字符串内容 in ModifyObject()
98 std::string strVal = DT_SetGetString(&g_Element[idx], DEFAULT_STRING.size() + 1, DEFAULT_LENGTH, in ModifyObject4ChangeType() local
102 int length = strVal.length() + 1; in ModifyObject4ChangeType()
107 errno_t ret2 = strcpy_s(item->valuestring, length, strVal.c_str()); // 复制字符串内容 in ModifyObject4ChangeType()
/ide/tools/previewer/test/fuzztest/jsonparse_fuzzer/
H A DGetModuleBufferFromHspFuzzer.cpp40 std::string strVal = DT_SetGetString(&g_Element[0], defaultString.size() + 1, defaultLength, in TEST() local
42 std::string newFileName = MockFile::CreateHspFile("testHspFile", strVal); in TEST()
/ide/tools/previewer/test/unittest/jsapp/
H A DStageContextTest.cpp254 std::string strVal = "bbb"; in TEST_F() local
255 MockFile::CreateHspFile("testHspFile", strVal); in TEST_F()

Completed in 3 milliseconds