Searched defs:CreateChildAtIndex (Results 1 - 5 of 5) sorted by relevance

/external/lldb/source/Core/
H A DValueObjectConstResultChild.cpp69 ValueObjectConstResultChild::CreateChildAtIndex (size_t idx, bool synthetic_array_member, int32_t synthetic_index) function in class:ValueObjectConstResultChild
71 return m_impl.CreateChildAtIndex(idx, synthetic_array_member, synthetic_index);
H A DValueObjectConstResultImpl.cpp86 ValueObjectConstResultImpl::CreateChildAtIndex (size_t idx, bool synthetic_array_member, int32_t synthetic_index) function in class:ValueObjectConstResultImpl
H A DValueObjectConstResult.cpp322 ValueObjectConstResult::CreateChildAtIndex (size_t idx, bool synthetic_array_member, int32_t synthetic_index) function in class:ValueObjectConstResult
324 return m_impl.CreateChildAtIndex(idx, synthetic_array_member, synthetic_index);
H A DValueObjectRegister.cpp98 ValueObjectRegisterContext::CreateChildAtIndex (size_t idx, bool synthetic_array_member, int32_t synthetic_index) function in class:ValueObjectRegisterContext
213 ValueObjectRegisterSet::CreateChildAtIndex (size_t idx, bool synthetic_array_member, int32_t synthetic_index) function in class:ValueObjectRegisterSet
H A DValueObject.cpp508 m_children.SetChildAtIndex(idx,CreateChildAtIndex (idx, false, 0));
691 ValueObject::CreateChildAtIndex (size_t idx, bool synthetic_array_member, int32_t synthetic_index) function in class:ValueObject
2025 synthetic_child = CreateChildAtIndex(0, true, index);
2068 synthetic_child = CreateChildAtIndex(0, true, index);

Completed in 954 milliseconds