OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnShutdown
(Results
1 - 25
of
27
) sorted by null
1
2
/external/protobuf/src/google/protobuf/
generated_message_util.cc
60
OnShutdown
(&DeleteEmptyString);
message.cc
318
internal::
OnShutdown
(&ShutdownGeneratedMessageFactory);
479
OnShutdown
(&ShutdownRepeatedFieldAccessor);
empty.pb.cc
91
::google::protobuf::internal::
OnShutdown
(&protobuf_ShutdownFile_google_2fprotobuf_2fempty_2eproto);
duration.pb.cc
94
::google::protobuf::internal::
OnShutdown
(&protobuf_ShutdownFile_google_2fprotobuf_2fduration_2eproto);
field_mask.pb.cc
92
::google::protobuf::internal::
OnShutdown
(&protobuf_ShutdownFile_google_2fprotobuf_2ffield_5fmask_2eproto);
source_context.pb.cc
92
::google::protobuf::internal::
OnShutdown
(&protobuf_ShutdownFile_google_2fprotobuf_2fsource_5fcontext_2eproto);
timestamp.pb.cc
94
::google::protobuf::internal::
OnShutdown
(&protobuf_ShutdownFile_google_2fprotobuf_2ftimestamp_2eproto);
unknown_field_set.cc
60
internal::
OnShutdown
(&DeleteDefaultUnknownFieldSet);
any.pb.cc
94
::google::protobuf::internal::
OnShutdown
(&protobuf_ShutdownFile_google_2fprotobuf_2fany_2eproto);
extension_set.cc
91
OnShutdown
(&DeleteRegistry);
[
all
...]
map_field.cc
55
OnShutdown
(&DeleteMapEntryDefaultInstances);
struct.pb.cc
183
::google::protobuf::internal::
OnShutdown
(&protobuf_ShutdownFile_google_2fprotobuf_2fstruct_2eproto);
[
all
...]
api.pb.cc
168
::google::protobuf::internal::
OnShutdown
(&protobuf_ShutdownFile_google_2fprotobuf_2fapi_2eproto);
[
all
...]
descriptor.cc
374
google::protobuf::internal::
OnShutdown
(&DeleteAllowedProto3Extendee);
687
internal::
OnShutdown
(&DeleteFileDescriptorTables);
[
all
...]
generated_message_reflection.cc
246
internal::
OnShutdown
(&DeleteEmptyUnknownFieldSet);
[
all
...]
wrappers.pb.cc
291
::google::protobuf::internal::
OnShutdown
(&protobuf_ShutdownFile_google_2fprotobuf_2fwrappers_2eproto);
[
all
...]
/external/libbrillo/brillo/daemons/
daemon.cc
33
OnShutdown
(&exit_code_);
78
void Daemon::
OnShutdown
(int* /* exit_code */) {
daemon.h
45
// these methods before (e.g. during OnInit()) or after (e.g in
OnShutdown
())
80
//
OnShutdown
().
81
virtual void
OnShutdown
(int* exit_code);
/external/protobuf/src/google/protobuf/stubs/
common.h
194
LIBPROTOBUF_EXPORT void
OnShutdown
(void (*func)());
common.cc
182
OnShutdown
(&DeleteLogSilencerCount);
427
void
OnShutdown
(void (*func)()) {
/external/protobuf/src/google/protobuf/util/internal/
utility.cc
299
google::protobuf::internal::
OnShutdown
(&DeleteWellKnownTypes);
protostream_objectwriter.cc
[
all
...]
protostream_objectsource.cc
709
::google::protobuf::internal::
OnShutdown
(&DeleteRendererMap);
[
all
...]
/external/protobuf/src/google/protobuf/compiler/
plugin.pb.cc
154
::google::protobuf::internal::
OnShutdown
(&protobuf_ShutdownFile_google_2fprotobuf_2fcompiler_2fplugin_2eproto);
[
all
...]
/external/python/cpython3/Tools/msi/bundle/bootstrap/
PythonBootstrapperApplication.cpp
696
virtual STDMETHODIMP_(int)
OnShutdown
() {
[
all
...]
Completed in 426 milliseconds
1
2