Home
last modified time | relevance | path

Searched refs:json_text (Results 1 - 3 of 3) sorted by relevance

/third_party/json/tests/src/
H A Dunit-unicode1.cpp45 std::string json_text = "\""; variable
64 json_text += codepoint_to_unicode(cp);
73 json_text += codepoint_to_unicode(codepoint1) + codepoint_to_unicode(codepoint2);
76 json_text += "\"";
77 CAPTURE(json_text)
79 CHECK_NOTHROW(_ = json::parse(json_text));
114 std::string json_text = "\"" + codepoint_to_unicode(cp) + "\"";
115 CAPTURE(json_text)
116 CHECK_THROWS_AS(json::parse(json_text), json::parse_error&);
133 std::string json_text
[all...]
/third_party/protobuf/ruby/compatibility_tests/v3.0.0/tests/
H A Dbasic.rb1248 json_text = TestMessage.encode_json(m)
1249 m2 = TestMessage.decode_json(json_text)
/third_party/protobuf/ruby/tests/
H A Dcommon_tests.rb1083 json_text = proto_module::TestMessage.encode_json(m)
1084 m2 = proto_module::TestMessage.decode_json(json_text)

Completed in 9 milliseconds