/aosp_15_r20/external/libcxx/test/support/ |
H A D | demangle.h | 30 inline std::string demangle(const char* mangled_name) { in demangle() 35 inline std::string demangle(const char* mangled_name) { in demangle()
|
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_new_delete.cc | 27 #define OPERATOR_NEW_BODY(mangled_name) \ argument 62 #define OPERATOR_DELETE_BODY(mangled_name) \ argument
|
/aosp_15_r20/development/vndk/tools/header-checker/src/dumper/ |
H A D | abi_wrappers.cpp | 102 std::string mangled_name; in GetMangledNameDecl() local 250 static std::string GetAnonymousEnumUniqueId(llvm::StringRef mangled_name, in GetAnonymousEnumUniqueId() 329 std::string mangled_name = GetTypeUniqueId(canonical_type); in CreateBasicNamedAndTypedDecl() local 976 std::string mangled_name = in SetupGlobalVar() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/ |
D | function.rs | 83 mangled_name: Option<String>, field 124 pub(crate) fn mangled_name(&self) -> Option<&str> { in mangled_name() method 804 let mangled_name = cursor_mangling(context, &cursor); in parse() localVariable
|
D | var.rs | 39 mangled_name: Option<String>, field 92 pub(crate) fn mangled_name(&self) -> Option<&str> { in mangled_name() method
|
/aosp_15_r20/external/cronet/buildtools/third_party/libc++abi/ |
H A D | cxa_demangle_stub.cc | 17 _LIBCXXABI_WEAK char* __cxa_demangle(const char* mangled_name, in __cxa_demangle()
|
/aosp_15_r20/external/perfetto/src/trace_processor/ |
H A D | demangle.cc | 43 std::unique_ptr<char, base::FreeDeleter> Demangle(const char* mangled_name) { in Demangle()
|
/aosp_15_r20/frameworks/base/tools/aapt2/ |
H A D | NameMangler_test.cpp | 29 std::string mangled_name = NameMangler::MangleEntry(package, name); in TEST() local
|
/aosp_15_r20/frameworks/compile/mclinker/lib/LD/ |
D | ELFBinaryReader.cpp | 81 std::string mangled_name = pInput.path().filename().native(); in readBinary() local
|
/aosp_15_r20/external/google-breakpad/src/common/dwarf/ |
H A D | functioninfo.h | 52 string mangled_name; member
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/debugging/internal/ |
H A D | demangle_test.cc | 120 std::string mangled_name = "_Z1a"; in NestedMangledName() local
|
/aosp_15_r20/external/pytorch/torch/csrc/profiler/unwind/ |
H A D | sections.h | 13 static std::string demangle(const std::string& mangled_name) { in demangle()
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/debugging/internal/ |
H A D | demangle_test.cc | 166 std::string mangled_name = "_Z1a"; in NestedMangledName() local
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/debugging/internal/ |
H A D | demangle_test.cc | 166 std::string mangled_name = "_Z1a"; in NestedMangledName() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/internal/ |
D | demangle_test.cc | 166 std::string mangled_name = "_Z1a"; in NestedMangledName() local
|
/aosp_15_r20/art/test/ti-agent/ |
H A D | jni_binder.cc | 104 for (const std::string& mangled_name : mangled_names) { in BindMethod() local
|
/aosp_15_r20/frameworks/base/tools/aapt2/process/ |
H A D | SymbolTable.cpp | 92 const ResourceName* mangled_name = name_with_package; in FindByName() local
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/debugging/internal/ |
H A D | demangle_test.cc | 340 std::string mangled_name = "_Z1a"; in NestedMangledName() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/zip/src/read/ |
D | stream.rs | 165 pub fn mangled_name(&self) -> ::std::path::PathBuf { in mangled_name() method
|
/aosp_15_r20/external/stg/ |
H A D | abigail_reader.cc | 498 const auto mangled_name = GetAttribute(node, "mangled-name"); in FixBadDwarfElfLinks() local 1311 const auto mangled_name = ReadAttribute(decl, "mangled-name", missing); in ProcessMemberFunction() local
|
H A D | stg.proto | 147 string mangled_name = 2; field
|
/aosp_15_r20/external/google-breakpad/src/common/ |
H A D | dwarf_cu_to_module_unittest.cc | 454 const char* mangled_name, in DefineFunction() 489 const string& mangled_name) { in DeclarationDIE()
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_lower_double_ops.c | 542 const char *mangled_name; in lower_doubles_instr_to_soft() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/codegen/ |
D | mod.rs | 3391 let mangled_name = in codegen() localVariable 3458 let mangled_name = if is_toplevel { in codegen() localVariable 4168 let mangled_name = self.mangled_name(); in codegen() localVariable 5415 let mangled_name = mangled_name.as_bytes(); in names_will_be_identical_after_mangling() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/zip/src/ |
D | read.rs | 892 pub fn mangled_name(&self) -> ::std::path::PathBuf { in mangled_name() method
|