HomeSort by relevance Sort by last modified time
    Searched refs:StubMap (Results 1 - 10 of 10) 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_;
np_channel_base.cc 372 StubMap::iterator iter = stub_map_.find(npobject);
  /external/chromium_org/content/common/gpu/
gpu_channel.h 211 typedef IDMap<GpuCommandBufferStub, IDMapOwnPointer> StubMap;
212 StubMap stubs_;
gpu_channel.cc 619 for (StubMap::Iterator<GpuCommandBufferStub> it(&stubs_);
648 for (StubMap::Iterator<GpuCommandBufferStub> it(&stubs_);
838 for (StubMap::Iterator<GpuCommandBufferStub> it(&stubs_);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.h 101 const SymbolTableMap &Symbols, StubMap &Stubs) override;
RuntimeDyldELF.h 114 const SymbolTableMap &Symbols, StubMap &Stubs) override;
RuntimeDyldImpl.h 214 typedef std::map<RelocationValueRef, uintptr_t> StubMap;
332 const SymbolTableMap &Symbols, StubMap &Stubs) = 0;
RuntimeDyldELF.cpp     [all...]
RuntimeDyldMachO.cpp 656 StubMap &Stubs) {
750 StubMap::const_iterator i = Stubs.find(Value);
775 StubMap::const_iterator i = Stubs.find(Value);
RuntimeDyld.cpp 189 StubMap Stubs;

Completed in 469 milliseconds