Searched refs:ExtensionRegistryFactory (Results 1 – 4 of 4) sorted by relevance
80 ExtensionRegistryLite registry = ExtensionRegistryFactory.create(); in testCreate()87 ExtensionRegistryLite emptyRegistry = ExtensionRegistryFactory.createEmpty(); in testEmpty()95 ExtensionRegistryLite registry = ExtensionRegistryFactory.create(); in testIsFullRegistry()96 assertTrue(ExtensionRegistryFactory.isFullRegistry(registry)); in testIsFullRegistry()137 ExtensionRegistryLite registry = ExtensionRegistryFactory.create(); in testCreate()144 ExtensionRegistryLite emptyRegistry = ExtensionRegistryFactory.createEmpty(); in testEmpty()152 ExtensionRegistryLite registry = ExtensionRegistryFactory.create(); in testIsFullRegistry()153 assertFalse(ExtensionRegistryFactory.isFullRegistry(registry)); in testIsFullRegistry()200 classLoader.loadClass(ExtensionRegistryFactory.class.getName()); in runTestMethod()216 ExtensionRegistryFactory.FULL_REGISTRY_CLASS_NAME, in getLiteOnlyClassLoader()
113 return ExtensionRegistryFactory.create(); in newInstance()121 return ExtensionRegistryFactory.createEmpty(); in getEmptyRegistry()162 if (ExtensionRegistryFactory.isFullRegistry(this)) { in add()
42 final class ExtensionRegistryFactory { class
213 java/core/src/main/java/com/google/protobuf/ExtensionRegistryFactory.java \