Searched refs:maybe_found (Results 1 – 2 of 2) sorted by relevance
72 Maybe<bool> maybe_found = in InsertOptionsIntoLocale() local79 MAYBE_RETURN(maybe_found, Nothing<bool>()); in InsertOptionsIntoLocale()83 if (!maybe_found.FromJust()) continue; in InsertOptionsIntoLocale()
828 Maybe<bool> maybe_found = JSReceiver::HasProperty(&it); in CanonicalizeLocaleList() local829 MAYBE_RETURN(maybe_found, Nothing<std::vector<std::string>>()); in CanonicalizeLocaleList()831 if (!maybe_found.FromJust()) continue; in CanonicalizeLocaleList()