HomeSort by relevance Sort by last modified time
    Searched defs:StubMap (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/child/npapi/
np_channel_base.h 182 typedef base::hash_map<NPObject*, int> StubMap;
183 StubMap stub_map_;
  /external/chromium_org/content/common/gpu/
gpu_channel.h 211 typedef IDMap<GpuCommandBufferStub, IDMapOwnPointer> StubMap;
212 StubMap stubs_;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 214 typedef std::map<RelocationValueRef, uintptr_t> StubMap;
332 const SymbolTableMap &Symbols, StubMap &Stubs) = 0;

Completed in 95 milliseconds