Home
last modified time | relevance | path

Searched defs:CJSON_PUBLIC (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/j2s/
H A DcJSON.h59 #define CJSON_PUBLIC(type) type CJSON_STDCALL macro
61 #define CJSON_PUBLIC(type) __declspec(dllexport) type CJSON_STDCALL macro
63 #define CJSON_PUBLIC(type) __declspec(dllimport) type CJSON_STDCALL macro
70 #define CJSON_PUBLIC(type) __attribute__((visibility("default"))) type macro
72 #define CJSON_PUBLIC(type) type macro
/OK3568_Linux_fs/app/lvgl_demo/cJSON/
H A DcJSON.h64 #define CJSON_PUBLIC(type) type CJSON_STDCALL macro