Home
last modified time | relevance | path

Searched refs:m_has_match_file (Results 1 – 2 of 2) sorted by relevance

/dports/security/ssdeep/ssdeep-2.14.1/
H A Dfiledata.h20 Filedata() : m_has_match_file(false) {} in Filedata()
41 bool has_match_file(void) const { return m_has_match_file; } in has_match_file()
69 bool m_has_match_file; variable
H A Dfiledata.cpp69 m_has_match_file = false; in Filedata()
72 m_has_match_file = true; in Filedata()
84 m_has_match_file = false; in Filedata()
87 m_has_match_file = true; in Filedata()