• Home
  • Raw
  • Download

Lines Matching refs:ExpectedData

33 constexpr auto ExpectedData(  in ExpectedData()  function
167 ExpectedData<0xAA, 0xD5, 0xAA, 0xD5, 0xAA, 0xD5, 0xAA, 0xD5, 0xAA, 0x01>( in TEST_F()
186 constexpr std::array<uint8_t, 4> empty = ExpectedData("%" PRIx64); in TEST_F()
196 ExpectedData<0xff, in TEST_F()
219 ExpectedData<0xff, 0xff, 0xff, 0xff, 0x0f>("%" PRId32); in TEST_F()
228 constexpr std::array<uint8_t, 5> expected = ExpectedData<0x01>("%d"); in TEST_F()
238 constexpr std::array<uint8_t, 4> expected = ExpectedData<>("%" PRId32); in TEST_F()
248 ExpectedData<5, '5', '4', '3', '2', '!'>("The answer is: %s"); in TEST_F()
259 ExpectedData<0x83, '5', '4', '3'>("The answer is: %s"); in TEST_F()
270 ExpectedData<0x81, '5'>("The answer is: %s"); in TEST_F()
280 std::array<uint8_t, 5> result = ExpectedData<0x80>("The answer is: %s"); in TEST_F()
289 std::array<uint8_t, 5> result = ExpectedData<0>("The answer is: %s"); in TEST_F()
298 constexpr std::array<uint8_t, 4> empty = ExpectedData<>("The answer is: %s"); in TEST_F()
308 constexpr std::array<uint8_t, 4> result = ExpectedData<>("1234"); in TEST_F()
319 ExpectedData<4, 'N', 'U', 'L', 'L'>("The answer is: %s"); in TEST_F()
329 std::array<uint8_t, 6> result = ExpectedData<0x81, 'N'>("The answer is: %s"); in TEST_F()
340 ExpectedData<5, '5', '4', '3', '2', '!'>("The answer was: %s"); in TEST_F()
356 ExpectedData<5, '5', '4', '3', '2', '!'>("The answer was: %s", in TEST_F()
373 ExpectedData<0b0101'0100u>("%u %d"); in TEST_F()
407 constexpr auto expected = ExpectedData(__func__); in TEST_F()
416 ExpectedData<1, '1', // string '1' in TEST_F()
428 ExpectedData<0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13>( in TEST_F()
442 ExpectedData<2, 'h', 'i'>(TEST_FORMAT_REQUIRES_8); in TEST_F()
452 ExpectedData<2, 'h', 'i', 13>(TEST_FORMAT_REQUIRES_8); in TEST_F()
492 ExpectedData<3, 'N', 'o', 'w', // string "Now" in TEST_F()
505 ExpectedData<5, '5', '4', '3', '2', '!'>("The answer is: %s"); in TEST_F()
514 ExpectedData<5, '5', '4', '3', '2', '!'>("The answer is: %s"); in TEST_F()
523 ExpectedData<5, '5', '4', '3', '2', '!'>("The answer is: %s", 0x00000FFF); in TEST_F()
530 constexpr auto expected = ExpectedData(__func__); in TEST_F()
539 ExpectedData<0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13>( in TEST_F()