mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
18 lines
901 B
Java
Generated
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){}
|
|
}
|