Home
last modified time | relevance | path

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

/third_party/boost/boost/property_tree/
Djson_parser.hpp23 namespace boost { namespace property_tree { namespace json_parser namespace
135 using json_parser::read_json;
136 using json_parser::write_json;
137 using json_parser::json_parser_error;
/third_party/gstreamer/gstplugins_good/tests/examples/rpicamsrc/
Dwebrtc-unidirectional-h264.c335 JsonParser *json_parser = NULL; in soup_websocket_message_cb() local
355 json_parser = json_parser_new (); in soup_websocket_message_cb()
356 if (!json_parser_load_from_data (json_parser, data_string, -1, NULL)) in soup_websocket_message_cb()
359 root_json = json_parser_get_root (json_parser); in soup_websocket_message_cb()
452 if (json_parser != NULL) in soup_websocket_message_cb()
453 g_object_unref (G_OBJECT (json_parser)); in soup_websocket_message_cb()
/third_party/boost/libs/property_tree/test/
Dtest_json_parser2.cpp22 : json_parser::detail::utf8_utf8_encoding
25 : json_parser::detail::wide_wide_encoding
35 json_parser::detail::parser<Callbacks, ::encoding<Ch>,
113 json_parser::detail::standard_callbacks<
656 json_parser::detail::standard_callbacks<ptree> callbacks; in BOOST_AUTO_TEST_CASE()
657 json_parser::detail::utf8_utf8_encoding encoding; in BOOST_AUTO_TEST_CASE()
658 json_parser::detail::parser<json_parser::detail::standard_callbacks<ptree>, in BOOST_AUTO_TEST_CASE()
659 json_parser::detail::utf8_utf8_encoding, in BOOST_AUTO_TEST_CASE()
713 } catch (json_parser::json_parser_error& e) { in parse_error_thrown_with_message_n()
821 } catch (json_parser::json_parser_error& e) { in parse_error_thrown_with_message_w()
Dtest_json_parser.cpp414 BOOST_CHECK(boost::property_tree::json_parser::create_escapes(str) == str); in test_escaping_utf8()
421 BOOST_CHECK(boost::property_tree::json_parser::create_escapes(str1) == str1); in test_escaping_wide()
426 BOOST_CHECK(boost::property_tree::json_parser::create_escapes(str2) == in test_escaping_wide()
Dprefixing_callbacks.hpp35 : boost::property_tree::json_parser::detail::standard_callbacks<Ptree> {
36 typedef boost::property_tree::json_parser::detail::standard_callbacks<Ptree>
/third_party/mindspore/mindspore/ccsrc/runtime/hardware/cpu/
Dcpu_device_context.cc61 auto &json_parser = DumpJsonParser::GetInstance(); in Initialize() local
62 json_parser.Parse(); in Initialize()
63 json_parser.CopyDumpJsonToDir(rank_id); in Initialize()
64 json_parser.CopyMSCfgJsonToDir(rank_id); in Initialize()
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dgpu_session.cc127 auto &json_parser = DumpJsonParser::GetInstance(); in Init() local
129 json_parser.CopyDumpJsonToDir(rank_id_); in Init()
130 json_parser.CopyMSCfgJsonToDir(rank_id_); in Init()
407 auto &json_parser = DumpJsonParser::GetInstance(); in CompileGraphImpl() local
408 json_parser.Parse(); in CompileGraphImpl()
469 if (json_parser.e2e_dump_enabled()) { in CompileGraphImpl()
472 std::string root_dir = json_parser.path() + "/rank_" + std::to_string(rank_id_); in CompileGraphImpl()
Dcpu_session.cc53 auto &json_parser = DumpJsonParser::GetInstance(); in Init() local
54 json_parser.Parse(); in Init()
55 json_parser.CopyMSCfgJsonToDir(rank_id_); in Init()
Dascend_session.cc1214 auto &json_parser = DumpJsonParser::GetInstance(); in DumpInit() local
1215 json_parser.Parse(); in DumpInit()
1216 json_parser.CopyDumpJsonToDir(device_id); in DumpInit()
1217 json_parser.CopyHcclJsonToDir(device_id); in DumpInit()
1218 json_parser.CopyMSCfgJsonToDir(device_id); in DumpInit()
1219 if (json_parser.async_dump_enabled()) { in DumpInit()
1575 auto &json_parser = DumpJsonParser::GetInstance(); in DumpAllGraphs() local
1576 json_parser.Parse(); in DumpAllGraphs()
1577 if (!save_graphs && !json_parser.e2e_dump_enabled() && !json_parser.async_dump_enabled() && in DumpAllGraphs()
1595 if (json_parser.e2e_dump_enabled() || json_parser.async_dump_enabled()) { in DumpAllGraphs()
[all …]
/third_party/boost/boost/property_tree/json_parser/
Derror.hpp16 namespace boost { namespace property_tree { namespace json_parser namespace
/third_party/boost/libs/property_tree/doc/
Dparsers.qbk11 [include json_parser.qbk]
Djson_parser.qbk69 [endsect] [/json_parser]
/third_party/mindspore/mindspore/ccsrc/runtime/hardware/gpu/
Dgpu_device_context.cc103 auto &json_parser = DumpJsonParser::GetInstance(); in Initialize() local
104 json_parser.Parse(); in Initialize()
105 json_parser.CopyDumpJsonToDir(rank_id); in Initialize()
106 json_parser.CopyMSCfgJsonToDir(rank_id); in Initialize()
/third_party/boost/libs/beast/doc/qbk/04_http/
D09_custom_body.qbk76 …tml/property_tree/parsers.html#property_tree.parsers.json_parser `boost::property_tree::json_parse…
79 #include <boost/property_tree/json_parser.hpp>
/third_party/boost/boost/property_tree/json_parser/detail/
Dread.hpp26 namespace json_parser { namespace detail namespace
Dstandard_callbacks.hpp9 namespace json_parser { namespace detail namespace
Dnarrow_encoding.hpp10 namespace json_parser { namespace detail namespace
Dwrite.hpp20 namespace boost { namespace property_tree { namespace json_parser namespace
Dwide_encoding.hpp10 namespace json_parser { namespace detail namespace
Dparser.hpp15 namespace json_parser { namespace detail namespace
/third_party/boost/libs/compute/include/boost/compute/detail/
Dparameter_cache.hpp172 catch(boost::property_tree::json_parser::json_parser_error&){ in read_from_disk()
/third_party/boost/boost/compute/detail/
Dparameter_cache.hpp172 catch(boost::property_tree::json_parser::json_parser_error&){ in read_from_disk()
/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Ddebugger.cc417 auto &json_parser = DumpJsonParser::GetInstance(); in DumpInGraphCompiler() local
418 if (json_parser.e2e_dump_enabled()) { in DumpInGraphCompiler()
422 std::string root_dir = json_parser.path() + "/rank_" + std::to_string(rank_id); in DumpInGraphCompiler()
/third_party/node/tools/inspector_protocol/lib/
Dencoding_h.template89 // JSON parsing errors - json_parser.{h,cc}.
/third_party/boost/doc/html/
Ddoc_HTML.manifest2087 boost/property_tree/json_parser/read_j_1_3_32_10_5_1_1_1_1.html
2088 boost/property_tree/json_parser/read_j_1_3_32_10_5_1_1_1_2.html
2089 boost/property_tree/json_parser/write__1_3_32_10_5_1_1_1_3.html
2090 boost/property_tree/json_parser/write__1_3_32_10_5_1_1_1_4.html