Searched defs:a_reference (Results 1 – 2 of 2) sorted by relevance
/third_party/json/tests/src/ |
D | unit-conversions.cpp | 201 json::array_t a_reference{json(1), json(1u), json(2.2), variable 298 json::array_t a_reference{json(1), json(1u), json(2.2), variable 358 json::array_t a_reference{json(1), json(1u), json(2.2), variable
|
D | unit-constructor1.cpp | 226 … json::array_t a_reference {json(1), json(1u), json(2.2), json(false), json("string"), json()}; variable
|