Home
last modified time | relevance | path

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

/external/libtextclassifier/native/utils/intents/
Djni-lua.cc340 const StatusOr<ScopedLocalRef<jstring>> status_or_host_str = in HandleUrlHost() local
344 if (!status_or_host_str.ok()) { in HandleUrlHost()
350 if (status_or_host_str.ValueOrDie() == nullptr) { in HandleUrlHost()
354 JStringToUtf8String(jenv_, status_or_host_str.ValueOrDie().get()); in HandleUrlHost()