Searched refs:setImplementation (Results 1 – 5 of 5) sorted by relevance
/external/guava/guava-testlib/src/com/google/common/testing/ |
D | ArbitraryInstances.java | 293 private static <T> void setImplementation(Class<T> type, Class<? extends T> implementation) { in setImplementation() method in ArbitraryInstances 302 setImplementation(Appendable.class, StringBuilder.class); in setImplementation() method 303 setImplementation(BlockingQueue.class, LinkedBlockingDeque.class); in setImplementation() method 304 setImplementation(BlockingDeque.class, LinkedBlockingDeque.class); in setImplementation() method 305 setImplementation(ConcurrentMap.class, ConcurrentHashMap.class); in setImplementation() method 306 setImplementation(ConcurrentNavigableMap.class, ConcurrentSkipListMap.class); in setImplementation() method 307 setImplementation(CountDownLatch.class, Dummies.DummyCountDownLatch.class); in setImplementation() method 308 setImplementation(Deque.class, ArrayDeque.class); in setImplementation() method 309 setImplementation(OutputStream.class, ByteArrayOutputStream.class); in setImplementation() method 310 setImplementation(PrintStream.class, Dummies.InMemoryPrintStream.class); in setImplementation() method [all …]
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 1460 void ObjCInterfaceDecl::setImplementation(ObjCImplementationDecl *ImplD) { in setImplementation() function in ObjCInterfaceDecl 1923 void ObjCCategoryDecl::setImplementation(ObjCCategoryImplDecl *ImplD) { in setImplementation() function in ObjCCategoryDecl
|
D | ASTImporter.cpp | 3539 ToCategory->setImplementation(Impl); in VisitObjCCategoryDecl() 3751 To->setImplementation(Impl); in ImportDefinition() 3871 Category->setImplementation(ToImpl); in VisitObjCCategoryImplDecl() 3917 Iface->setImplementation(Impl); in VisitObjCImplementationDecl()
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 1023 void setImplementation(ObjCImplementationDecl *ImplD); 1987 void setImplementation(ObjCCategoryImplDecl *ImplD);
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 1843 CatIDecl->setImplementation(CDecl); in ActOnStartCategoryImplementation() 1963 IDecl->setImplementation(IMPDecl); in ActOnStartClassImplementation()
|