/third_party/json/test/src/ |
D | unit-capacity.cpp | 41 json j = true; variable 59 json j = "hello world"; variable 79 json j = json::array(); variable 97 json j = {1, 2, 3}; variable 118 json j = json::object(); variable 136 json j = {{"one", 1}, {"two", 2}, {"three", 3}}; variable 155 json j = -23; variable 173 json j = 23u; variable 191 json j = 23.42; variable 209 json j = nullptr; variable [all …]
|
D | unit-element_access1.cpp | 39 json j = {1, 1u, true, nullptr, "string", 42.23, json::object(), {1, 2, 3}}; variable 514 json j; variable 521 const json j{}; variable 532 json j = "foo"; variable 537 const json j = "bar"; variable 546 json j = false; variable 551 const json j = true; variable 560 json j = 17; variable 565 const json j = 17; variable 574 json j = 17u; variable [all …]
|
D | unit-constructor2.cpp | 41 json j {{"foo", 1}, {"bar", false}}; variable 48 json j {"foo", 1, 42.23, false}; variable 69 json j("Hello world"); variable 76 json j(42); variable 83 json j(42u); variable 90 json j(42.23); variable 97 json j = json::binary({1, 2, 3}); variable 105 json j {{"foo", "bar"}, {"baz", {1, 2, 3, 4}}, {"a", 42u}, {"b", 42.23}, {"c", nullptr}}; variable 116 json j {{"foo", 1}, {"bar", false}}; variable 124 json j {"foo", 1, 42.23, false}; variable [all …]
|
D | unit-modifiers.cpp | 41 json j = true; variable 51 json j = "hello world"; variable 63 json j = json::array(); variable 74 json j = {1, 2, 3}; variable 88 json j = json::object(); variable 99 json j = {{"one", 1}, {"two", 2}, {"three", 3}}; variable 113 json j = json::binary({}); variable 124 json j = json::binary({1, 2, 3, 4, 5}); variable 136 json j = 23; variable 146 json j = 23u; variable [all …]
|
D | unit-inspection.cpp | 45 json j {{"foo", 1}, {"bar", false}}; variable 63 json j {"foo", 1, 1u, 42.23, false}; variable 117 json j("Hello world"); variable 135 json j(42); variable 153 json j(42u); variable 171 json j(42.23); variable 226 …json j {{"object", json::object()}, {"array", {1, 2, 3, 4}}, {"number", 42}, {"boolean", false}, {… variable 368 json j = nullptr; variable 374 json j = {{"foo", "bar"}}; variable 380 json j = {1, 2, 3, 4}; variable [all …]
|
D | unit-constructor1.cpp | 132 json j{}; variable 223 …json j({{"a", json(1)}, {"b", json(1u)}, {"c", json(2.2)}, {"d", json(false)}, {"e", json("string"… variable 274 json j{1, 2.0, "string"}; variable 298 json j{1, 2.0, "string", 42}; variable 308 json j{1}; variable 401 json j({json(1), json(1u), json(2.2), json(false), json("string"), json()}); variable 456 json j("Hello world"); variable 784 json j(42); variable 791 json j(42u); variable 798 json j(42l); variable [all …]
|
D | unit-items.cpp | 48 json j = { {"A", 1}, {"B", 2} }; variable 81 json j = { {"A", 1}, {"B", 2} }; variable 125 json j = { {"A", 1}, {"B", 2} }; variable 158 json j = { {"A", 1}, {"B", 2} }; variable 194 const json j = { {"A", 1}, {"B", 2} }; variable 227 const json j = { {"A", 1}, {"B", 2} }; variable 260 const json j = { {"A", 1}, {"B", 2} }; variable 293 const json j = { {"A", 1}, {"B", 2} }; variable 329 json j = { "A", "B" }; variable 362 json j = { "A", "B" }; variable [all …]
|
D | unit-class_const_iterator.cpp | 80 json j; variable 158 json j(17); variable 168 json j({{"foo", "bar"}}); variable 175 json j({1, 2, 3, 4}); variable 193 json j(17); variable 203 json j({{"foo", "bar"}}); variable 210 json j({1, 2, 3, 4}); variable 232 json j(17); variable 243 json j({{"foo", "bar"}}); variable 252 json j({1, 2, 3, 4}); variable [all …]
|
D | unit-class_iterator.cpp | 142 json j(17); variable 152 json j({{"foo", "bar"}}); variable 159 json j({1, 2, 3, 4}); variable 177 json j(17); variable 187 json j({{"foo", "bar"}}); variable 194 json j({1, 2, 3, 4}); variable 216 json j(17); variable 227 json j({{"foo", "bar"}}); variable 236 json j({1, 2, 3, 4}); variable 267 json j(17); variable [all …]
|
D | unit-json_patch.cpp | 619 json j = "string"; variable 649 json j = {"good", "bad", "ugly"}; variable 674 json j; variable 683 json j; variable 692 json j; variable 701 json j; variable 710 json j; variable 722 json j; variable 731 json j; variable 740 json j; variable [all …]
|
D | unit-serialization.cpp | 45 json j = {"foo", 1, 2, 3, false, {{"one", 1}}}; variable 53 json j = {"foo", 1, 2, 3, false, {{"one", 1}}}; variable 62 json j = {"foo", 1, 2, 3, false, {{"one", 1}}}; variable 74 json j = {"foo", 1, 2, 3, false, {{"one", 1}}}; variable 82 json j = {"foo", 1, 2, 3, false, {{"one", 1}}}; variable 92 json j = {"foo", 1, 2, 3, false, {{"one", 1}}}; variable 105 json j = "ä\xA9ü"; variable 118 json j = "123\xC2"; variable 130 json j = "123\xF1\xB0\x34\x35\x36"; variable 148 json j = input; in __anon6c31484d0102() local [all …]
|
D | unit-testsuites.cpp | 102 json j; variable 118 json j; variable 241 for (int j = 2; j < 310; j++) variable 343 json j; variable 358 json j; variable 365 json j; variable 372 json j; variable 379 json j; variable 386 json j; variable 606 json j; variable [all …]
|
D | unit-ubjson.cpp | 126 json j = json::value_t::discarded; variable 133 json j = nullptr; variable 147 json j = true; variable 159 json j = false; variable 316 json j = -9263; variable 758 json j = v; variable 778 const auto j = json::from_ubjson(vec); variable 786 const auto j = json::from_ubjson(vec); variable 794 const auto j = json::from_ubjson(vec); variable 819 json j = 11111111111111111111ULL; variable [all …]
|
D | unit-json_pointer.cpp | 75 json j = R"( variable 180 const json j = R"( variable 249 json j = R"( variable 283 json j = {1, 2, 3}; variable 413 const json j = {1, 2, 3}; variable 445 json j = variable 544 json j; variable 552 json j; variable 561 const json j = variable 637 const json j = variable
|
D | unit-cbor.cpp | 129 json j = json::value_t::discarded; variable 137 json j = std::numeric_limits<json::number_float_t>::quiet_NaN(); variable 146 json j = std::numeric_limits<json::number_float_t>::infinity(); variable 154 json j = nullptr; variable 168 json j = true; variable 180 json j = false; variable 343 json j = -9263; variable 843 json j = v; variable 864 json j = v; variable 878 json j = v; variable [all …]
|
D | unit-comparison.cpp | 80 for (size_t j = 0; j < j_types.size(); ++j) variable 133 for (size_t j = 0; j < j_values.size(); ++j) variable 163 for (size_t j = 0; j < j_values.size(); ++j) variable 206 for (size_t j = 0; j < j_values.size(); ++j) variable 232 for (size_t j = 0; j < j_values.size(); ++j) variable 246 for (size_t j = 0; j < j_values.size(); ++j) variable 260 for (size_t j = 0; j < j_values.size(); ++j) variable
|
D | unit-bson.cpp | 46 json j = nullptr; variable 55 json j = true; variable 62 json j = false; variable 70 json j = 42; variable 77 json j = 4.2; variable 84 json j = "not supported"; variable 99 json j = variable 126 json j = json::object(); variable 144 json j = variable 168 json j = variable [all …]
|
D | unit-regression1.cpp | 126 friend void to_json(json& j, const nocopy& n) in to_json() 140 json j = json::parse(s); variable 195 json j = json::array(); variable 258 json j; variable 274 custom_json j; variable 366 json j; variable 377 json j; variable 409 json j; variable 457 json j; variable 615 json j = variable [all …]
|
/third_party/json/include/nlohmann/detail/conversions/ |
D | from_json.hpp | 26 void from_json(const BasicJsonType& j, typename std::nullptr_t& n) in from_json() 40 void get_arithmetic_value(const BasicJsonType& j, ArithmeticType& val) in get_arithmetic_value() 66 void from_json(const BasicJsonType& j, typename BasicJsonType::boolean_t& b) in from_json() 76 void from_json(const BasicJsonType& j, typename BasicJsonType::string_t& s) in from_json() 92 void from_json(const BasicJsonType& j, ConstructibleStringType& s) in from_json() 103 void from_json(const BasicJsonType& j, typename BasicJsonType::number_float_t& val) in from_json() 109 void from_json(const BasicJsonType& j, typename BasicJsonType::number_unsigned_t& val) in from_json() 115 void from_json(const BasicJsonType& j, typename BasicJsonType::number_integer_t& val) in from_json() 122 void from_json(const BasicJsonType& j, EnumType& e) in from_json() 132 void from_json(const BasicJsonType& j, std::forward_list<T, Allocator>& l) in from_json() [all …]
|
D | to_json.hpp | 224 void to_json(BasicJsonType& j, T b) noexcept in to_json() 231 void to_json(BasicJsonType& j, const CompatibleString& s) in to_json() 237 void to_json(BasicJsonType& j, typename BasicJsonType::string_t&& s) in to_json() 244 void to_json(BasicJsonType& j, FloatType val) noexcept in to_json() 251 void to_json(BasicJsonType& j, CompatibleNumberUnsignedType val) noexcept in to_json() 258 void to_json(BasicJsonType& j, CompatibleNumberIntegerType val) noexcept in to_json() 265 void to_json(BasicJsonType& j, EnumType e) noexcept in to_json() 272 void to_json(BasicJsonType& j, const std::vector<bool>& e) in to_json() 285 void to_json(BasicJsonType& j, const CompatibleArrayType& arr) in to_json() 291 void to_json(BasicJsonType& j, const typename BasicJsonType::binary_t& bin) in to_json() [all …]
|
/third_party/boost/boost/math/interpolators/ |
D | catmull_rom.hpp | 167 for(size_t j = 0; j < size(m_pnts[0]); ++j) in operator ()() local 173 for(size_t j = 0; j < size(m_pnts[0]); ++j) in operator ()() local 180 for(size_t j = 0; j < size(m_pnts[0]); ++j) in operator ()() local 186 for(size_t j = 0; j < size(m_pnts[0]); ++j) in operator ()() local 193 for(size_t j = 0; j < size(m_pnts[0]); ++j) in operator ()() local 198 for(size_t j = 0; j < size(m_pnts[0]); ++j) in operator ()() local 223 for (size_t j = 0; j < size(m_pnts[0]); ++j) in prime() local 229 for (size_t j = 0; j < size(m_pnts[0]); ++j) in prime() local 238 for (size_t j = 0; j < size(m_pnts[0]); ++j) in prime() local 244 for (size_t j = 0; j < size(m_pnts[0]); ++j) in prime() local [all …]
|
/third_party/boost/libs/math/tools/ |
D | rational_tests.cpp | 27 for(unsigned j = 0; j < i; ++j) in main() local 36 for(unsigned j = 0; j < i; ++j) in main() local 45 for(unsigned j = 0; j < i; ++j) in main() local 266 for(unsigned j = 0; j < i; ++j) in main() local 275 for(unsigned j = 0; j < i; ++j) in main() local 284 for(unsigned j = 0; j < i; ++j) in main() local
|
/third_party/boost/libs/numeric/ublas/test/tensor/ |
D | test_einstein_notation.cpp | 42 for(auto j = 0u; j < A.extents().at(1); ++j) in BOOST_AUTO_TEST_CASE_TEMPLATE() local 46 for(auto j = 0u; j < B.extents().at(1); ++j) in BOOST_AUTO_TEST_CASE_TEMPLATE() local 58 for(auto j = 0u; j < AB.extents().at(1); ++j) in BOOST_AUTO_TEST_CASE_TEMPLATE() local 71 for(auto j = 0u; j < A.extents().at(1); ++j) in BOOST_AUTO_TEST_CASE_TEMPLATE() local 76 for(auto j = 0u; j < B.extents().at(1); ++j) in BOOST_AUTO_TEST_CASE_TEMPLATE() local 89 for(auto j = 0u; j < AB.extents().at(1); ++j) in BOOST_AUTO_TEST_CASE_TEMPLATE() local 100 for(auto j = 0u; j < A.extents().at(1); ++j) in BOOST_AUTO_TEST_CASE_TEMPLATE() local 105 for(auto j = 0u; j < B.extents().at(1); ++j) in BOOST_AUTO_TEST_CASE_TEMPLATE() local
|
/third_party/boost/libs/iostreams/test/detail/ |
D | verification.hpp | 137 int j; in test_seekable_in_chars() local 153 int j; in test_seekable_in_chars() local 170 int j; in test_seekable_in_chars() local 237 for (int j = 0; j < chunk_size; ++j) in test_input_seekable() local 251 for (int j = 0; j < chunk_size; ++j) in test_input_seekable() local 266 for (int j = 0; j < chunk_size; ++j) in test_input_seekable() local 284 for (int j = 0; j < chunk_size; ++j) in test_output_seekable() local 294 for (int j = 0; j < chunk_size; ++j) in test_output_seekable() local 305 for (int j = 0; j < chunk_size; ++j) in test_output_seekable() local 319 for (int j = 0; j < chunk_size; ++j) in test_dual_seekable() local [all …]
|
/third_party/boost/libs/contract/example/features/ |
D | if_constexpr.cpp | 54 struct j { // Copyable but no operator==. struct 55 explicit j(int n) : n_(n) {} in j() function 57 j(j const& o) : n_(o.n_) {} // Copyable. in j() function 58 j& operator=(j const& o) { n_ = o.n_; return *this; } in operator =() argument 60 j(j const&& o) : n_(o.n_) {} in j() argument 61 j& operator=(j const&& o) { n_ = o.n_; return *this; } in operator =() argument 66 int n_;
|