Lines Matching refs:Step
723 last_resolution_.steps.push_back(Resolution::Step{ in FindEntry()
724 Resolution::Step::Type::OVERLAID_INLINE, result->cookie, String8()}); in FindEntry()
774 Resolution::Step{Resolution::Step::Type::OVERLAID, overlay_result->cookie, in FindEntry()
883 Resolution::Step::Type resolution_type; in FindEntryInternal()
885 resolution_type = Resolution::Step::Type::INITIAL; in FindEntryInternal()
887 resolution_type = Resolution::Step::Type::BETTER_MATCH; in FindEntryInternal()
889 resolution_type = Resolution::Step::Type::OVERLAID; in FindEntryInternal()
892 last_resolution_.steps.push_back(Resolution::Step{Resolution::Step::Type::SKIPPED, in FindEntryInternal()
908 last_resolution_.steps.push_back(Resolution::Step{Resolution::Step::Type::NO_ENTRY, in FindEntryInternal()
921 last_resolution_.steps.push_back(Resolution::Step{resolution_type, in FindEntryInternal()
1015 for (const Resolution::Step& step : last_resolution_.steps) { in GetLastResourceResolution()
1025 if (step.type < Resolution::Step::Type::INITIAL in GetLastResourceResolution()
1026 || step.type > Resolution::Step::Type::NO_ENTRY) { in GetLastResourceResolution()
1029 const auto prefix = kStepStrings[int(step.type) - int(Resolution::Step::Type::INITIAL)]; in GetLastResourceResolution()