Searched defs:wire_bytes (Results 1 – 2 of 2) sorted by relevance
2114 bool TcParser::MpVerifyUtf8(absl::string_view wire_bytes, in MpVerifyUtf8()2135 bool TcParser::MpVerifyUtf8(const absl::Cord& wire_bytes, in MpVerifyUtf8()
1415 uint8_t wire_bytes[2] = {13 * 8, 42 /* out of bounds payload for bool */}; in TEST() local