| 3825 | #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 |
| 3826 | |
| 3827 | PathTextRuleProto::PathTextRuleProto() |
| 3828 | : ::google::protobuf::MessageLite(), _internal_metadata_(NULL) { |
| 3829 | if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) { |
| 3830 | protobuf_indexer_2fdrules_5fstruct_2eproto::InitDefaults(); |
| 3831 | } |
| 3832 | SharedCtor(); |
| 3833 | // @@protoc_insertion_point(constructor:PathTextRuleProto) |
| 3834 | } |
| 3835 | PathTextRuleProto::PathTextRuleProto(const PathTextRuleProto& from) |
| 3836 | : ::google::protobuf::MessageLite(), |
| 3837 | _internal_metadata_(NULL), |
nothing calls this directly
no test coverage detected