Searched defs:Error (Results 1 – 3 of 3) sorted by relevance
78 struct Error { struct87 ADexFile_Error Code() { in Code() argument91 ADexFile_Error const self; argument94 static Error Create(const void* address, in Create() argument
20 throw new Error(); in Error() method
79 static CompilationResult Error(OdrMetrics::Status status, const std::string& error_msg) { in Error() function