| 3097 | #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 |
| 3098 | |
| 3099 | CaptionRuleProto::CaptionRuleProto() |
| 3100 | : ::google::protobuf::MessageLite(), _internal_metadata_(NULL) { |
| 3101 | if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) { |
| 3102 | protobuf_indexer_2fdrules_5fstruct_2eproto::InitDefaults(); |
| 3103 | } |
| 3104 | SharedCtor(); |
| 3105 | // @@protoc_insertion_point(constructor:CaptionRuleProto) |
| 3106 | } |
| 3107 | CaptionRuleProto::CaptionRuleProto(const CaptionRuleProto& from) |
| 3108 | : ::google::protobuf::MessageLite(), |
| 3109 | _internal_metadata_(NULL), |
nothing calls this directly
no test coverage detected