reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
 1457   for (auto iter = m_allocations.begin(); iter != m_allocations.end(); ++iter) {
 1457   for (auto iter = m_allocations.begin(); iter != m_allocations.end(); ++iter) {
 1461       m_allocations.erase(iter);
 3145   if (alloc_id <= m_allocations.size() && alloc_id != 0 &&
 3146       m_allocations[alloc_id - 1]->id == alloc_id) {
 3147     alloc = m_allocations[alloc_id - 1].get();
 3152   for (const auto &a : m_allocations) {
 3326   for (auto &alloc : m_allocations) {
 3352   for (auto &alloc : m_allocations) {
 3836   for (const auto &a : m_allocations) {
 3849   auto it = m_allocations.begin();
 3850   while (it != m_allocations.end()) {
 3855       it = m_allocations.erase(it);
 3863   m_allocations.push_back(std::move(a));
 3864   return m_allocations.back().get();