Home
last modified time | relevance | path

Searched defs:GetCurrentValue (Results 1 – 16 of 16) sorted by relevance

/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionValuePathMappings.h49 PathMappingList &GetCurrentValue() { return m_path_mappings; } in GetCurrentValue() function
51 const PathMappingList &GetCurrentValue() const { return m_path_mappings; } in GetCurrentValue() function
DOptionValueUUID.h48 UUID &GetCurrentValue() { return m_uuid; } in GetCurrentValue() function
50 const UUID &GetCurrentValue() const { return m_uuid; } in GetCurrentValue() function
DOptionValueFormatEntity.h46 FormatEntity::Entry &GetCurrentValue() { return m_current_entry; } in GetCurrentValue() function
48 const FormatEntity::Entry &GetCurrentValue() const { return m_current_entry; } in GetCurrentValue() function
DOptionValueFileSpec.h58 FileSpec &GetCurrentValue() { return m_current_value; } in GetCurrentValue() function
60 const FileSpec &GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
DOptionValueArch.h62 ArchSpec &GetCurrentValue() { return m_current_value; } in GetCurrentValue() function
64 const ArchSpec &GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
DOptionValueRegex.h47 const RegularExpression *GetCurrentValue() const { in GetCurrentValue() function
DOptionValueFileSpecList.h54 FileSpecList GetCurrentValue() const { in GetCurrentValue() function
DOptionValueLanguage.h53 lldb::LanguageType GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
DOptionValueChar.h53 char GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
DOptionValueBoolean.h70 bool GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
DOptionValueFormat.h50 lldb::Format GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
DOptionValueUInt64.h66 uint64_t GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
DOptionValueEnumeration.h67 enum_type GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
DOptionValueSInt64.h67 int64_t GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
DOptionValueString.h106 const char *GetCurrentValue() const { return m_current_value.c_str(); } in GetCurrentValue() function
/external/libchrome/base/containers/
Did_map.h180 ReturnType* GetCurrentValue() const { in GetCurrentValue() function