mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
21 lines
726 B
Java
Generated
21 lines
726 B
Java
Generated
// Generated automatically from com.google.protobuf.LazyField for testing purposes
|
|
|
|
package com.google.protobuf;
|
|
|
|
import com.google.protobuf.ByteString;
|
|
import com.google.protobuf.ExtensionRegistryLite;
|
|
import com.google.protobuf.MessageLite;
|
|
|
|
class LazyField
|
|
{
|
|
protected LazyField() {}
|
|
public ByteString toByteString(){ return null; }
|
|
public LazyField(MessageLite p0, ExtensionRegistryLite p1, ByteString p2){}
|
|
public MessageLite getValue(){ return null; }
|
|
public MessageLite setValue(MessageLite p0){ return null; }
|
|
public String toString(){ return null; }
|
|
public boolean equals(Object p0){ return false; }
|
|
public int getSerializedSize(){ return 0; }
|
|
public int hashCode(){ return 0; }
|
|
}
|