| 162 | } |
| 163 | |
| 164 | void protobuf_AssignDescriptorsOnce() { |
| 165 | static GOOGLE_PROTOBUF_DECLARE_ONCE(once); |
| 166 | ::google::protobuf::GoogleOnceInit(&once, &protobuf_AssignDescriptors); |
| 167 | } |
| 168 | |
| 169 | void protobuf_RegisterTypes(const ::std::string&) GOOGLE_PROTOBUF_ATTRIBUTE_COLD; |
| 170 | void protobuf_RegisterTypes(const ::std::string&) { |
no outgoing calls
no test coverage detected