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
 3850   while (it != m_allocations.end()) {
 3851     if (*((*it)->address) == address) {
 3853                 __FUNCTION__, (*it)->id, address);
 3855       it = m_allocations.erase(it);
 3855       it = m_allocations.erase(it);
 3857       it++;