Home
last modified time | relevance | path

Searched refs:GetLanguage (Results 1 – 9 of 9) sorted by relevance

/external/lldb/include/lldb/Core/
DLanguage.h78 GetLanguage() const;
/external/lldb/source/Core/
DLanguage.cpp64 Language::GetLanguage() const in GetLanguage() function in Language
/external/lldb/include/lldb/Symbol/
DCompileUnit.h146 GetLanguage();
/external/libvpx/libwebm/
Dmkvparser.hpp316 const char* GetLanguage() const;
494 const char* GetLanguage() const;
Dmkvparser.cpp4231 const char* Chapters::Display::GetLanguage() const { return m_language; } in GetLanguage() function in mkvparser::Chapters::Display
4966 const char* Track::GetLanguage() const { return m_info.language; } in GetLanguage() function in mkvparser::Track
/external/libvpx/libvpx/third_party/libwebm/
Dmkvparser.hpp316 const char* GetLanguage() const;
494 const char* GetLanguage() const;
Dmkvparser.cpp4228 const char* Chapters::Display::GetLanguage() const { return m_language; } in GetLanguage() function in mkvparser::Chapters::Display
4963 const char* Track::GetLanguage() const { return m_info.language; } in GetLanguage() function in mkvparser::Track
/external/lldb/source/Symbol/
DCompileUnit.cpp218 CompileUnit::GetLanguage() in GetLanguage() function in CompileUnit
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp4261 switch (comp_unit->GetLanguage()) in ParseChildParameters()
5770 …ol translation_unit_is_objc = (sc.comp_unit->GetLanguage() == eLanguageTypeObjC || sc.comp_unit->G… in ParseType()
6000 sc.comp_unit->GetLanguage() == eLanguageTypeObjC) in ParseType()