Files
codeql/java/ql/test/stubs/apache-hive/com/google/protobuf/ExtensionRegistryLite.java
Tony Torralba 4e7dbbf5f0 Add stubs
2023-03-01 09:48:33 +01:00

18 lines
901 B
Java
Generated

// Generated automatically from com.google.protobuf.ExtensionRegistryLite for testing purposes
package com.google.protobuf;
import com.google.protobuf.GeneratedMessageLite;
import com.google.protobuf.MessageLite;
public class ExtensionRegistryLite
{
public <ContainingType extends MessageLite> GeneratedMessageLite.GeneratedExtension<ContainingType, ? extends Object> findLiteExtensionByNumber(ContainingType p0, int p1){ return null; }
public ExtensionRegistryLite getUnmodifiable(){ return null; }
public final void add(GeneratedMessageLite.GeneratedExtension<? extends Object, ? extends Object> p0){}
public static ExtensionRegistryLite getEmptyRegistry(){ return null; }
public static ExtensionRegistryLite newInstance(){ return null; }
public static boolean isEagerlyParseMessageSets(){ return false; }
public static void setEagerlyParseMessageSets(boolean p0){}
}