| 3457 | #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 |
| 3458 | |
| 3459 | CircleRuleProto::CircleRuleProto() |
| 3460 | : ::google::protobuf::MessageLite(), _internal_metadata_(NULL) { |
| 3461 | if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) { |
| 3462 | protobuf_indexer_2fdrules_5fstruct_2eproto::InitDefaults(); |
| 3463 | } |
| 3464 | SharedCtor(); |
| 3465 | // @@protoc_insertion_point(constructor:CircleRuleProto) |
| 3466 | } |
| 3467 | CircleRuleProto::CircleRuleProto(const CircleRuleProto& from) |
| 3468 | : ::google::protobuf::MessageLite(), |
| 3469 | _internal_metadata_(NULL), |
nothing calls this directly
no test coverage detected