| 2187 | #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 |
| 2188 | |
| 2189 | SymbolRuleProto::SymbolRuleProto() |
| 2190 | : ::google::protobuf::MessageLite(), _internal_metadata_(NULL) { |
| 2191 | if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) { |
| 2192 | protobuf_indexer_2fdrules_5fstruct_2eproto::InitDefaults(); |
| 2193 | } |
| 2194 | SharedCtor(); |
| 2195 | // @@protoc_insertion_point(constructor:SymbolRuleProto) |
| 2196 | } |
| 2197 | SymbolRuleProto::SymbolRuleProto(const SymbolRuleProto& from) |
| 2198 | : ::google::protobuf::MessageLite(), |
| 2199 | _internal_metadata_(NULL), |
nothing calls this directly
no test coverage detected