| 231 | return copy; |
| 232 | } |
| 233 | constexpr FieldMeta fixed() const { return with_spec(spec_.fixed()); } |
| 234 | constexpr FieldMeta varint() const { return with_spec(spec_.varint()); } |
| 235 | constexpr FieldMeta tagged() const { return with_spec(spec_.tagged()); } |
| 236 | constexpr FieldMeta list(FieldNodeSpec elem) const { |
no outgoing calls