Searched defs:GetExpressionPathAtIndex (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/API/
H A DSBTypeFilter.cpp90 SBTypeFilter::GetExpressionPathAtIndex (uint32_t i) function in class:SBTypeFilter
94 const char* item = m_opaque_sp->GetExpressionPathAtIndex(i);
149 if ( strcmp(GetExpressionPathAtIndex(j),rhs.GetExpressionPathAtIndex(j)) != 0)
194 new_sp->AddExpressionPath(GetExpressionPathAtIndex(j));
/external/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h305 GetExpressionPathAtIndex(size_t i) const function in class:lldb_private::TypeFilterImpl
386 return m_backend.GetSyntheticExpressionPathChild(filter->GetExpressionPathAtIndex(idx), true);
404 const char* expr_cstr = filter->GetExpressionPathAtIndex(i);

Completed in 271 milliseconds