Home
last modified time | relevance | path

Searched defs:SetErrorHandler (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pigweed/pw_async2/public/pw_async2/
H A Dcoro_or_else_task.h42 void SetErrorHandler(pw::Function<void(Status)>&& or_else) { in SetErrorHandler() function
/aosp_15_r20/development/vndk/tools/header-checker/src/repr/symbol/
H A Dversion_script_parser.h99 void SetErrorHandler(std::unique_ptr<ErrorHandler> error_handler) { in SetErrorHandler() function
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/
H A Dreport_bad_message_unittest.cc80 void SetErrorHandler(const base::Closure& handler) { in SetErrorHandler() function in mojo::test::__anonf96f02670111::ReportBadMessageTest
/aosp_15_r20/external/libxml2/python/
H A Dlibxml.py732 def SetErrorHandler(self,f,arg): member in xmlTextReaderCore