Searched defs:StubMap (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/child/npapi/
H A Dnp_channel_base.h182 typedef base::hash_map<NPObject*, int> StubMap; typedef in class:content::NPChannelBase
183 StubMap stub_map_;
/external/chromium_org/content/common/gpu/
H A Dgpu_channel.h210 typedef IDMap<GpuCommandBufferStub, IDMapOwnPointer> StubMap; typedef in class:content::GpuChannel
211 StubMap stubs_;
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h214 typedef std::map<RelocationValueRef, uintptr_t> StubMap; typedef in class:llvm::RuntimeDyldImpl
332 const SymbolTableMap &Symbols, StubMap &Stubs) = 0;

Completed in 113 milliseconds