Searched defs:GetName (Results 1 - 25 of 62) sorted by relevance

123

/external/gptfdisk/
H A Ddiskio.h78 string GetName(void) const {return realFilename;} function in class:DiskIO
/external/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h63 m_type.m_type_name.assign(type->GetName().GetCString());
80 GetName() function in class:lldb_private::TypeNameSpecifierImpl
/external/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h71 GetName () const function in class:lldb_private::OptionValueProperties
H A DProperty.h50 GetName() const function in class:lldb_private::Property
/external/lldb/source/Target/
H A DThreadSpec.cpp43 ThreadSpec::GetName () const function in class:ThreadSpec
83 const char *name = thread.GetName();
148 const char *name = GetName();
/external/lldb/test/functionalities/type_completion/
H A Dmain.cpp17 std::string& GetName() { return *m_name; } function in class:NameAndAddress
46 std::cout << "Person " << j << " is named " << guy.GetName() << " and lives at " << guy.GetAddress() << std::endl;
/external/lldb/tools/lldb-perf/lib/
H A DMetric.h50 GetName () const function in class:lldb_perf::Metric
/external/clang/test/SemaCXX/
H A Dreturn.cpp75 const PCHAR GetName() { return 0; } // expected-warning{{'const' type qualifier on return type has no effect}} function in class:PR9328::Test
/external/lldb/include/lldb/Expression/
H A DExpressionSourceCode.h48 const char *GetName () const function in class:lldb_private::ExpressionSourceCode
/external/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.h54 GetName () function in class:ThreadMemory
59 m_backing_thread_sp->GetName();
/external/lldb/source/Plugins/Process/mach-core/
H A DThreadMachCore.cpp54 ThreadMachCore::GetName () function in class:ThreadMachCore
/external/lldb/include/lldb/Core/
H A DListener.h52 GetName () function in class:lldb_private::Listener
/external/lldb/include/lldb/Symbol/
H A DFunction.h127 GetName () const;
246 GetName () const;
528 GetName() const function in class:lldb_private::Function
530 return m_mangled.GetName();
H A DSymbol.h96 GetName () const function in class:lldb_private::Symbol
98 return m_mangled.GetName();
/external/lldb/source/API/
H A DSBTypeNameSpecifier.cpp57 SBTypeNameSpecifier::GetName () function in class:SBTypeNameSpecifier
62 return m_opaque_sp->GetName();
91 description.Printf("SBTypeNameSpecifier(%s,%s)", GetName(), IsRegex() ? "regex" : "plain");
121 if (GetName() == NULL || rhs.GetName() == NULL)
124 return (strcmp(GetName(), rhs.GetName()) == 0);
H A DSBBroadcaster.cpp126 SBBroadcaster::GetName () const function in class:SBBroadcaster
H A DSBFunction.cpp59 SBFunction::GetName() const function in class:SBFunction
63 cstr = m_opaque_ptr->GetMangled().GetName().AsCString();
69 log->Printf ("SBFunction(%p)::GetName () => \"%s\"", m_opaque_ptr, cstr);
71 log->Printf ("SBFunction(%p)::GetName () => NULL", m_opaque_ptr);
112 m_opaque_ptr->GetName().AsCString());
115 s.Printf(", type = %s", func_type->GetName().AsCString());
H A DSBSection.cpp64 SBSection::GetName () function in class:SBSection
68 return section_sp->GetName().GetCString();
H A DSBSymbol.cpp62 SBSymbol::GetName() const function in class:SBSymbol
66 name = m_opaque_ptr->GetMangled().GetName().AsCString();
70 log->Printf ("SBSymbol(%p)::GetName () => \"%s\"", m_opaque_ptr, name ? name : "");
/external/lldb/source/Core/
H A DMangled.cpp118 return ConstString::Compare(a.GetName(ePreferMangled), a.GetName(ePreferMangled));
238 Mangled::GetName (Mangled::NamePreference preference) const function in class:Mangled
/external/lldb/source/Expression/
H A DClangExpressionVariable.cpp54 ClangExpressionVariable::GetName () function in class:ClangExpressionVariable
56 return m_frozen_sp->GetName();
/external/google-breakpad/src/common/linux/
H A Delf_core_dump.cc60 MemoryRange ElfCoreDump::Note::GetName() const { function in class:google_breakpad::ElfCoreDump::Note
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DThreadKDP.cpp56 ThreadKDP::GetName () function in class:ThreadKDP
/external/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp58 ThreadGDBRemote::GetName () function in class:ThreadGDBRemote
/external/skia/src/animator/
H A DSkDisplayType.cpp710 const char* SkDisplayType::GetName(SkAnimateMaker* maker, SkDisplayTypes type) { function in class:SkDisplayType

Completed in 789 milliseconds

123