| 4660 | #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 |
| 4661 | |
| 4662 | DrawElementProto::DrawElementProto() |
| 4663 | : ::google::protobuf::MessageLite(), _internal_metadata_(NULL) { |
| 4664 | if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) { |
| 4665 | protobuf_indexer_2fdrules_5fstruct_2eproto::InitDefaults(); |
| 4666 | } |
| 4667 | SharedCtor(); |
| 4668 | // @@protoc_insertion_point(constructor:DrawElementProto) |
| 4669 | } |
| 4670 | DrawElementProto::DrawElementProto(const DrawElementProto& from) |
| 4671 | : ::google::protobuf::MessageLite(), |
| 4672 | _internal_metadata_(NULL), |
nothing calls this directly
no test coverage detected