Home
last modified time | relevance | path

Searched refs:cJSON_AddItemToArrayOut (Results 1 – 3 of 3) sorted by relevance

/napi_generator/examples/napitutorials/entry/src/main/cpp/ncpp/cjsoncase/
Dcjsonadditemtoarraycase.cpp132 napi_value getAdditemtoarrTypeOut(napi_env env, napi_value cJSON_AddItemToArrayOut, cJSON *jsonObj) in getAdditemtoarrTypeOut() argument
154 status = napi_set_named_property(env, cJSON_AddItemToArrayOut, "type", typeOut); in getAdditemtoarrTypeOut()
160 return cJSON_AddItemToArrayOut; in getAdditemtoarrTypeOut()
163 napi_value getAdditemtoarrValuesintOut(napi_env env, napi_value cJSON_AddItemToArrayOut, cJSON *jso… in getAdditemtoarrValuesintOut() argument
185 status = napi_set_named_property(env, cJSON_AddItemToArrayOut, "valueint", valueintOut); in getAdditemtoarrValuesintOut()
191 return cJSON_AddItemToArrayOut; in getAdditemtoarrValuesintOut()
194 napi_value getAdditemtoarrValuesdoubleOut(napi_env env, napi_value cJSON_AddItemToArrayOut, cJSON *… in getAdditemtoarrValuesdoubleOut() argument
216 status = napi_set_named_property(env, cJSON_AddItemToArrayOut, "valuedouble", valuedoubleOut); in getAdditemtoarrValuesdoubleOut()
222 return cJSON_AddItemToArrayOut; in getAdditemtoarrValuesdoubleOut()
225 napi_value getAdditemtoarrValuestringOut(napi_env env, napi_value cJSON_AddItemToArrayOut, cJSON *j… in getAdditemtoarrValuestringOut() argument
[all …]
/napi_generator/examples/napitutorials/entry/src/main/cpp/ncpp/cjsoncase/cjsonGenResult/cppResult/
Dcjsonadditemtoarray.cpp.gen48 napi_value cJSON_AddItemToArrayOut;
54 status = napi_create_int32(env, 1, &cJSON_AddItemToArrayOut);
62 return cJSON_AddItemToArrayOut;
/napi_generator/examples/napitutorials/entry/src/main/cpp/include/cJsonNapiH/
Dcjsonnapi.h83 napi_value getAdditemtoarrChildOut(napi_env env, napi_value cJSON_AddItemToArrayOut, cJSON *jsonObj…