Home
last modified time | relevance | path

Searched refs:OnDestroy (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/Examples/HelloTFLite/Scripts/
DHelloTFLite.cs78 void OnDestroy() { in OnDestroy() method in HelloTFLite
/external/lzma/CPP/Windows/Control/
DWindow2.h35 virtual void OnDestroy() { PostQuitMessage(0); } in OnDestroy() function
DWindow2.cpp151 OnDestroy(); in OnMessage()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_list_box.h48 void OnDestroy() override;
Dcpwl_combo_box.h57 void OnDestroy() override;
Dcpwl_scroll_bar.h126 void OnDestroy() override;
Dcpwl_combo_box.cpp174 void CPWL_ComboBox::OnDestroy() { in OnDestroy() function in CPWL_ComboBox
182 CPWL_Wnd::OnDestroy(); in OnDestroy()
Dcpwl_wnd.cpp153 void CPWL_Wnd::OnDestroy() {} in OnDestroy() function in CPWL_Wnd
167 OnDestroy(); in Destroy()
Dcpwl_wnd.h268 virtual void OnDestroy();
Dcpwl_list_box.cpp88 void CPWL_ListBox::OnDestroy() { in OnDestroy() function in CPWL_ListBox
Dcpwl_scroll_bar.cpp312 void CPWL_ScrollBar::OnDestroy() { in OnDestroy() function in CPWL_ScrollBar
320 CPWL_Wnd::OnDestroy(); in OnDestroy()
/external/grpc-grpc/src/core/lib/iomgr/
Dudp_server.cc94 void OnDestroy();
253 s->listeners[i].OnDestroy(); in finish_shutdown()
740 void GrpcUdpListener::OnDestroy() { in OnDestroy() function in GrpcUdpListener