Searched defs:connection_id_bytes (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
H A D | quic_utils_test.cc | 173 char connection_id_bytes[sizeof(uint64_t)]; in TEST_F() local 192 char connection_id_bytes[connection_id_length]; in TEST_F() local
|
H A D | deterministic_connection_id_generator_test.cc | 75 const char connection_id_bytes[255] = {}; in TEST_P() local
|
H A D | quic_connection_id_test.cc | 122 const char connection_id_bytes[255] = {}; in TEST_F() local
|
H A D | quic_utils.cc | 478 char connection_id_bytes[8] = {0, 0, 0, 0, 0, 0, 0, 0}; in CreateZeroConnectionId() local
|
H A D | quic_dispatcher_test.cc | 1783 static const char connection_id_bytes[] = {0x71, 0x72, 0x73, 0x74, in TEST_P() local
|
H A D | quic_framer_test.cc | 72 uint8_t connection_id_bytes[9] = {0xFE, 0xDC, 0xBA, 0x98, 0x76, in FramerTestConnectionIdNineBytes() local 12840 uint8_t connection_id_bytes[9] = {0xFE, 0xDC, 0xBA, 0x98, 0x76, in TEST_P() local
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/ |
H A D | quic_test_utils.cc | 68 char connection_id_bytes[9] = {}; in TestConnectionIdNineBytesLong() local
|