Home
last modified time | relevance | path

Searched defs:optPerson (Results 1 - 1 of 1) sorted by relevance

/third_party/json/tests/src/
H A Dunit-udt.cpp390 std::shared_ptr<udt::person> optPerson; variable
407 auto optPerson = j.get<std::shared_ptr<udt::person>>(); variable
408 REQUIRE(optPerson); variable
503 std::unique_ptr<udt::person> optPerson; global() variable
520 auto optPerson = j.get<std::unique_ptr<udt::person>>(); global() variable
521 REQUIRE(optPerson); global() variable
[all...]

Completed in 2 milliseconds