OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:anon_prefix
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/base/third_party/symbolize/
demangle.cc
355
const char
anon_prefix
[] = "_GLOBAL__N_";
local
356
return (state->number > sizeof(
anon_prefix
) - 1 && // Should be longer.
357
StrPrefix(state->mangled_cur,
anon_prefix
));
[
all
...]
Completed in 283 milliseconds