| /third_party/json/tests/src/ |
| D | unit-algorithms.cpp | 241 json j2 = {1, 2, 3, 5, 7}; variable 252 json j2 = {1, 2, 3, 5, 7}; variable 262 json j2 = {1, 2, 3, 5, 7}; variable 272 json j2 = {1, 2, 3, 5, 7}; variable 282 json j2 = {1, 2, 3, 5, 7}; variable
|
| D | unit-diagnostics.cpp | 173 nlohmann::ordered_json j2; variable 187 json j2 = json::object(); variable 203 json j2 = json::object(); variable
|
| D | unit-udt_macro.cpp | 363 nlohmann::json j2 = nlohmann::json::parse(s); variable 374 nlohmann::json j2 = nlohmann::json::from_msgpack(buf); variable 385 nlohmann::json j2 = nlohmann::json::from_bson(buf); variable 396 nlohmann::json j2 = nlohmann::json::from_cbor(buf); variable 407 nlohmann::json j2 = nlohmann::json::from_ubjson(buf); variable
|
| D | fuzzer-parse_bson.cpp | 48 json j2 = json::from_bson(vec2); in LLVMFuzzerTestOneInput() local
|
| D | fuzzer-parse_cbor.cpp | 43 json j2 = json::from_cbor(vec2); in LLVMFuzzerTestOneInput() local
|
| D | fuzzer-parse_json.cpp | 45 json j2 = json::parse(s1); in LLVMFuzzerTestOneInput() local
|
| D | fuzzer-parse_msgpack.cpp | 43 json j2 = json::from_msgpack(vec2); in LLVMFuzzerTestOneInput() local
|
| D | unit-ordered_json.cpp | 62 const json j2 {{"c", 77}, {"d", 42}, {"a", 4}}; variable
|
| D | unit-inspection.cpp | 282 json j2 = json::parse(f_unescaped); variable 337 json j2 = json::parse(s1); variable
|
| D | fuzzer-parse_bjdata.cpp | 55 json j2 = json::from_bjdata(vec2); in LLVMFuzzerTestOneInput() local
|
| D | fuzzer-parse_ubjson.cpp | 55 json j2 = json::from_ubjson(vec2); in LLVMFuzzerTestOneInput() local
|
| D | unit-regression1.cpp | 151 json j2 = static_cast<json::number_float_t>(NAN); variable 164 json j2 = static_cast<json::number_float_t>(INFINITY); variable 178 json j2 = u; variable 883 json j2 = json::parse("-9223372036854775807"); variable 1105 json j2 = json::parse(s1); variable 1180 json j2 = json::from_cbor(vec2); variable 1310 json j2; variable
|
| D | unit-conversions.cpp | 240 json j2({1, 2, 3, 4, 5, 6, 7, 8, 9, 10}); variable 252 json j2 = nbs; variable 342 json j2 = nbs; variable 1280 json j2 = {{"one", 1u}, {"two", 2u}, {"three", 3u}}; variable 1335 json j2 = {1u, 2u, 3u, 4u}; variable
|
| D | unit-readme.cpp | 64 json j2 = in skip() local 109 auto j2 = R"({ in skip() local
|
| D | unit-noexcept.cpp | 74 json j2; variable
|
| /third_party/typescript/tests/baselines/reference/ |
| D | recursiveTypesWithTypeof.js | 34 var j2: new <T extends typeof j2>(x: T) => T; variable 35 var j2 = new j2(j2); variable 84 var j2; variable 85 var j2 = new j2(j2); variable
|
| /third_party/json/docs/examples/ |
| D | swap__reference.cpp | 10 json j2 = {{"pi", 3.141592653589793}, {"e", 2.718281828459045}}; in main() local
|
| D | basic_json__basic_json.cpp | 12 json j2(j1); in main() local
|
| D | insert__range_object.cpp | 10 json j2 = {{"eleven", "elf"}, {"seventeen", "siebzehn"}}; in main() local
|
| D | std_swap.cpp | 11 json j2 = {1, 2, 4, 8, 16}; in main() local
|
| D | basic_json__nullptr_t.cpp | 12 json j2(nullptr); in main() local
|
| D | nlohmann_define_type_non_intrusive_macro.cpp | 28 json j2 = R"({"address": "742 Evergreen Terrace", "age": 40, "name": "Homer Simpson"})"_json; in main() local
|
| D | nlohmann_define_type_intrusive_with_default_macro.cpp | 35 json j2 = R"({"address": "742 Evergreen Terrace", "age": 40, "name": "Homer Simpson"})"_json; in main() local
|
| D | nlohmann_define_type_intrusive_macro.cpp | 35 json j2 = R"({"address": "742 Evergreen Terrace", "age": 40, "name": "Homer Simpson"})"_json; in main() local
|
| /third_party/typescript/tests/cases/conformance/types/specifyingTypes/typeQueries/ |
| D | recursiveTypesWithTypeof.ts | 33 var j2: new <T extends typeof j2>(x: T) => T; variable 34 var j2 = new j2(j2); variable
|