Home
last modified time | relevance | path

Searched refs:ProcessErrors (Results 1 – 9 of 9) sorted by relevance

/external/sandboxed-api/contrib/libidn2/
Dlibidn2_sapi.cc27 absl::StatusOr<std::string> IDN2Lib::ProcessErrors( in ProcessErrors() function in IDN2Lib
67 return this->ProcessErrors(untrusted_res, ptr); in idn2_register_u8()
79 return this->ProcessErrors(untrusted_res, ptr); in SapiGeneric()
Dlibidn2_sapi.h63 absl::StatusOr<std::string> ProcessErrors(const absl::StatusOr<int>& status,
/external/grpc-grpc/src/core/lib/event_engine/posix_engine/
Dposix_endpoint.cc669 ProcessErrors(); in TcpGetSendZerocopyRecord()
685 bool PosixEndpointImpl::ProcessErrors() { in ProcessErrors() function in grpc_event_engine::experimental::PosixEndpointImpl
756 ProcessErrors(); in ZerocopyDisableAndWaitForRemaining()
834 if (!ProcessErrors()) { in HandleError()
Dposix_endpoint.h529 bool ProcessErrors();
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/posix_engine/
Dposix_endpoint.cc647 ProcessErrors(); in TcpGetSendZerocopyRecord()
663 bool PosixEndpointImpl::ProcessErrors() { in ProcessErrors() function in grpc_event_engine::experimental::PosixEndpointImpl
734 ProcessErrors(); in ZerocopyDisableAndWaitForRemaining()
812 if (!ProcessErrors()) { in HandleError()
Dposix_endpoint.h527 bool ProcessErrors();
/external/openscreen/discovery/dnssd/impl/
Dquerier_impl.cc27 void ProcessErrors(std::vector<ErrorOr<DnsSdInstanceEndpoint>>* old_endpoints, in ProcessErrors() function
382 ProcessErrors(&old_endpoints_or_errors, &new_endpoints_or_errors, in OnRecordChanged()
/external/libchrome/mojo/public/cpp/system/tests/
Dinvitation_unittest.cc264 TEST_P(InvitationCppTest, ProcessErrors) { in TEST_P() argument
/external/libchrome/mojo/core/
Dinvitation_unittest.cc625 TEST_F(InvitationTest, ProcessErrors) { in TEST_F() argument