Home
last modified time | relevance | path

Searched refs:ShutdownProtobufLibrary (Results 1 – 8 of 8) sorted by relevance

/third_party/protobuf/src/google/protobuf/testing/
Dgoogletest.cc295 ShutdownProtobufLibrary(); in ~ForceShutdown()
297 ShutdownProtobufLibrary(); in ~ForceShutdown()
/third_party/protobuf/examples/
Dlist_people.cc76 google::protobuf::ShutdownProtobufLibrary(); in main()
Dadd_person.cc99 google::protobuf::ShutdownProtobufLibrary(); in main()
/third_party/protobuf/src/google/protobuf/stubs/
Dcommon.h159 PROTOBUF_EXPORT void ShutdownProtobufLibrary();
/third_party/protobuf/src/google/protobuf/
Dmessage_lite.h582 PROTOBUF_EXPORT void ShutdownProtobufLibrary();
Dmessage_lite.cc572 void ShutdownProtobufLibrary() { in ShutdownProtobufLibrary() function
/third_party/mindspore/mindspore/ccsrc/transform/express_ir/
Dmindir_exporter.cc90 ~IrExportBuilder() { google::protobuf::ShutdownProtobufLibrary(); } in ~IrExportBuilder()
/third_party/protobuf/
DCHANGES.txt223 …* Moved ShutdownProtobufLibrary() to message_lite.h. For backward compatibility a declaration is …