Home
last modified time | relevance | path

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

/external/webrtc/third_party/abseil-cpp/absl/debugging/internal/
Ddemangle.cc518 static const char anon_prefix[] = "_GLOBAL__N_"; in IdentifierIsAnonymousNamespace() local
519 return (length > static_cast<int>(sizeof(anon_prefix) - 1) && in IdentifierIsAnonymousNamespace()
520 StrPrefix(RemainingInput(state), anon_prefix)); in IdentifierIsAnonymousNamespace()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/internal/
Ddemangle.cc522 static const char anon_prefix[] = "_GLOBAL__N_"; in IdentifierIsAnonymousNamespace() local
523 return (length > static_cast<int>(sizeof(anon_prefix) - 1) && in IdentifierIsAnonymousNamespace()
524 StrPrefix(RemainingInput(state), anon_prefix)); in IdentifierIsAnonymousNamespace()
/external/openscreen/third_party/abseil/src/absl/debugging/internal/
Ddemangle.cc522 static const char anon_prefix[] = "_GLOBAL__N_"; in IdentifierIsAnonymousNamespace() local
523 return (length > static_cast<int>(sizeof(anon_prefix) - 1) && in IdentifierIsAnonymousNamespace()
524 StrPrefix(RemainingInput(state), anon_prefix)); in IdentifierIsAnonymousNamespace()
/external/abseil-cpp/absl/debugging/internal/
Ddemangle.cc518 static const char anon_prefix[] = "_GLOBAL__N_"; in IdentifierIsAnonymousNamespace() local
519 return (length > static_cast<int>(sizeof(anon_prefix) - 1) && in IdentifierIsAnonymousNamespace()
520 StrPrefix(RemainingInput(state), anon_prefix)); in IdentifierIsAnonymousNamespace()
/external/libtextclassifier/abseil-cpp/absl/debugging/internal/
Ddemangle.cc522 static const char anon_prefix[] = "_GLOBAL__N_"; in IdentifierIsAnonymousNamespace() local
523 return (length > static_cast<int>(sizeof(anon_prefix) - 1) && in IdentifierIsAnonymousNamespace()
524 StrPrefix(RemainingInput(state), anon_prefix)); in IdentifierIsAnonymousNamespace()
/external/llvm-project/lldb/source/Core/
DModule.cpp784 llvm::StringRef anon_prefix("(anonymous namespace)"); in Prune() local
785 if (cpp_method.GetContext() == anon_prefix) in Prune()