Home
last modified time | relevance | path

Searched defs:j_const (Results 1 – 6 of 6) sorted by relevance

/third_party/json/test/src/
Dunit-capacity.cpp440 const json j_const = true; variable
452 const json j_const = "hello world"; variable
466 const json j_const = json::array(); variable
478 const json j_const = {1, 2, 3}; variable
493 const json j_const = json::object(); variable
505 const json j_const = {{"one", 1}, {"two", 2}, {"three", 3}}; variable
518 const json j_const = -23; variable
530 const json j_const = 23u; variable
542 const json j_const = 23.42; variable
554 const json j_const = nullptr; variable
Dunit-element_access2.cpp40 const json j_const = j; variable
1081 …const json j_const = {{"integer", 1}, {"unsigned", 1u}, {"floating", 42.23}, {"null", nullptr}, {"… variable
Dunit-json_pointer.cpp283 const json j_const = j; variable
Dunit-element_access1.cpp40 const json j_const = j; variable
Dunit-conversions.cpp1294 const json j_const = j; variable
Dunit-regression1.cpp442 const json j_const = j; variable