Home
last modified time | relevance | path

Searched defs:jsonObj (Results 1 – 8 of 8) sorted by relevance

/napi_generator/examples/napitutorials/entry/src/main/cpp/ncpp/cjsoncase/
Dcjsonaddstringtoobjectcase.cpp18 …pi_value getAddstrtoobjTypeOut(napi_env env, napi_value cJSON_AddStringToObjectOut, cJSON *jsonObj) in getAddstrtoobjTypeOut()
49 …lue getAddstrtoobjValuesintOut(napi_env env, napi_value cJSON_AddStringToObjectOut, cJSON *jsonObj) in getAddstrtoobjValuesintOut()
80 … getAddstrtoobjValuesdoubleOut(napi_env env, napi_value cJSON_AddStringToObjectOut, cJSON *jsonObj) in getAddstrtoobjValuesdoubleOut()
183 …pi_value getAddstrtoobjNextOut(napi_env env, napi_value cJSON_AddStringToObjectOut, cJSON *jsonObj) in getAddstrtoobjNextOut()
230 napi_value getJsonobjstrChildOut(napi_env env, napi_value childOut, cJSON *jsonObj) in getJsonobjstrChildOut()
248 …i_value getAddstrtoobjChildOut(napi_env env, napi_value cJSON_AddStringToObjectOut, cJSON *jsonObj) in getAddstrtoobjChildOut()
282 …pi_value getAddstrtoobjPrevOut(napi_env env, napi_value cJSON_AddStringToObjectOut, cJSON *jsonObj) in getAddstrtoobjPrevOut()
438 cJSON *jsonObj = cJSON_CreateObject(); in KH526_cJSON_AddStringToObject() local
Dcjsonaddnumbertoobjectcase.cpp18 …value getAddnumbertoobjTypeOut(napi_env env, napi_value cJSON_AddNumberToObjectOut, cJSON *jsonObj) in getAddnumbertoobjTypeOut()
49 … getAddnumbertoobjValuesintOut(napi_env env, napi_value cJSON_AddNumberToObjectOut, cJSON *jsonObj) in getAddnumbertoobjValuesintOut()
80 …tAddnumbertoobjValuesdoubleOut(napi_env env, napi_value cJSON_AddNumberToObjectOut, cJSON *jsonObj) in getAddnumbertoobjValuesdoubleOut()
183 …value getAddnumbertoobjNextOut(napi_env env, napi_value cJSON_AddNumberToObjectOut, cJSON *jsonObj) in getAddnumbertoobjNextOut()
230 napi_value getJsonobjnumChildout(napi_env env, napi_value childOut, cJSON *jsonObj) in getJsonobjnumChildout()
249 …alue getAddnumbertoobjChildOut(napi_env env, napi_value cJSON_AddNumberToObjectOut, cJSON *jsonObj) in getAddnumbertoobjChildOut()
283 …value getAddnumbertoobjPrevOut(napi_env env, napi_value cJSON_AddNumberToObjectOut, cJSON *jsonObj) in getAddnumbertoobjPrevOut()
429 cJSON *jsonObj = cJSON_CreateObject(); in KH206_cJSON_AddNumberToObject() local
Dcjsonaddfalsetoobjectcase.cpp113 … getAddfalsetoobjValuestringOut(napi_env env, napi_value cJSON_AddFalseToObjectOut, cJSON *jsonObj) in getAddfalsetoobjValuestringOut()
184 …i_value getAddfalsetoobjNextOut(napi_env env, napi_value cJSON_AddFalseToObjectOut, cJSON *jsonObj) in getAddfalsetoobjNextOut()
233 napi_value getJsonobjfalseChildOut(napi_env env, napi_value childOut, cJSON *jsonObj) in getJsonobjfalseChildOut()
251 …_value getAddfalsetoobjChildOut(napi_env env, napi_value cJSON_AddFalseToObjectOut, cJSON *jsonObj) in getAddfalsetoobjChildOut()
285 …i_value getAddfalsetoobjPrevOut(napi_env env, napi_value cJSON_AddFalseToObjectOut, cJSON *jsonObj) in getAddfalsetoobjPrevOut()
400 cJSON *jsonObj = cJSON_CreateObject(); in KH545_cJSON_AddFalseToObject() local
Dcjsoncommon.cpp190 cJSON *getNapiCjsonChild(napi_env env, napi_value cjsonObj, cJSON *jsonObj, char *objStr, const cha… in getNapiCjsonChild()
214 cJSON *getNapiCjsonNext(napi_env env, napi_value cjsonObj, cJSON *jsonObj, const char *tag) in getNapiCjsonNext()
235 cJSON *getNapiCjsonPrev(napi_env env, napi_value cjsonObj, cJSON *jsonObj, const char *tag) in getNapiCjsonPrev()
256 cJSON *getNapiCjsonChildArrObj(napi_env env, napi_value cjsonObj, cJSON *jsonObj, char *objStrIn, c… in getNapiCjsonChildArrObj()
293 cJSON *initCJSON_Object(napi_env env, napi_value cjsonObj, cJSON *jsonObj, const char *tag) in initCJSON_Object()
324 cJSON *getNapiCjsonArrayChild(napi_env env, napi_value cjsonObj, cJSON *jsonObj, const char *tag, b… in getNapiCjsonArrayChild()
349 cJSON *getNapiCjsonArrayNext(napi_env env, napi_value cjsonObj, cJSON *jsonObj, const char *tag, bo… in getNapiCjsonArrayNext()
374 cJSON *getNapiCjsonArrayPrev(napi_env env, napi_value cjsonObj, cJSON *jsonObj, const char *tag, bo… in getNapiCjsonArrayPrev()
407 cJSON *initCJSON_Array(napi_env env, napi_value cjsonObj, cJSON *jsonObj, const char *tag, bool fla… in initCJSON_Array()
436 cJSON *initCJSON_ArrayObj(napi_env env, napi_value cjsonObj, cJSON *jsonObj, const char *tag, bool … in initCJSON_ArrayObj()
Dcjsonadditemtoobjectcase.cpp18 napi_value getAdditemtoobjTypeOut(napi_env env, napi_value cJSON_AddItemToObjectOut, cJSON *jsonObj) in getAdditemtoobjTypeOut()
49 …alue getAdditemtoobjValuesintOut(napi_env env, napi_value cJSON_AddItemToObjectOut, cJSON *jsonObj) in getAdditemtoobjValuesintOut()
80 …e getAdditemtoobjValuesdoubleOut(napi_env env, napi_value cJSON_AddItemToObjectOut, cJSON *jsonObj) in getAdditemtoobjValuesdoubleOut()
188 napi_value getAdditemtoobjNextOut(napi_env env, napi_value cJSON_AddItemToObjectOut, cJSON *jsonObj) in getAdditemtoobjNextOut()
235 napi_value getJsonarritemChildOut(napi_env env, napi_value childOut, cJSON *jsonObj) in getJsonarritemChildOut()
262 …pi_value getAdditemtoobjChildOut(napi_env env, napi_value cJSON_AddItemToObjectOut, cJSON *jsonObj) in getAdditemtoobjChildOut()
296 napi_value getAdditemtoobjPrevOut(napi_env env, napi_value cJSON_AddItemToObjectOut, cJSON *jsonObj) in getAdditemtoobjPrevOut()
Dcjsoncreateintarraycase.cpp19 napi_value getCreateintarrTypeOut(napi_env env, napi_value cJSON_CreateIntArrayOut, cJSON *jsonObj) in getCreateintarrTypeOut()
50 …value getCreateintarrValuesintOut(napi_env env, napi_value cJSON_CreateIntArrayOut, cJSON *jsonObj) in getCreateintarrValuesintOut()
81 …ue getCreateintarrValuesdoubleOut(napi_env env, napi_value cJSON_CreateIntArrayOut, cJSON *jsonObj) in getCreateintarrValuesdoubleOut()
184 napi_value getCreateintarrNextOut(napi_env env, napi_value cJSON_CreateIntArrayOut, cJSON *jsonObj) in getCreateintarrNextOut()
231 napi_value getJsonobjitemChildOut(napi_env env, napi_value childOut, cJSON *jsonObj) in getJsonobjitemChildOut()
249 napi_value getCreateintarrChildOut(napi_env env, napi_value cJSON_CreateIntArrayOut, cJSON *jsonObj) in getCreateintarrChildOut()
283 napi_value getCreateintarrPrevOut(napi_env env, napi_value cJSON_CreateIntArrayOut, cJSON *jsonObj) in getCreateintarrPrevOut()
Dcjsonadditemtoarraycase.cpp132 napi_value getAdditemtoarrTypeOut(napi_env env, napi_value cJSON_AddItemToArrayOut, cJSON *jsonObj) in getAdditemtoarrTypeOut()
163 …value getAdditemtoarrValuesintOut(napi_env env, napi_value cJSON_AddItemToArrayOut, cJSON *jsonObj) in getAdditemtoarrValuesintOut()
194 …ue getAdditemtoarrValuesdoubleOut(napi_env env, napi_value cJSON_AddItemToArrayOut, cJSON *jsonObj) in getAdditemtoarrValuesdoubleOut()
297 napi_value getAdditemtoarrNextOut(napi_env env, napi_value cJSON_AddItemToArrayOut, cJSON *jsonObj) in getAdditemtoarrNextOut()
350 napi_value getJsonarrayitemChildOut(napi_env env, napi_value childOut, cJSON *jsonObj) in getJsonarrayitemChildOut()
378 napi_value getAdditemtoarrChildOut(napi_env env, napi_value cJSON_AddItemToArrayOut, cJSON *jsonObj) in getAdditemtoarrChildOut()
412 napi_value getAdditemtoarrPrevOut(napi_env env, napi_value cJSON_AddItemToArrayOut, cJSON *jsonObj) in getAdditemtoarrPrevOut()
/napi_generator/examples/akitutorials/entry/src/main/cpp/
Dnapi_init.cpp131 aki::Value jsonObj = aki::Value::FromGlobal("JSON"); in GetFromGlobal() local