| 12 | using CodedOutputStream = google::protobuf::io::CodedOutputStream; |
| 13 | |
| 14 | std::string_view Field::Raw::toStringView() const { |
| 15 | return std::string_view(reinterpret_cast<const char*>(data), static_cast<size_t>(length)); |
| 16 | } |
| 17 | |
| 18 | enum class PackedRepeatedType { |
| 19 | PackedRepeatedTypeUnpacked, |
no outgoing calls