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

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; }
}