Searched refs:mangled_str (Results 1 – 1 of 1) sorted by relevance
252 const char* mangled_str = mangled.String(); in count_namespaces() local253 namespaces = strtoul(mangled_str + 2, (char**)&mangled_str, 10); in count_namespaces()254 mangled.Skip(mangled_str - mangled.String()); in count_namespaces()280 const char* mangled_str = mangled.String(); in skip_namespaces() local281 mangled_str += strtoul(mangled_str, (char**)&mangled_str, 10); in skip_namespaces()282 mangled.Skip(mangled_str - mangled.String()); in skip_namespaces()