Home
last modified time | relevance | path

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

/system/core/init/
Dresult.h88 std::string error_string; member
186 const std::string& error_string() const & { return std::get<1>(contents_).error_string; } in error_string() function
187 std::string&& error_string() && { return std::get<1>(std::move(contents_)).error_string; } in error_string() function
188 const std::string&& error_string() const && { in error_string() function
Dsubcontext.proto31 optional string error_string = 1; field