Home
last modified time | relevance | path

Searched defs:getErrorCode (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryStreamError.h39 stream_error_code getErrorCode() const { return Code; } in getErrorCode() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceCompileServer.h54 virtual ErrorCode &getErrorCode() { return LastError; } in getErrorCode() function
DIceBrowserCompileServer.cpp273 ErrorCode &BrowserCompileServer::getErrorCode() { in getErrorCode() function in Ice::BrowserCompileServer
333 ErrorCode &BrowserCompileServer::getErrorCode() { in getErrorCode() function in Ice::BrowserCompileServer
/third_party/skia/src/xml/
DSkXMLParser.h34 ErrorCode getErrorCode() const { return fCode; } in getErrorCode() function
/third_party/skia/m133/src/xml/
DSkXMLParser.h34 ErrorCode getErrorCode() const { return fCode; } in getErrorCode() function
/third_party/typescript/src/compiler/
DohApi.ts1493 export function getErrorCode(diagnostic: Diagnostic): ErrorInfo { function
/third_party/typescript/lib/
Dtsc.js39326 function getErrorCode(diagnostic) { function