Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.cc977 wchar_t *last_at = wcsrchr(*name + 1, '@'); in GetSymbolFunctionName() local
978 if (last_at && wcstol_positive_strict(last_at + 1, stack_param_size)) { in GetSymbolFunctionName()
994 *name + 1, last_at - *name - 1); in GetSymbolFunctionName()