| 160 | ::google::protobuf::GoogleOnceInit(&once, &TableStruct::InitDefaultsImpl); |
| 161 | } |
| 162 | void AddDescriptorsImpl() { |
| 163 | InitDefaults(); |
| 164 | ::google::protobuf::internal::OnShutdown(&TableStruct::Shutdown); |
| 165 | } |
| 166 | |
| 167 | void AddDescriptors() { |
| 168 | static GOOGLE_PROTOBUF_DECLARE_ONCE(once); |
nothing calls this directly
no test coverage detected