Home
last modified time | relevance | path

Searched defs:ElementMatch (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/zucchini/
H A Dimage_utils.h206 struct ElementMatch { struct
207 bool IsValid() const { return old_element.exe_type == new_element.exe_type; } in IsValid()
208 ExecutableType exe_type() const { return old_element.exe_type; } in exe_type()
213 std::string ToString() const { in ToString()
219 Element old_element;
220 Element new_element;
/aosp_15_r20/external/zucchini/aosp/include/components/zucchini/
H A Dimage_utils.h206 struct ElementMatch { struct
207 bool IsValid() const { return old_element.exe_type == new_element.exe_type; } in IsValid()
208 ExecutableType exe_type() const { return old_element.exe_type; } in exe_type()
213 std::string ToString() const { in ToString()
219 Element old_element;
220 Element new_element;