Home
last modified time | relevance | path

Searched defs:wire_bytes (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dgenerated_message_tctable_lite.cc2114 bool TcParser::MpVerifyUtf8(absl::string_view wire_bytes, in MpVerifyUtf8()
2135 bool TcParser::MpVerifyUtf8(const absl::Cord& wire_bytes, in MpVerifyUtf8()
Dextension_set_unittest.cc1415 uint8_t wire_bytes[2] = {13 * 8, 42 /* out of bounds payload for bool */}; in TEST() local