Searched refs:ExtractInt (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_symbolizer_test.cc | 35 TEST(Symbolizer, ExtractInt) { in TEST() argument 37 const char *rest = ExtractInt("123,456;789", ";,", &token); in TEST()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_symbolizer_internal.h | 26 const char *ExtractInt(const char *str, const char *delims, int *result);
|
D | sanitizer_symbolizer_posix_libcdep.cc | 90 line_info = ExtractInt(line_info, ":", &info->line); in ParseSymbolizePCOutput() 91 line_info = ExtractInt(line_info, "", &info->column); in ParseSymbolizePCOutput()
|
D | sanitizer_symbolizer_libcdep.cc | 30 const char *ExtractInt(const char *str, const char *delims, int *result) { in ExtractInt() function
|