Home
last modified time | relevance | path

Searched refs:kErrorStrings (Results 1 – 2 of 2) sorted by relevance

/external/openthread/src/core/common/
Derror.cpp43 static const char *const kErrorStrings[kNumErrors] = { in ErrorToString() local
84 return aError < GetArrayLength(kErrorStrings) ? kErrorStrings[aError] : "UnknownErrorType"; in ErrorToString()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dregexp.cc493 static const char *kErrorStrings[] = { variable
511 if (code < 0 || code >= arraysize(kErrorStrings)) in CodeText()
513 return kErrorStrings[code]; in CodeText()