Home
last modified time | relevance | path

Searched defs:ExtractInt (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/
H A Dcpu_stats_parser.cc28 uint32_t ExtractInt(const char* s) { in ExtractInt() function
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_symbolizer_test.cc35 TEST(Symbolizer, ExtractInt) { in TEST() argument
/aosp_15_r20/external/perfetto/src/tools/dump_ftrace_stats/
H A Dmain.cc34 uint32_t ExtractInt(const char* s) { in ExtractInt() function
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_libcdep.cc30 const char *ExtractInt(const char *str, const char *delims, int *result) { in ExtractInt() function