Home | History | Annotate | Download | only in bit

Lines Matching refs:found

347  * Get the second to last bundle in the args list. Stores the last name found
348 * in last. If the path is not found or if the args list is empty, returns NULL.
358 bool found = false;
366 found = true;
370 if (!found) {
381 get_bundle_string(const ResultsBundle& bundle, bool* found, ...)
384 va_start(args, found);
388 *found = false;
392 *found = true;
395 *found = false;
400 get_bundle_int(const ResultsBundle& bundle, bool* found, ...)
403 va_start(args, found);
407 *found = false;
411 *found = true;
414 *found = false;
419 get_bundle_float(const ResultsBundle& bundle, bool* found, ...)
422 va_start(args, found);
426 *found = false;
430 *found = true;
433 *found = false;
438 get_bundle_double(const ResultsBundle& bundle, bool* found, ...)
441 va_start(args, found);
445 *found = false;
449 *found = true;
452 *found = false;
457 get_bundle_long(const ResultsBundle& bundle, bool* found, ...)
460 va_start(args, found);
464 *found = false;
468 *found = true;
471 *found = false;