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 237 typedef IDMap<GpuCommandBufferStub, IDMapOwnPointer> StubMap;
238 StubMap stubs_;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 164 typedef std::map<RelocationValueRef, uintptr_t> StubMap;
291 StubMap &Stubs) = 0;

Completed in 230 milliseconds