HomeSort by relevance Sort by last modified time
    Searched refs:ConstructorMap (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8PerContextData.h 135 typedef WTF::HashMap<WrapperTypeInfo*, UnsafePersistent<v8::Function> > ConstructorMap;
136 ConstructorMap m_constructorMap;
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 32 typedef llvm::StringMap<const MatcherCreateCallback *> ConstructorMap;
38 const ConstructorMap &constructors() const { return Constructors; }
42 ConstructorMap Constructors;
396 for (ConstructorMap::iterator it = Constructors.begin(),
412 ConstructorMap::const_iterator it =

Completed in 316 milliseconds