Home
last modified time | relevance | path

Searched defs:GetErrors (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/compiler/optimizing/
H A Dgraph_checker.h105 const ArenaVector<std::string>& GetErrors() const { in GetErrors() function
/aosp_15_r20/external/tink/cc/subtle/
H A Dsubtle_util_boringssl.h93 static inline std::string GetErrors() { return internal::GetSslErrors(); } in GetErrors() function
/aosp_15_r20/external/armnn/src/profiling/test/
H A DTimelineModel.hpp157 const std::vector<arm::pipe::ProfilingException>& GetErrors() const {return m_Errors;} in GetErrors() function in arm::pipe::TimelineModel