template <typename Element, bool Trivial = Arena::is_destructor_skippable<Element>::value>

struct RepeatedFieldDestructorSkippableBase

Defined at line 95 of file ../../third_party/protobuf/src/google/protobuf/repeated_field.h

We can't skip the destructor for, e.g., arena allocated RepeatedField

<Cord

>.