Home
last modified time | relevance | path

Searched defs:jsonOut (Results 1 – 7 of 7) sorted by relevance

/napi_generator/examples/napitutorials/entry/src/main/cpp/ncpp/cjsoncase/
Dcjsonaddfalsetoobjectcase.cpp18 …i_value getAddfalsetoobjTypeOut(napi_env env, napi_value cJSON_AddFalseToObjectOut, cJSON *jsonOut) in getAddfalsetoobjTypeOut()
49 …ue getAddfalsetoobjValuesintOut(napi_env env, napi_value cJSON_AddFalseToObjectOut, cJSON *jsonOut) in getAddfalsetoobjValuesintOut()
82 …getAddfalsetoobjValuesdoubleOut(napi_env env, napi_value cJSON_AddFalseToObjectOut, cJSON *jsonOut) in getAddfalsetoobjValuesdoubleOut()
149 …value getAddfalsetoobjStringOut(napi_env env, napi_value cJSON_AddFalseToObjectOut, cJSON *jsonOut) in getAddfalsetoobjStringOut()
399 cJSON *jsonOut = nullptr; in KH545_cJSON_AddFalseToObject() local
Dcjsonaddstringtoobjectcase.cpp111 …e getAddstrtoobjValuestringOut(napi_env env, napi_value cJSON_AddStringToObjectOut, cJSON *jsonOut) in getAddstrtoobjValuestringOut()
147 …_value getAddstrtoobjStringOut(napi_env env, napi_value cJSON_AddStringToObjectOut, cJSON *jsonOut) in getAddstrtoobjStringOut()
439 cJSON *jsonOut = nullptr; in KH526_cJSON_AddStringToObject() local
Dcjsonaddnumbertoobjectcase.cpp111 …etAddnumbertoobjValuestringOut(napi_env env, napi_value cJSON_AddNumberToObjectOut, cJSON *jsonOut) in getAddnumbertoobjValuestringOut()
147 …lue getAddnumbertoobjStringOut(napi_env env, napi_value cJSON_AddNumberToObjectOut, cJSON *jsonOut) in getAddnumbertoobjStringOut()
430 cJSON *jsonOut = nullptr; in KH206_cJSON_AddNumberToObject() local
Dcjsonadditemtoobjectcase.cpp111 …ue getAdditemtoobjValuestringOut(napi_env env, napi_value cJSON_AddItemToObjectOut, cJSON *jsonOut) in getAdditemtoobjValuestringOut()
147 …i_value getAdditemtoobjStringOut(napi_env env, napi_value cJSON_AddItemToObjectOut, cJSON *jsonOut) in getAdditemtoobjStringOut()
Dcjsoncreateintarraycase.cpp112 …lue getCreateintarrValuestringOut(napi_env env, napi_value cJSON_CreateIntArrayOut, cJSON *jsonOut) in getCreateintarrValuestringOut()
148 …pi_value getCreateintarrStringOut(napi_env env, napi_value cJSON_CreateIntArrayOut, cJSON *jsonOut) in getCreateintarrStringOut()
Dcjsonadditemtoarraycase.cpp225 …lue getAdditemtoarrValuestringOut(napi_env env, napi_value cJSON_AddItemToArrayOut, cJSON *jsonOut) in getAdditemtoarrValuestringOut()
261 …pi_value getAdditemtoarrStringOut(napi_env env, napi_value cJSON_AddItemToArrayOut, cJSON *jsonOut) in getAdditemtoarrStringOut()
Dcjsoncommon.cpp295 cJSON *jsonOut = nullptr; in initCJSON_Object() local