Home
last modified time | relevance | path

Searched defs:old_element (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/zucchini/
H A Dheuristic_ensemble_matcher.cc59 bool UnsafeDifference(const Element& old_element, const Element& new_element) { in UnsafeDifference()
101 virtual void OutputCompare(const Element& old_element, in OutputCompare()
175 void OutputCompare(const Element& old_element, in OutputCompare()
H A Dimposed_ensemble_matcher.cc92 std::optional<Element> old_element = detector.Run(old_sub_image); in Parse() local
H A Dpatch_writer.h192 const Element& old_element() const { return element_match_.old_element; } in old_element() function
H A Dpatch_reader.h218 const Element& old_element() const { return element_match_.old_element; } in old_element() function
H A Dimage_utils.h219 Element old_element; member
/aosp_15_r20/external/zucchini/aosp/include/components/zucchini/
H A Dpatch_writer.h192 const Element& old_element() const { return element_match_.old_element; } in old_element() function
H A Dpatch_reader.h218 const Element& old_element() const { return element_match_.old_element; } in old_element() function
H A Dimage_utils.h219 Element old_element; member
/aosp_15_r20/development/vndk/tools/header-checker/src/utils/
H A Dheader_abi_util.h74 typename std::map<K, T>::const_iterator old_element = in FindCommonElements() local
/aosp_15_r20/development/vndk/tools/header-checker/src/diff/
H A Dabi_diff.cpp382 const T *old_element = pair.first; in DumpDiffElements() local