Home
last modified time | relevance | path

Searched defs:GetErrorMsg (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/runtime/dex/
H A Ddex_file_annotations.h214 const std::string& GetErrorMsg() const { return error_msg_; } in GetErrorMsg() function
/aosp_15_r20/external/grpc-grpc/test/core/security/
H A Dtls_security_connector_test.cc82 static std::string GetErrorMsg(grpc_error_handle error) { in GetErrorMsg() function in grpc_core::testing::TlsSecurityConnectorTest