HomeSort by relevance Sort by last modified time
    Searched defs:IsSuccess (Results 1 - 2 of 2) sorted by null

  /art/cmdline/
cmdline_result.h 39 return IsSuccess();
43 bool IsSuccess() const { return status_ == kSuccess; }
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
ResourceScriptToken.cpp 53 bool IsSuccess = rcGetAsInteger(TokenValue, Result);
54 assert(IsSuccess);
55 (void)IsSuccess; // Silence the compiler warning when -DNDEBUG flag is on.

Completed in 717 milliseconds