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

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_dispatcher_host.cc410 void IndexedDBDispatcherHost::DestroyObject(MapType* map, int32 ipc_object_id) { function in class:content::IndexedDBDispatcherHost
596 parent_->DestroyObject(&map_, ipc_object_id);
998 parent_->DestroyObject(&map_, ipc_object_id);
/external/clang/lib/CodeGen/
H A DCGDecl.cpp360 struct DestroyObject : EHScopeStack::Cleanup { struct in namespace:__anon17823
361 DestroyObject(llvm::Value *addr, QualType type, function in struct:__anon17823::DestroyObject
1254 EHStack.pushCleanup<DestroyObject>(cleanupKind, addr, type, destroyer,
1343 pushFullExprCleanup<DestroyObject>(cleanupKind, addr, type,
1361 EHStack.pushCleanup<DestroyObject>(
1367 pushCleanupAfterFullExpr<DestroyObject>(

Completed in 828 milliseconds