Lines Matching defs:array

963                     // create JSON value with byte array containing of N * 'x'
1001 // roundtrip only works to an array of numbers
1014 // create JSON value with byte array containing of N * 'x'
1038 // roundtrip only works to an array of numbers
1054 // create JSON value with byte array containing of N * 'x'
1075 // roundtrip only works to an array of numbers
1091 // create JSON value with byte array containing of N * 'x'
1114 // roundtrip only works to an array of numbers
1145 // roundtrip only works to an array of numbers
1172 // roundtrip only works to an array of numbers
1180 SECTION("array")
1186 json j = json::array();
1198 json j = json::array();
1210 json j = json::array();
1338 SECTION("array with uint16_t elements")
1344 expected[0] = '['; // opening array
1345 expected[258] = ']'; // closing array
1358 expected[0] = '['; // opening array
1359 expected[1] = '#'; // array size
1384 SECTION("array with uint32_t elements")
1390 expected[0] = '['; // opening array
1391 expected[65794] = ']'; // closing array
1404 expected[0] = '['; // opening array
1405 expected[1] = '#'; // array size
1583 SECTION("array")
1701 SECTION("array")
1764 CHECK(json::from_ubjson(v_N) == json::array());
1837 SECTION("array")
1839 SECTION("optimized array: no size following type")
1964 SECTION("array of i")
1971 SECTION("array of U")
1978 SECTION("array of I")
1985 SECTION("array of l")
1992 SECTION("array of L")
2002 SECTION("array of i")
2011 SECTION("array of U")
2020 SECTION("array of I")
2029 SECTION("array of l")
2038 SECTION("array of L")
2354 CHECK(json::from_ubjson(v) == json::array());