Lines Matching refs:binary

1146     SECTION("get a binary value (explicit)")
1154 CHECK(*json(b).m_value.binary == *j.m_value.binary);
1162 CHECK(*json(b).m_value.binary == *j.m_value.binary);
1169 CHECK(*json(b).m_value.binary == *j.m_value.binary);
1187 "[json.exception.type_error.302] type must be binary, but is null",
1190 "[json.exception.type_error.302] type must be binary, but is object",
1193 "[json.exception.type_error.302] type must be binary, but is array",
1196 "[json.exception.type_error.302] type must be binary, but is string",
1199 "[json.exception.type_error.302] type must be binary, but is boolean",
1203 "[json.exception.type_error.302] type must be binary, but is null",
1206 "[json.exception.type_error.302] type must be binary, but is object",
1209 "[json.exception.type_error.302] type must be binary, but is array",
1212 "[json.exception.type_error.302] type must be binary, but is string",
1215 "[json.exception.type_error.302] type must be binary, but is boolean",
1219 "[json.exception.type_error.302] type must be binary, but is null",
1222 "[json.exception.type_error.302] type must be binary, but is object",
1225 "[json.exception.type_error.302] type must be binary, but is array",
1228 "[json.exception.type_error.302] type must be binary, but is string",
1231 "[json.exception.type_error.302] type must be binary, but is boolean",
1235 "[json.exception.type_error.302] type must be binary, but is null",
1238 "[json.exception.type_error.302] type must be binary, but is object",
1241 "[json.exception.type_error.302] type must be binary, but is array",
1244 "[json.exception.type_error.302] type must be binary, but is string",
1247 "[json.exception.type_error.302] type must be binary, but is boolean",
1253 SECTION("get a binary value (implicit)")
1261 CHECK(*json(b).m_value.binary == *j.m_value.binary);