Home
last modified time | relevance | path

Searched defs:jsonObject (Results 1 – 6 of 6) sorted by relevance

/napi_generator/examples/napitutorials/entry/src/main/cpp/ncpp/cjsoncase/
Dcjsoncreateobjectcase.cpp108 …_value getSampleCreateObjTypeOut(napi_env env, napi_value cJSON_CreateObjectOut, cJSON *jsonObject) in getSampleCreateObjTypeOut()
139 …getSampleCreateObjValuestringOut(napi_env env, napi_value cJSON_CreateObjectOut, cJSON *jsonObject) in getSampleCreateObjValuestringOut()
177 …ue getSampleCreateObjValueintOut(napi_env env, napi_value cJSON_CreateObjectOut, cJSON *jsonObject) in getSampleCreateObjValueintOut()
208 …getSampleCreateObjValuedoubleOut(napi_env env, napi_value cJSON_CreateObjectOut, cJSON *jsonObject) in getSampleCreateObjValuedoubleOut()
239 …alue getSampleCreateObjStringOut(napi_env env, napi_value cJSON_CreateObjectOut, cJSON *jsonObject) in getSampleCreateObjStringOut()
294 cJSON *jsonObject = cJSON_CreateObject(); in KH361_cJSON_CreateObject() local
Dcjsoncreatestringcase.cpp108 napi_value getCreateStringTypeOut(napi_env env, cJSON *jsonObject, napi_value cJSON_CreateStringOut) in getCreateStringTypeOut()
139 napi_value getCreateStringValuestringOut(napi_env env, cJSON *jsonObject, napi_value cJSON_CreateSt… in getCreateStringValuestringOut()
174 napi_value getCreateStringValueintOut(napi_env env, cJSON *jsonObject, napi_value cJSON_CreateStrin… in getCreateStringValueintOut()
205 napi_value getCreateStringValuedoubleOut(napi_env env, cJSON *jsonObject, napi_value cJSON_CreateSt… in getCreateStringValuedoubleOut()
352 cJSON *jsonObject = cJSON_CreateString(stringIn); in KH515_cJSON_CreateString() local
Dcjsonprintcase.cpp22 cJSON *jsonObject = cJSON_CreateObject(); in getCjsonPrintRes() local
Dcjsonadditemtoobjectcase.cpp424 cJSON *jsonObject = cJSON_CreateObject(); in getCjsonAddItemToObjRes() local
Dcjsonadditemtoarraycase.cpp466 cJSON *jsonObject = cJSON_CreateObject(); in getCjsonAddItemToArrRes() local
Dcjsoncommon.cpp278 cJSON *jsonObject = cJSON_CreateObject(); in getNapiCjsonChildArrObj() local