| 2579 | #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 |
| 2580 | |
| 2581 | CaptionDefProto::CaptionDefProto() |
| 2582 | : ::google::protobuf::MessageLite(), _internal_metadata_(NULL) { |
| 2583 | if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) { |
| 2584 | protobuf_indexer_2fdrules_5fstruct_2eproto::InitDefaults(); |
| 2585 | } |
| 2586 | SharedCtor(); |
| 2587 | // @@protoc_insertion_point(constructor:CaptionDefProto) |
| 2588 | } |
| 2589 | CaptionDefProto::CaptionDefProto(const CaptionDefProto& from) |
| 2590 | : ::google::protobuf::MessageLite(), |
| 2591 | _internal_metadata_(NULL), |
nothing calls this directly
no test coverage detected