Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.cc1191 bool uses_guid; in GetModuleInfo() local
1192 if (!UsesGUID(&uses_guid)) { in GetModuleInfo()
1196 if (uses_guid) { in GetModuleInfo()
1290 bool PDBSourceLineWriter::UsesGUID(bool *uses_guid) { in UsesGUID() argument
1291 if (!uses_guid) in UsesGUID()
1321 *uses_guid = !IsEqualGUID(guid, signature_guid); in UsesGUID()
Dpdb_source_line_writer.h133 bool UsesGUID(bool *uses_guid);