Searched defs:kExpectedEncoding (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/open-dice/src/ |
H A D | cbor_writer_test.cc | 24 const uint8_t kExpectedEncoding[] = {0, 23, 0x20, 0x37}; in TEST() local 37 const uint8_t kExpectedEncoding[] = {24, 24, 24, 0xff, 0x38, 24, 0x38, 0xff}; in TEST() local 50 const uint8_t kExpectedEncoding[] = {25, 0x01, 0x00, 25, 0xff, 0xff, in TEST() local 64 const uint8_t kExpectedEncoding[] = {26, 0x00, 0x01, 0x00, 0x00, 26, 0xff, in TEST() local 79 const uint8_t kExpectedEncoding[] = { in TEST() local 95 const uint8_t kExpectedEncoding[] = {27, 0x00, 0x00, 0x00, 0x01, 0x00, in TEST() local 108 const uint8_t kExpectedEncoding[] = { in TEST() local 123 const uint8_t kExpectedEncoding[] = {0x45, 'h', 'e', 'l', 'l', 'o'}; in TEST() local 134 const uint8_t kExpectedEncoding[] = {0x45, 'a', 'l', 'l', 'o', 'c'}; in TEST() local 148 const uint8_t kExpectedEncoding[] = {0x65, 'w', 'o', 'r', 'l', 'd'}; in TEST() local [all …]
|