Searched defs:matched (Results 1 - 2 of 2) sorted by relevance

/art/tools/ahat/src/main/com/android/ahat/heapdump/
H A DDiffedFieldValue.java47 * Whether the field was added to, deleted from, or matched with a field in
54 * matched with a field in the baseline heap dump.
81 public static DiffedFieldValue matched(FieldValue current, FieldValue baseline) { method in class:DiffedFieldValue
/art/cmdline/
H A Dcmdline_parser.h523 size_t best_match_size = 0; // How many tokens were matched in the best case.
525 bool matched = false; // At least one argument definition has been matched? local
535 matched = true;
541 if (matched == false) {
553 // Look at the best-matched argument definition and try to parse against that.
581 "matched " + std::to_string(best_match_size)

Completed in 91 milliseconds