Searched refs:m_mod_time (Results 1 – 4 of 4) sorted by relevance
338 m_mod_time (file_spec.GetModificationTime()), in File()343 if (!m_mod_time.IsValid()) in File()388 m_mod_time = m_file_spec.GetModificationTime(); in File()404 m_mod_time = m_file_spec.GetModificationTime(); in File()410 if (m_mod_time.IsValid()) in File()454 if (curr_mod_time.IsValid() && m_mod_time != curr_mod_time) in DisplaySourceLines()456 m_mod_time = curr_mod_time; in DisplaySourceLines()493 if (m_mod_time != curr_mod_time) in FindLinesMatchingRegex()495 m_mod_time = curr_mod_time; in FindLinesMatchingRegex()530 if (lhs.m_mod_time.IsValid()) in operator ==()[all …]
132 m_mod_time (module_spec.GetFileSpec().GetModificationTime()), in Module()176 m_mod_time (file_spec.GetModificationTime()), in Module()873 m_mod_time = file.GetModificationTime(); in SetFileSpecAndObjectName()955 m_file_has_changed = (m_file.GetModificationTime() != m_mod_time); in FileHasChanged()
558 return m_mod_time; in GetModificationTime()570 m_mod_time = mod_time; in SetObjectModificationTime()990 …TimeValue m_mod_time; ///< The modification time for this module when it was… variable
80 TimeValue m_mod_time; // Keep the modification time that this file data is valid for variable