Home
last modified time | relevance | path

Searched refs:get_to (Results 1 – 12 of 12) sorted by relevance

/third_party/json/doc/examples/
Dget_to.cpp35 json_types["boolean"].get_to(v1); in main()
36 json_types["number"]["integer"].get_to(v2); in main()
37 json_types["number"]["integer"].get_to(v3); in main()
38 json_types["number"]["floating-point"].get_to(v4); in main()
39 json_types["number"]["floating-point"].get_to(v5); in main()
40 json_types["string"].get_to(v6); in main()
41 json_types["array"].get_to(v7); in main()
42 json_types.get_to(v8); in main()
/third_party/json/test/src/
Dunit-udt_macro.cpp270 j.get_to(obj2);
281 j2.get_to(obj2);
292 j2.get_to(obj2);
303 j2.get_to(obj2);
314 j2.get_to(obj2);
325 j2.get_to(obj2);
Dunit-conversions.cpp159 j.get_to(o);
166 j.get_to(o);
173 j.get_to(o);
180 j.get_to(o);
187 j.get_to(o);
361 j.get_to(a);
368 j.get_to(a);
375 j.get_to(a);
382 j.get_to(a);
389 j.get_to(a);
[all …]
Dunit-regression2.cpp96 j["a"].get_to(data.a); in from_json()
97 j["b"].get_to(data.b); in from_json()
Dunit-udt.cpp308 CHECK(person_json.get_to(person) == sfinae_addict);
311 person_json["name"].get_to(name).m_val = "new name";
/third_party/json/doc/mkdocs/docs/features/
Darbitrary_types.md65 j.at("name").get_to(p.name);
66 j.at("address").get_to(p.address);
67 j.at("age").get_to(p.age);
73 Likewise, when calling `get<your_type>()` or `get_to(your_type&)`, the `from_json` method will be c…
/third_party/json/doc/mkdocs/docs/api/basic_json/
Dindex.md126 - get_to - get a value
/third_party/json/include/nlohmann/
Djson.hpp3018 ValueType & get_to(ValueType& v) const noexcept(noexcept( in get_to() function in nlohmann::basic_json
3031 ValueType & get_to(ValueType& v) const in get_to() function in nlohmann::basic_json
3042 Array get_to(T (&v)[N]) const in get_to() function in nlohmann::basic_json
/third_party/json/
DREADME.md386 j_string.get_to(cpp_string2);
872 j.at("name").get_to(p.name);
873 j.at("address").get_to(p.address);
874 j.at("age").get_to(p.age);
880 Likewise, when calling `get<your_type>()` or `get_to(your_type&)`, the `from_json` method will be c…
/third_party/json/doc/mkdocs/docs/home/
Dreleases.md144 - Fix [`get_to`](https://nlohmann.github.io/json/classnlohmann_1_1basic__json_a65753c68f06639eda0d3…
394 This release adds support for **GCC 4.8**. Furthermore, it adds a function [**`get_to`**](http://nl…
401 - Added new function [**`get_to`**](http://nlohmann.github.io/json/doxygen/classnlohmann_1_1basic__…
/third_party/json/include/nlohmann/detail/
Dmacro_scope.hpp268 #define NLOHMANN_JSON_FROM(v1) nlohmann_json_j.at(#v1).get_to(nlohmann_json_t.v1);
/third_party/json/single_include/nlohmann/
Djson.hpp2285 #define NLOHMANN_JSON_FROM(v1) nlohmann_json_j.at(#v1).get_to(nlohmann_json_t.v1);
19506 ValueType & get_to(ValueType& v) const noexcept(noexcept( in get_to() function in nlohmann::basic_json
19519 ValueType & get_to(ValueType& v) const in get_to() function in nlohmann::basic_json
19530 Array get_to(T (&v)[N]) const in get_to() function in nlohmann::basic_json