Searched defs:example_bytes (Results 1 – 8 of 8) sorted by relevance
150 let example_bytes = &[ in parse_ascii_bytes() localVariable160 let example_bytes = &[0x0c, 0x06, 0x48, 0x65, 0x6c, 0x6c, 0xc3, 0xb3]; in parse_utf8_bytes() localVariable
91 let example_bytes = &[ in parse_bytes() localVariable
245 let example_bytes = &[ in parse_bytes() localVariable
191 let example_bytes = hex!("16 0d 74 65 73 74 31 40 72 73 61 2e 63 6f 6d"); in parse_bytes() localVariable
205 let example_bytes = &[ in parse_bytes() localVariable
233 let example_bytes = hex!("17 0d 39 31 30 35 30 36 32 33 34 35 34 30 5a"); in round_trip_vector() localVariable
318 let example_bytes = hex!("18 0f 31 39 39 31 30 35 30 36 32 33 34 35 34 30 5a"); in round_trip() localVariable
587 auto example_bytes = ExtractRepeatedInt64(example, kDatasetStatsNumBytesRead); in TEST_F() local