Home
last modified time | relevance | path

Searched refs:MethodMap (Results 1 – 5 of 5) sorted by relevance

/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/
DClassMap.java115 throws MethodMap.AmbiguousException in findMethod()
233 private final MethodMap methodMap;
238 methodMap = new MethodMap(conversionHandler); in MethodCache()
258 throws MethodMap.AmbiguousException in get()
276 catch(MethodMap.AmbiguousException ae) in get()
DIntrospector.java96 catch(MethodMap.AmbiguousException ae) in getMethod()
DMethodMap.java44 public class MethodMap class
63 public MethodMap() in MethodMap() method in MethodMap
73 public MethodMap(TypeConversionHandler conversionHandler) in MethodMap() method in MethodMap
DIntrospectorBase.java90 throws MethodMap.AmbiguousException in getMethod()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp1663 llvm::DenseMap<Selector, const ObjCMethodDecl*> MethodMap; in DiagnoseClassExtensionDupMethods() local
1665 MethodMap[MD->getSelector()] = MD; in DiagnoseClassExtensionDupMethods()
1667 if (MethodMap.empty()) in DiagnoseClassExtensionDupMethods()
1670 const ObjCMethodDecl *&PrevMethod = MethodMap[Method->getSelector()]; in DiagnoseClassExtensionDupMethods()