Lines Matching defs:target_found
1247 Maybe<bool> target_found =
1249 MAYBE_RETURN_NULL(target_found);
1251 if (target_found.FromJust()) {
3104 Maybe<bool> target_found =
3106 MAYBE_RETURN(target_found, Nothing<bool>());
3108 if (target_found.FromJust()) {
3224 Maybe<bool> target_found =
3226 MAYBE_RETURN(target_found, Nothing<bool>());
3228 if (target_found.FromJust()) {
3540 Maybe<bool> target_found =
3542 MAYBE_RETURN(target_found, Nothing<bool>());
3553 if (!target_found.FromJust()) {