Home
last modified time | relevance | path

Searched refs:json_source (Results 1 – 25 of 37) sorted by relevance

12

/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/json/
H A Dconverter_test.cc48 std::string json_source = R"( in TEST() local
60 ASSERT_OK(ParseFromString(options, json_source, &parse_array)); in TEST()
79 std::string json_source = R"( in TEST() local
91 ASSERT_OK(ParseFromString(options, json_source, &parse_array)); in TEST()
110 std::string json_source = R"( in TEST() local
119 ASSERT_OK(ParseFromString(options, json_source, &parse_array)); in TEST()
138 std::string json_source = R"( in TEST() local
147 ASSERT_OK(ParseFromString(options, json_source, &parse_array)); in TEST()
167 std::string json_source = R"( in TEST() local
174 ASSERT_OK(ParseFromString(options, json_source, &parse_array)); in TEST()
[all …]
/dports/devel/poco/poco-1.10.1-all/JSON/src/
H A Dpdjson.h67 struct json_source { struct
68 int (*get) (struct json_source *); argument
69 int (*peek) (struct json_source *); argument
104 struct json_source source; argument
H A Dpdjson.c104 static int buffer_peek(struct json_source *source) in buffer_peek()
112 static int buffer_get(struct json_source *source) in buffer_get()
119 static int stream_get(struct json_source *source) in stream_get()
125 static int stream_peek(struct json_source *source) in stream_peek()
833 static int user_get(struct json_source *json) in user_get()
838 static int user_peek(struct json_source *json) in user_peek()
/dports/multimedia/vmaf/vmaf-2.3.0/libvmaf/src/
H A Dpdjson.h71 struct json_source { struct
72 int (*get)(struct json_source *); argument
73 int (*peek)(struct json_source *); argument
108 struct json_source source; argument
H A Dpdjson.c93 static int buffer_peek(struct json_source *source) in buffer_peek()
101 static int buffer_get(struct json_source *source) in buffer_get()
108 static int stream_get(struct json_source *source) in stream_get()
114 static int stream_peek(struct json_source *source) in stream_peek()
928 static int user_get(struct json_source *json) in user_get()
933 static int user_peek(struct json_source *json) in user_peek()
/dports/sysutils/goaccess/goaccess-1.4.6/src/
H A Dpdjson.h68 struct json_source { struct
69 int (*get) (struct json_source *); argument
70 int (*peek) (struct json_source *); argument
105 struct json_source source; argument
H A Dpdjson.c97 buffer_peek (struct json_source *source) { in buffer_peek()
105 buffer_get (struct json_source *source) { in buffer_get()
112 stream_get (struct json_source *source) { in stream_get()
118 stream_peek (struct json_source *source) { in stream_peek()
931 user_get (struct json_source *json) { in user_get()
936 user_peek (struct json_source *json) { in user_peek()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/bindings/core/v8/custom/
H A Dv8_xml_http_request_custom.cc79 v8::Local<v8::String> json_source = in ResponseAttributeGetterCustom() local
81 if (json_source.IsEmpty()) { in ResponseAttributeGetterCustom()
90 ToCoreString(json_source), exception_state); in ResponseAttributeGetterCustom()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/bindings/core/v8/custom/
H A Dv8_xml_http_request_custom.cc79 v8::Local<v8::String> json_source = in ResponseAttributeGetterCustom() local
81 if (json_source.IsEmpty()) { in ResponseAttributeGetterCustom()
90 ToCoreString(json_source), exception_state); in ResponseAttributeGetterCustom()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/core/common/extensions/
H A Dextensions_api_provider_qt.cpp76 void ExtensionsAPIProviderQt::AddAPIJSONSources(JSONFeatureProviderSource *json_source) in AddAPIJSONSources() argument
78 json_source->LoadJSON(IDR_CHROME_EXTENSION_API_FEATURES); in AddAPIJSONSources()
H A Dextensions_api_provider_qt.h55 void AddAPIJSONSources(JSONFeatureProviderSource* json_source) override;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/shell/common/
H A Dshell_extensions_api_provider.cc37 JSONFeatureProviderSource* json_source) { in AddAPIJSONSources() argument
38 json_source->LoadJSON(IDR_SHELL_EXTENSION_API_FEATURES); in AddAPIJSONSources()
H A Dshell_extensions_api_provider.h23 void AddAPIJSONSources(JSONFeatureProviderSource* json_source) override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/shell/common/
H A Dshell_extensions_api_provider.cc37 JSONFeatureProviderSource* json_source) { in AddAPIJSONSources() argument
38 json_source->LoadJSON(IDR_SHELL_EXTENSION_API_FEATURES); in AddAPIJSONSources()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/common/extensions/
H A Dchrome_extensions_api_provider.cc42 JSONFeatureProviderSource* json_source) { in AddAPIJSONSources() argument
43 json_source->LoadJSON(IDR_CHROME_EXTENSION_API_FEATURES); in AddAPIJSONSources()
H A Dchrome_extensions_api_provider.h23 void AddAPIJSONSources(JSONFeatureProviderSource* json_source) override;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/common/extensions/
H A Dchrome_extensions_api_provider.cc42 JSONFeatureProviderSource* json_source) { in AddAPIJSONSources() argument
43 json_source->LoadJSON(IDR_CHROME_EXTENSION_API_FEATURES); in AddAPIJSONSources()
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/common/
H A Dcore_extensions_api_provider.cc41 JSONFeatureProviderSource* json_source) { in AddAPIJSONSources() argument
42 json_source->LoadJSON(IDR_EXTENSION_API_FEATURES); in AddAPIJSONSources()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/common/
H A Dcore_extensions_api_provider.cc41 JSONFeatureProviderSource* json_source) { in AddAPIJSONSources() argument
42 json_source->LoadJSON(IDR_EXTENSION_API_FEATURES); in AddAPIJSONSources()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/common/apps/platform_apps/
H A Dchrome_apps_api_provider.cc42 extensions::JSONFeatureProviderSource* json_source) { in AddAPIJSONSources() argument
43 json_source->LoadJSON(IDR_CHROME_APP_API_FEATURES); in AddAPIJSONSources()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/common/apps/platform_apps/
H A Dchrome_apps_api_provider.cc42 extensions::JSONFeatureProviderSource* json_source) { in AddAPIJSONSources() argument
43 json_source->LoadJSON(IDR_CHROME_APP_API_FEATURES); in AddAPIJSONSources()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/common/
H A Dcast_extensions_api_provider.cc44 JSONFeatureProviderSource* json_source) { in AddAPIJSONSources() argument
45 json_source->LoadJSON(IDR_SHELL_EXTENSION_API_FEATURES); in AddAPIJSONSources()
H A Dcast_extensions_api_provider.h23 void AddAPIJSONSources(JSONFeatureProviderSource* json_source) override;
/dports/misc/hashdb/hashdb-3.1.0-8-g1da1b9f/src_libhashdb/
H A Dlibhashdb.cpp99 rapidjson::Value& json_source) { in provide_source_information() argument
116 json_source.AddMember("file_hash", v(hex_file_hash, allocator), allocator); in provide_source_information()
117 json_source.AddMember("filesize", filesize, allocator); in provide_source_information()
118 json_source.AddMember("file_type", v(file_type, allocator), allocator); in provide_source_information()
119 json_source.AddMember("zero_count", zero_count, allocator); in provide_source_information()
120 json_source.AddMember("nonprobative_count", nonprobative_count, allocator); in provide_source_information()
136 json_source.AddMember("name_pairs", json_name_pairs, allocator); in provide_source_information()
712 rapidjson::Value json_source(rapidjson::kObjectType); in find_expanded_hash_json() local
716 json_source); in find_expanded_hash_json()
717 json_sources.PushBack(json_source, allocator); in find_expanded_hash_json()
/dports/math/py-pymc3/pymc-3.11.4/docs/source/sphinxext/
H A Dgallery_generator.py80 self.json_source = json.load(fid)
97 for cell in self.json_source["cells"]:
106 for cell in self.json_source["cells"]:

12