Home
last modified time | relevance | path

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

/external/guava/guava-testlib/src/com/google/common/testing/
DArbitraryInstances.java293 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/
DDeclObjC.cpp1460 void ObjCInterfaceDecl::setImplementation(ObjCImplementationDecl *ImplD) { in setImplementation() function in ObjCInterfaceDecl
1923 void ObjCCategoryDecl::setImplementation(ObjCCategoryImplDecl *ImplD) { in setImplementation() function in ObjCCategoryDecl
DASTImporter.cpp3539 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/
DDeclObjC.h1023 void setImplementation(ObjCImplementationDecl *ImplD);
1987 void setImplementation(ObjCCategoryImplDecl *ImplD);
/external/clang/lib/Sema/
DSemaDeclObjC.cpp1843 CatIDecl->setImplementation(CDecl); in ActOnStartCategoryImplementation()
1963 IDecl->setImplementation(IMPDecl); in ActOnStartClassImplementation()