| 4188 | #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 |
| 4189 | |
| 4190 | ShieldRuleProto::ShieldRuleProto() |
| 4191 | : ::google::protobuf::MessageLite(), _internal_metadata_(NULL) { |
| 4192 | if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) { |
| 4193 | protobuf_indexer_2fdrules_5fstruct_2eproto::InitDefaults(); |
| 4194 | } |
| 4195 | SharedCtor(); |
| 4196 | // @@protoc_insertion_point(constructor:ShieldRuleProto) |
| 4197 | } |
| 4198 | ShieldRuleProto::ShieldRuleProto(const ShieldRuleProto& from) |
| 4199 | : ::google::protobuf::MessageLite(), |
| 4200 | _internal_metadata_(NULL), |
nothing calls this directly
no test coverage detected