Home
last modified time | relevance | path

Searched defs:a_reference (Results 1 – 2 of 2) sorted by relevance

/third_party/json/tests/src/
Dunit-conversions.cpp201 const json::array_t a_reference{json(1), json(1u), json(2.2), variable
298 const json::array_t a_reference{json(1), json(1u), json(2.2), variable
358 const json::array_t a_reference{json(1), json(1u), json(2.2), variable
Dunit-constructor1.cpp227 …json::array_t const a_reference {json(1), json(1u), json(2.2), json(false), json("string"), json()… variable