| 1366 | #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 |
| 1367 | |
| 1368 | LineDefProto::LineDefProto() |
| 1369 | : ::google::protobuf::MessageLite(), _internal_metadata_(NULL) { |
| 1370 | if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) { |
| 1371 | protobuf_indexer_2fdrules_5fstruct_2eproto::InitDefaults(); |
| 1372 | } |
| 1373 | SharedCtor(); |
| 1374 | // @@protoc_insertion_point(constructor:LineDefProto) |
| 1375 | } |
| 1376 | LineDefProto::LineDefProto(const LineDefProto& from) |
| 1377 | : ::google::protobuf::MessageLite(), |
| 1378 | _internal_metadata_(NULL), |
nothing calls this directly
no test coverage detected