Searched defs:GetFormat (Results 1 - 9 of 9) sorted by relevance

/external/lldb/include/lldb/Interpreter/
H A DOptionGroupFormat.h59 GetFormat () const function in class:lldb_private::OptionGroupFormat
/external/lldb/source/API/
H A DSBTypeFormat.cpp48 SBTypeFormat::GetFormat () function in class:SBTypeFormat
51 return m_opaque_sp->GetFormat();
114 if (GetFormat() == rhs.GetFormat())
153 SetSP(TypeFormatImplSP(new TypeFormatImpl(GetFormat(),GetOptions())));
H A DSBValue.cpp1407 SBValue::GetFormat () function in class:SBValue
1412 return value_sp->GetFormat();
/external/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h178 GetFormat () const function in class:lldb_private::TypeFormatImpl
/external/lldb/source/DataFormatters/
H A DDataVisualization.cpp44 DataVisualization::ValueFormats::GetFormat (ValueObject& valobj, lldb::DynamicValueType use_dynamic) function in class:DataVisualization::ValueFormats
52 DataVisualization::ValueFormats::GetFormat (const ConstString &type) function in class:DataVisualization::ValueFormats
/external/lldb/source/Symbol/
H A DType.cpp293 format == lldb::eFormatDefault ? GetFormat() : format,
380 Type::GetFormat () function in class:Type
382 return GetClangForwardType().GetFormat();
H A DClangASTType.cpp1875 ClangASTType::GetFormat () const function in class:ClangASTType
1971 return ClangASTType (m_ast, cast<TypedefType>(qual_type)->getDecl()->getUnderlyingType()).GetFormat();
1973 return ClangASTType (m_ast, cast<AutoType>(qual_type)->desugar()).GetFormat();
1975 return ClangASTType (m_ast, cast<ParenType>(qual_type)->desugar()).GetFormat();
1977 return ClangASTType (m_ast, cast<ElaboratedType>(qual_type)->getNamedType()).GetFormat();
5576 base_clang_type.GetFormat(), // The format with which to display the member
5635 field_clang_type.GetFormat(), // The format with which to display the member
5705 lldb::Format element_format = element_clang_type.GetFormat();
5750 lldb::Format typedef_format = typedef_clang_type.GetFormat();
5773 lldb::Format elaborated_format = elaborated_clang_type.GetFormat();
[all...]
/external/pdfium/core/include/fxge/
H A Dfx_dib.h157 FXDIB_Format GetFormat() const function in class:CFX_DIBSource
/external/lldb/source/Core/
H A DValueObject.cpp248 SetValueFormat(DataVisualization::ValueFormats::GetFormat (*this, eNoDynamicValues));
1392 lldb::Format my_format = GetFormat();
1396 my_format = m_type_format_sp->GetFormat();
1411 my_format = GetClangType().GetFormat();
3437 if (options.m_format != eFormatDefault && options.m_format != valobj->GetFormat())
4189 ValueObject::GetFormat () const function in class:ValueObject

Completed in 216 milliseconds