Home
last modified time | relevance | path

Searched refs:json_text (Results 1 – 4 of 4) sorted by relevance

/third_party/json/test/src/
Dunit-unicode1.cpp66 std::string json_text = "\""; in skip() local
85 json_text += codepoint_to_unicode(cp); in skip()
94json_text += codepoint_to_unicode(codepoint1) + codepoint_to_unicode(codepoint2); in skip()
97 json_text += "\""; in skip()
98 CAPTURE(json_text) in skip()
100 CHECK_NOTHROW(_ = json::parse(json_text)); in skip()
149 std::string json_text = "\"" + codepoint_to_unicode(cp) + "\""; in skip()
150 CAPTURE(json_text) in skip()
151 CHECK_THROWS_AS(json::parse(json_text), json::parse_error&); in skip()
168 … std::string json_text = "\"" + codepoint_to_unicode(cp1) + codepoint_to_unicode(cp2) + "\""; in skip()
[all …]
/third_party/ffmpeg/tools/
Dplotframes109 my $json_text = <FH>;
112 eval { $json_struct = decode_json($json_text); };
/third_party/protobuf/ruby/compatibility_tests/v3.0.0/tests/
Dbasic.rb1248 json_text = TestMessage.encode_json(m)
1249 m2 = TestMessage.decode_json(json_text)
/third_party/protobuf/ruby/tests/
Dcommon_tests.rb1083 json_text = proto_module::TestMessage.encode_json(m)
1084 m2 = proto_module::TestMessage.decode_json(json_text)