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

  /external/chromium_org/components/power/
origin_power_map.h 50 // OriginMap maps a URL to the amount of power consumed by the URL using the
52 typedef std::map<GURL, double> OriginMap;
53 OriginMap origin_map_;
  /external/lldb/include/lldb/Symbol/
ClangASTImporter.h 240 typedef std::map<const clang::Decl *, DeclOrigin> OriginMap;
304 OriginMap m_origins;
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 508 ValueMap<Value*, Value*> ShadowMap, OriginMap;
    [all...]

Completed in 791 milliseconds