Home
last modified time | relevance | path

Searched refs:DEFAULT_LENGTH (Results 1 - 2 of 2) sorted by relevance

/ide/tools/previewer/test/fuzztest/paramsparse_fuzzer/
H A DParamsParseFuzzer.cpp23 const int DEFAULT_LENGTH = 1000; variable
60 args.push_back(DT_SetGetString(&g_Element[index], str.size() + 1, DEFAULT_LENGTH, (char*)str.c_str())); in SetTestArgs()
/ide/tools/previewer/test/fuzztest/
H A DChangeJsonUtil.cpp26 const int DEFAULT_LENGTH = 1000; member
39 std::string strVal = DT_SetGetString(&g_Element[idx], strlen(item->valuestring) + 1, DEFAULT_LENGTH, in ModifyObject()
98 std::string strVal = DT_SetGetString(&g_Element[idx], DEFAULT_STRING.size() + 1, DEFAULT_LENGTH, in ModifyObject4ChangeType()

Completed in 1 milliseconds