Home
last modified time | relevance | path

Searched refs:ExtensionRegistryFactory (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DExtensionRegistryFactoryTest.java80 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()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DExtensionRegistryLite.java113 return ExtensionRegistryFactory.create(); in newInstance()
121 return ExtensionRegistryFactory.createEmpty(); in getEmptyRegistry()
162 if (ExtensionRegistryFactory.isFullRegistry(this)) { in add()
DExtensionRegistryFactory.java42 final class ExtensionRegistryFactory { class
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DMakefile.am213 java/core/src/main/java/com/google/protobuf/ExtensionRegistryFactory.java \