| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojson/0.4.2/include/mapbox/ |
| H A D | geojson_impl.hpp | 23 point convert<point>(const rapidjson_value &json) { in convert() 31 Cont convert(const rapidjson_value &json) { in convert() 43 geometry convert<geometry>(const rapidjson_value &json) { in convert() 97 prop_map convert(const rapidjson_value &json) { in convert() 110 value convert<value>(const rapidjson_value &json) { in convert() 135 identifier convert<identifier>(const rapidjson_value &json) { in convert() 151 feature convert<feature>(const rapidjson_value &json) { in convert() 187 geojson convert<geojson>(const rapidjson_value &json) { in convert() 228 T parse(const std::string &json) { in parse() 246 geojson parse(const std::string &json) { in parse() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/j2s4b/src/j2s4b/ |
| H A D | j2s4b_utils.cpp | 163 cJSON *json, *item; in j2s_dump_struct() local 194 cJSON *json; in j2s_modify_struct() local 209 cJSON *json; in j2s_query_struct() local 233 cJSON *json, *item; in j2s_dump_template_struct() local 263 cJSON *json, *item; in j2s_dump_structs() local
|
| H A D | j2s.cpp | 194 int j2s_json_to_struct(j2s_ctx *ctx, cJSON *json, const char *name, void *ptr) { in j2s_json_to_struct() 200 int j2s_json_from_struct(j2s_ctx *ctx, cJSON *json, const char *name, in j2s_json_from_struct() 295 cJSON *json; in _j2s_struct_to_template_json() local 677 cJSON *json = cJSON_CreateString(desc); in _j2s_struct_to_json() local 933 static int j2s_json_to_array_with_index(j2s_ctx *ctx, cJSON *json, in j2s_json_to_array_with_index() 1006 static int _j2s_json_to_obj(j2s_ctx *ctx, cJSON *json, cJSON *parent, in _j2s_json_to_obj() 1220 static int _j2s_json_to_struct(j2s_ctx *ctx, cJSON *json, int struct_index, in _j2s_json_to_struct() 1320 int j2s_json_to_bin(j2s_ctx *ctx, cJSON *json, const char *name, void **ptr, in j2s_json_to_bin()
|
| H A D | j2s.h | 148 #define j2s_json_to_root_struct(ctx, json, ptr) \ argument 152 #define j2s_json_to_bin_root(ctx, json, ptr, ptr_size, ofname) \ argument 156 #define j2s_json_from_root_struct(ctx, json, ptr) \ argument
|
| H A D | RkAiqsceneManager.cpp | 196 cJSON *RkAiqsceneManager::findSubScene(cJSON *json, const char *main_scene, in findSubScene()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/ |
| H A D | j2s_utils.cpp | 487 cJSON *json, *item; in j2s_dump_struct() local 519 cJSON* json; in j2s_modify_struct() local 535 cJSON* json; in j2s_query_struct() local 560 cJSON *json, *item; in j2s_dump_template_struct() local 591 cJSON *json, *item; in j2s_dump_structs() local
|
| H A D | j2s.cpp | 81 int j2s_json_to_struct(j2s_ctx* ctx, cJSON* json, const char* name, void* ptr) in j2s_json_to_struct() 88 int j2s_json_from_struct(j2s_ctx* ctx, cJSON* json, const char* name, in j2s_json_from_struct() 203 cJSON* json; in _j2s_struct_to_template_json() local 594 cJSON* json = cJSON_CreateString(desc); in _j2s_struct_to_json() local 728 static int j2s_json_to_array_with_index(j2s_ctx* ctx, cJSON* json, in j2s_json_to_array_with_index() 802 static int _j2s_json_to_obj(j2s_ctx* ctx, cJSON* json, cJSON* parent, in _j2s_json_to_obj() 1001 static int _j2s_json_to_struct(j2s_ctx* ctx, cJSON* json, int struct_index, in _j2s_json_to_struct()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/libs/core/ |
| H A D | plughandler.cpp | 43 QJsonObject json = loader.metaData(); in getShowPlugins() local 73 QJsonObject json = loader->metaData(); in loadPlugins() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/sprite/ |
| H A D | sprite_loader_worker.cpp | 12 std::shared_ptr<const std::string> json) { in parse()
|
| H A D | sprite_loader.cpp | 29 std::shared_ptr<const std::string> json; member
|
| H A D | sprite_parser.cpp | 88 …::unique_ptr<style::Image>> parseSprite(const std::string& encodedImage, const std::string& json) { in parseSprite()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/ |
| H A D | json.hpp | 12 optional<T> convertJSON(const std::string& json, Error& error, Args&&...args) { in convertJSON()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/ |
| H A D | style_impl.hpp | 105 std::string json; member in mbgl::style::Style::Impl
|
| H A D | style.cpp | 17 void Style::loadJSON(const std::string& json) { in loadJSON()
|
| H A D | parser.cpp | 29 StyleParseResult Parser::parse(const std::string& json) { in parse()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/ |
| H A D | runexported.py | 27 import simplejson as json namespace
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_bpftool.py | 28 def _bpftool(args, json=True): argument
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/j2s/ |
| H A D | j2s.h | 124 #define j2s_json_to_root_struct(ctx, json, ptr) \ argument 128 #define j2s_json_from_root_struct(ctx, json, ptr) \ argument
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/iq_check/src/ |
| H A D | dump.cpp | 166 cJSON *json; in main() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/ |
| H A D | writer.h | 252 …bool RawValue(const Ch* json, size_t length, Type type) { Prefix(type); return EndValue(WriteRawVa… in RawValue() 428 bool WriteRawValue(const Ch* json, size_t length) { in WriteRawValue()
|
| H A D | prettywriter.h | 187 …bool RawValue(const Ch* json, size_t length, Type type) { PrettyPrefix(type); return Base::WriteRa… in RawValue()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/geojson_viewer/ |
| H A D | main.cpp | 219 QJsonDocument json = QGeoJson::exportGeoJson(geoJson); in dumpGeoJSON() local
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/templatetags/ |
| H A D | projecttags.py | 41 def json(value, default = None): function
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/scene/ |
| H A D | scene_manager.cpp | 293 cJSON *RkAiqSceneManager::findSubScene(cJSON *json, const char *main_scene, in findSubScene()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/ |
| H A D | qgeotileproviderosm.cpp | 452 const QJsonObject json = d.object(); in onNetworkReplyFinished() local
|