Classes | Public Member Functions | Protected Member Functions | Static Protected Member Functions | Protected Attributes | Static Protected Attributes | Private Member Functions | Static Private Member Functions | Static Private Attributes | List of all members
com.google.protobuf.GeneratedMessageV3 Class Referenceabstract
Inheritance diagram for com.google.protobuf.GeneratedMessageV3:
Inheritance graph
[legend]

Classes

class  Builder
 
class  Builder
 
interface  BuilderParent
 
class  ExtendableBuilder
 
class  ExtendableBuilder
 
class  ExtendableMessage
 
class  ExtendableMessage
 
interface  ExtendableMessageOrBuilder
 
interface  ExtendableMessageOrBuilder
 
interface  ExtensionDescriptorRetriever
 
class  FieldAccessorTable
 
class  UnusedPrivateParameter
 

Public Member Functions

Map< FieldDescriptor, Object > getAllFields ()
 
Map< FieldDescriptor, Object > getAllFields ()
 
Descriptor getDescriptorForType ()
 
Descriptor getDescriptorForType ()
 
Object getField (final FieldDescriptor field)
 
Object getField (final FieldDescriptor field)
 
FieldDescriptor getOneofFieldDescriptor (final OneofDescriptor oneof)
 
FieldDescriptor getOneofFieldDescriptor (final OneofDescriptor oneof)
 
Parser<? extends GeneratedMessageV3getParserForType ()
 
Parser<? extends GeneratedMessageV3getParserForType ()
 
Object getRepeatedField (final FieldDescriptor field, final int index)
 
Object getRepeatedField (final FieldDescriptor field, final int index)
 
int getRepeatedFieldCount (final FieldDescriptor field)
 
int getRepeatedFieldCount (final FieldDescriptor field)
 
int getSerializedSize ()
 
int getSerializedSize ()
 
UnknownFieldSet getUnknownFields ()
 
UnknownFieldSet getUnknownFields ()
 
boolean hasField (final FieldDescriptor field)
 
boolean hasField (final FieldDescriptor field)
 
boolean hasOneof (final OneofDescriptor oneof)
 
boolean hasOneof (final OneofDescriptor oneof)
 
boolean isInitialized ()
 
boolean isInitialized ()
 
void writeTo (final CodedOutputStream output) throws IOException
 
void writeTo (final CodedOutputStream output) throws IOException
 
- Public Member Functions inherited from com.google.protobuf.AbstractMessage
boolean equals (final Object other)
 
boolean equals (final Object other)
 
List< String > findInitializationErrors ()
 
List< String > findInitializationErrors ()
 
String getInitializationErrorString ()
 
String getInitializationErrorString ()
 
int hashCode ()
 
int hashCode ()
 
final String toString ()
 
final String toString ()
 
- Public Member Functions inherited from com.google.protobuf.Message
Builder newBuilderForType ()
 
Builder newBuilderForType ()
 
Builder toBuilder ()
 
Builder toBuilder ()
 
- Public Member Functions inherited from com.google.protobuf.MessageLite
byte[] toByteArray ()
 
byte[] toByteArray ()
 
ByteString toByteString ()
 
ByteString toByteString ()
 
void writeDelimitedTo (OutputStream output) throws IOException
 
void writeDelimitedTo (OutputStream output) throws IOException
 
void writeTo (OutputStream output) throws IOException
 
void writeTo (OutputStream output) throws IOException
 
- Public Member Functions inherited from com.google.protobuf.MessageOrBuilder
Message getDefaultInstanceForType ()
 
Message getDefaultInstanceForType ()
 
Object getField (Descriptors.FieldDescriptor field)
 
Object getField (Descriptors.FieldDescriptor field)
 
Descriptors.FieldDescriptor getOneofFieldDescriptor (Descriptors.OneofDescriptor oneof)
 
Descriptors.FieldDescriptor getOneofFieldDescriptor (Descriptors.OneofDescriptor oneof)
 
Object getRepeatedField (Descriptors.FieldDescriptor field, int index)
 
Object getRepeatedField (Descriptors.FieldDescriptor field, int index)
 
int getRepeatedFieldCount (Descriptors.FieldDescriptor field)
 
int getRepeatedFieldCount (Descriptors.FieldDescriptor field)
 
boolean hasField (Descriptors.FieldDescriptor field)
 
boolean hasField (Descriptors.FieldDescriptor field)
 
boolean hasOneof (Descriptors.OneofDescriptor oneof)
 
boolean hasOneof (Descriptors.OneofDescriptor oneof)
 

Protected Member Functions

 GeneratedMessageV3 ()
 
 GeneratedMessageV3 ()
 
 GeneratedMessageV3 (Builder<?> builder)
 
 GeneratedMessageV3 (Builder<?> builder)
 
abstract FieldAccessorTable internalGetFieldAccessorTable ()
 
abstract FieldAccessorTable internalGetFieldAccessorTable ()
 
MapField internalGetMapField (int fieldNumber)
 
MapField internalGetMapField (int fieldNumber)
 
void makeExtensionsImmutable ()
 
void makeExtensionsImmutable ()
 
void mergeFromAndMakeImmutableInternal (CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
 
void mergeFromAndMakeImmutableInternal (CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
 
abstract Message.Builder newBuilderForType (BuilderParent parent)
 
abstract Message.Builder newBuilderForType (BuilderParent parent)
 
Message.Builder newBuilderForType (final AbstractMessage.BuilderParent parent)
 
Message.Builder newBuilderForType (final AbstractMessage.BuilderParent parent)
 
Object newInstance (UnusedPrivateParameter unused)
 
Object newInstance (UnusedPrivateParameter unused)
 
boolean parseUnknownField (CodedInputStream input, UnknownFieldSet.Builder unknownFields, ExtensionRegistryLite extensionRegistry, int tag) throws IOException
 
boolean parseUnknownField (CodedInputStream input, UnknownFieldSet.Builder unknownFields, ExtensionRegistryLite extensionRegistry, int tag) throws IOException
 
boolean parseUnknownFieldProto3 (CodedInputStream input, UnknownFieldSet.Builder unknownFields, ExtensionRegistryLite extensionRegistry, int tag) throws IOException
 
boolean parseUnknownFieldProto3 (CodedInputStream input, UnknownFieldSet.Builder unknownFields, ExtensionRegistryLite extensionRegistry, int tag) throws IOException
 
Object writeReplace () throws ObjectStreamException
 
Object writeReplace () throws ObjectStreamException
 
- Protected Member Functions inherited from com.google.protobuf.AbstractMessage
Message.Builder newBuilderForType (BuilderParent parent)
 
Message.Builder newBuilderForType (BuilderParent parent)
 

Static Protected Member Functions

static boolean canUseUnsafe ()
 
static boolean canUseUnsafe ()
 
static int computeStringSize (final int fieldNumber, final Object value)
 
static int computeStringSize (final int fieldNumber, final Object value)
 
static int computeStringSizeNoTag (final Object value)
 
static int computeStringSizeNoTag (final Object value)
 
static BooleanList emptyBooleanList ()
 
static BooleanList emptyBooleanList ()
 
static DoubleList emptyDoubleList ()
 
static DoubleList emptyDoubleList ()
 
static FloatList emptyFloatList ()
 
static FloatList emptyFloatList ()
 
static IntList emptyIntList ()
 
static IntList emptyIntList ()
 
static LongList emptyLongList ()
 
static LongList emptyLongList ()
 
static boolean isStringEmpty (final Object value)
 
static BooleanList mutableCopy (BooleanList list)
 
static BooleanList mutableCopy (BooleanList list)
 
static DoubleList mutableCopy (DoubleList list)
 
static DoubleList mutableCopy (DoubleList list)
 
static FloatList mutableCopy (FloatList list)
 
static FloatList mutableCopy (FloatList list)
 
static IntList mutableCopy (IntList list)
 
static IntList mutableCopy (IntList list)
 
static LongList mutableCopy (LongList list)
 
static LongList mutableCopy (LongList list)
 
static BooleanList newBooleanList ()
 
static BooleanList newBooleanList ()
 
static DoubleList newDoubleList ()
 
static DoubleList newDoubleList ()
 
static FloatList newFloatList ()
 
static FloatList newFloatList ()
 
static IntList newIntList ()
 
static IntList newIntList ()
 
static LongList newLongList ()
 
static LongList newLongList ()
 
static< M extends Message > M parseDelimitedWithIOException (Parser< M > parser, InputStream input) throws IOException
 
static< M extends Message > M parseDelimitedWithIOException (Parser< M > parser, InputStream input) throws IOException
 
static< M extends Message > M parseDelimitedWithIOException (Parser< M > parser, InputStream input, ExtensionRegistryLite extensions) throws IOException
 
static< M extends Message > M parseDelimitedWithIOException (Parser< M > parser, InputStream input, ExtensionRegistryLite extensions) throws IOException
 
static< M extends Message > M parseWithIOException (Parser< M > parser, CodedInputStream input) throws IOException
 
static< M extends Message > M parseWithIOException (Parser< M > parser, CodedInputStream input) throws IOException
 
static< M extends Message > M parseWithIOException (Parser< M > parser, CodedInputStream input, ExtensionRegistryLite extensions) throws IOException
 
static< M extends Message > M parseWithIOException (Parser< M > parser, CodedInputStream input, ExtensionRegistryLite extensions) throws IOException
 
static< M extends Message > M parseWithIOException (Parser< M > parser, InputStream input) throws IOException
 
static< M extends Message > M parseWithIOException (Parser< M > parser, InputStream input) throws IOException
 
static< M extends Message > M parseWithIOException (Parser< M > parser, InputStream input, ExtensionRegistryLite extensions) throws IOException
 
static< M extends Message > M parseWithIOException (Parser< M > parser, InputStream input, ExtensionRegistryLite extensions) throws IOException
 
static< V > void serializeBooleanMapTo (CodedOutputStream out, MapField< Boolean, V > field, MapEntry< Boolean, V > defaultEntry, int fieldNumber) throws IOException
 
static< V > void serializeBooleanMapTo (CodedOutputStream out, MapField< Boolean, V > field, MapEntry< Boolean, V > defaultEntry, int fieldNumber) throws IOException
 
static< V > void serializeIntegerMapTo (CodedOutputStream out, MapField< Integer, V > field, MapEntry< Integer, V > defaultEntry, int fieldNumber) throws IOException
 
static< V > void serializeIntegerMapTo (CodedOutputStream out, MapField< Integer, V > field, MapEntry< Integer, V > defaultEntry, int fieldNumber) throws IOException
 
static< V > void serializeLongMapTo (CodedOutputStream out, MapField< Long, V > field, MapEntry< Long, V > defaultEntry, int fieldNumber) throws IOException
 
static< V > void serializeLongMapTo (CodedOutputStream out, MapField< Long, V > field, MapEntry< Long, V > defaultEntry, int fieldNumber) throws IOException
 
static< V > void serializeStringMapTo (CodedOutputStream out, MapField< String, V > field, MapEntry< String, V > defaultEntry, int fieldNumber) throws IOException
 
static< V > void serializeStringMapTo (CodedOutputStream out, MapField< String, V > field, MapEntry< String, V > defaultEntry, int fieldNumber) throws IOException
 
static void writeString (CodedOutputStream output, final int fieldNumber, final Object value) throws IOException
 
static void writeString (CodedOutputStream output, final int fieldNumber, final Object value) throws IOException
 
static void writeStringNoTag (CodedOutputStream output, final Object value) throws IOException
 
static void writeStringNoTag (CodedOutputStream output, final Object value) throws IOException
 
- Static Protected Member Functions inherited from com.google.protobuf.AbstractMessage
static int hashBoolean (boolean b)
 
static int hashBoolean (boolean b)
 
static int hashEnum (EnumLite e)
 
static int hashEnum (EnumLite e)
 
static int hashEnumList (List<? extends EnumLite > list)
 
static int hashEnumList (List<? extends EnumLite > list)
 
static int hashFields (int hash, Map< FieldDescriptor, Object > map)
 
static int hashFields (int hash, Map< FieldDescriptor, Object > map)
 
static int hashLong (long n)
 
static int hashLong (long n)
 

Protected Attributes

UnknownFieldSet unknownFields
 
- Protected Attributes inherited from com.google.protobuf.AbstractMessage
int memoizedSize = -1
 

Static Protected Attributes

static boolean alwaysUseFieldBuilders = false
 

Private Member Functions

Map< FieldDescriptor, Object > getAllFieldsMutable (boolean getBytesForString)
 
Map< FieldDescriptor, Object > getAllFieldsMutable (boolean getBytesForString)
 

Static Private Member Functions

static< MessageType extends ExtendableMessage< MessageType > T Extension< MessageType, TcheckNotLite (ExtensionLite< MessageType, T > extension)
 
static< MessageType extends ExtendableMessage< MessageType > T Extension< MessageType, TcheckNotLite (ExtensionLite< MessageType, T > extension)
 
static Method getMethodOrDie (final Class clazz, final String name, final Class... params)
 
static Method getMethodOrDie (final Class clazz, final String name, final Class... params)
 
static RuntimeException handleException (Throwable e)
 
static Object invokeOrDie (final Method method, final Object object, final Object... params)
 
static Object invokeOrDie (final Method method, final Object object, final Object... params)
 
static< V > void maybeSerializeBooleanEntryTo (CodedOutputStream out, Map< Boolean, V > m, MapEntry< Boolean, V > defaultEntry, int fieldNumber, boolean key) throws IOException
 
static< V > void maybeSerializeBooleanEntryTo (CodedOutputStream out, Map< Boolean, V > m, MapEntry< Boolean, V > defaultEntry, int fieldNumber, boolean key) throws IOException
 
static< K, V > void serializeMapTo (CodedOutputStream out, Map< K, V > m, MapEntry< K, V > defaultEntry, int fieldNumber) throws IOException
 
static< K, V > void serializeMapTo (CodedOutputStream out, Map< K, V > m, MapEntry< K, V > defaultEntry, int fieldNumber) throws IOException
 

Static Private Attributes

static boolean forTestUseReflection = false
 
static final long serialVersionUID = 1L
 

Detailed Description

All generated protocol message classes extend this class. This class implements most of the Message and Builder interfaces using Java reflection. Users can ignore this class and pretend that generated messages implement the Message interface directly.

Author
kento.nosp@m.n@go.nosp@m.ogle..nosp@m.com Kenton Varda

Definition at line 81 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/GeneratedMessageV3.java.

Constructor & Destructor Documentation

◆ GeneratedMessageV3() [1/4]

com.google.protobuf.GeneratedMessageV3.GeneratedMessageV3 ( )
inlineprotected

◆ GeneratedMessageV3() [2/4]

com.google.protobuf.GeneratedMessageV3.GeneratedMessageV3 ( Builder<?>  builder)
inlineprotected

◆ GeneratedMessageV3() [3/4]

com.google.protobuf.GeneratedMessageV3.GeneratedMessageV3 ( )
inlineprotected

◆ GeneratedMessageV3() [4/4]

com.google.protobuf.GeneratedMessageV3.GeneratedMessageV3 ( Builder<?>  builder)
inlineprotected

Member Function Documentation

◆ canUseUnsafe() [1/2]

static boolean com.google.protobuf.GeneratedMessageV3.canUseUnsafe ( )
inlinestaticprotected

◆ canUseUnsafe() [2/2]

static boolean com.google.protobuf.GeneratedMessageV3.canUseUnsafe ( )
inlinestaticprotected

◆ checkNotLite() [1/2]

static <MessageType extends ExtendableMessage<MessageType> T Extension<MessageType, T> com.google.protobuf.GeneratedMessageV3.checkNotLite ( ExtensionLite< MessageType, T extension)
inlinestaticprivate

◆ checkNotLite() [2/2]

static <MessageType extends ExtendableMessage<MessageType> T Extension<MessageType, T> com.google.protobuf.GeneratedMessageV3.checkNotLite ( ExtensionLite< MessageType, T extension)
inlinestaticprivate

◆ computeStringSize() [1/2]

static int com.google.protobuf.GeneratedMessageV3.computeStringSize ( final int  fieldNumber,
final Object  value 
)
inlinestaticprotected

◆ computeStringSize() [2/2]

static int com.google.protobuf.GeneratedMessageV3.computeStringSize ( final int  fieldNumber,
final Object  value 
)
inlinestaticprotected

◆ computeStringSizeNoTag() [1/2]

static int com.google.protobuf.GeneratedMessageV3.computeStringSizeNoTag ( final Object  value)
inlinestaticprotected

◆ computeStringSizeNoTag() [2/2]

static int com.google.protobuf.GeneratedMessageV3.computeStringSizeNoTag ( final Object  value)
inlinestaticprotected

◆ emptyBooleanList() [1/2]

static BooleanList com.google.protobuf.GeneratedMessageV3.emptyBooleanList ( )
inlinestaticprotected

◆ emptyBooleanList() [2/2]

static BooleanList com.google.protobuf.GeneratedMessageV3.emptyBooleanList ( )
inlinestaticprotected

◆ emptyDoubleList() [1/2]

static DoubleList com.google.protobuf.GeneratedMessageV3.emptyDoubleList ( )
inlinestaticprotected

◆ emptyDoubleList() [2/2]

static DoubleList com.google.protobuf.GeneratedMessageV3.emptyDoubleList ( )
inlinestaticprotected

◆ emptyFloatList() [1/2]

static FloatList com.google.protobuf.GeneratedMessageV3.emptyFloatList ( )
inlinestaticprotected

◆ emptyFloatList() [2/2]

static FloatList com.google.protobuf.GeneratedMessageV3.emptyFloatList ( )
inlinestaticprotected

◆ emptyIntList() [1/2]

static IntList com.google.protobuf.GeneratedMessageV3.emptyIntList ( )
inlinestaticprotected

◆ emptyIntList() [2/2]

static IntList com.google.protobuf.GeneratedMessageV3.emptyIntList ( )
inlinestaticprotected

◆ emptyLongList() [1/2]

static LongList com.google.protobuf.GeneratedMessageV3.emptyLongList ( )
inlinestaticprotected

◆ emptyLongList() [2/2]

static LongList com.google.protobuf.GeneratedMessageV3.emptyLongList ( )
inlinestaticprotected

◆ getAllFields() [1/2]

Map<FieldDescriptor, Object> com.google.protobuf.GeneratedMessageV3.getAllFields ( )
inline

Returns a collection of all the fields in this message which are set and their corresponding values. A singular ("required" or "optional") field is set iff hasField() returns true for that field. A "repeated" field is set iff getRepeatedFieldCount() is greater than zero. The values are exactly what would be returned by calling getField(Descriptors.FieldDescriptor) for each field. The map is guaranteed to be a sorted map, so iterating over it will return fields in order by field number.
If this is for a builder, the returned map may or may not reflect future changes to the builder. Either way, the returned map is itself unmodifiable.

Implements com.google.protobuf.MessageOrBuilder.

Reimplemented in com.google.protobuf.GeneratedMessageV3.ExtendableMessage< MessageType extends ExtendableMessage >, and com.google.protobuf.GeneratedMessageV3.ExtendableMessage< MessageType extends ExtendableMessage >.

Definition at line 236 of file protobuf/java/core/src/main/java/com/google/protobuf/GeneratedMessageV3.java.

◆ getAllFields() [2/2]

Map<FieldDescriptor, Object> com.google.protobuf.GeneratedMessageV3.getAllFields ( )
inline

Returns a collection of all the fields in this message which are set and their corresponding values. A singular ("required" or "optional") field is set iff hasField() returns true for that field. A "repeated" field is set iff getRepeatedFieldCount() is greater than zero. The values are exactly what would be returned by calling getField(Descriptors.FieldDescriptor) for each field. The map is guaranteed to be a sorted map, so iterating over it will return fields in order by field number.
If this is for a builder, the returned map may or may not reflect future changes to the builder. Either way, the returned map is itself unmodifiable.

Implements com.google.protobuf.MessageOrBuilder.

Reimplemented in com.google.protobuf.GeneratedMessageV3.ExtendableMessage< MessageType extends ExtendableMessage >, and com.google.protobuf.GeneratedMessageV3.ExtendableMessage< MessageType extends ExtendableMessage >.

Definition at line 244 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/GeneratedMessageV3.java.

◆ getAllFieldsMutable() [1/2]

Map<FieldDescriptor, Object> com.google.protobuf.GeneratedMessageV3.getAllFieldsMutable ( boolean  getBytesForString)
inlineprivate

Internal helper to return a modifiable map containing all the fields. The returned Map is modifiable so that the caller can add additional extension fields to implement getAllFields().

Parameters
getBytesForStringwhether to generate ByteString for string fields

Definition at line 158 of file protobuf/java/core/src/main/java/com/google/protobuf/GeneratedMessageV3.java.

◆ getAllFieldsMutable() [2/2]

Map<FieldDescriptor, Object> com.google.protobuf.GeneratedMessageV3.getAllFieldsMutable ( boolean  getBytesForString)
inlineprivate

Internal helper to return a modifiable map containing all the fields. The returned Map is modifialbe so that the caller can add additional extension fields to implement getAllFields().

Parameters
getBytesForStringwhether to generate ByteString for string fields

Definition at line 166 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/GeneratedMessageV3.java.

◆ getDescriptorForType() [1/2]

Descriptor com.google.protobuf.GeneratedMessageV3.getDescriptorForType ( )
inline

Get the message's type's descriptor. This differs from the

getDescriptor()

method of generated message classes in that this method is an abstract method of the

interface whereas

getDescriptor()

is a static method of a specific class. They return the same thing.

Implements com.google.protobuf.MessageOrBuilder.

Definition at line 132 of file protobuf/java/core/src/main/java/com/google/protobuf/GeneratedMessageV3.java.

◆ getDescriptorForType() [2/2]

Descriptor com.google.protobuf.GeneratedMessageV3.getDescriptorForType ( )
inline

Get the message's type's descriptor. This differs from the

getDescriptor()

method of generated message classes in that this method is an abstract method of the

interface whereas

getDescriptor()

is a static method of a specific class. They return the same thing.

Implements com.google.protobuf.MessageOrBuilder.

Definition at line 140 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/GeneratedMessageV3.java.

◆ getField() [1/2]

Object com.google.protobuf.GeneratedMessageV3.getField ( final FieldDescriptor  field)
inline

◆ getField() [2/2]

Object com.google.protobuf.GeneratedMessageV3.getField ( final FieldDescriptor  field)
inline

◆ getMethodOrDie() [1/2]

static Method com.google.protobuf.GeneratedMessageV3.getMethodOrDie ( final Class  clazz,
final String  name,
final Class...  params 
)
inlinestaticprivate

Calls Class.getMethod and throws a RuntimeException if it fails.

Definition at line 1841 of file protobuf/java/core/src/main/java/com/google/protobuf/GeneratedMessageV3.java.

◆ getMethodOrDie() [2/2]

static Method com.google.protobuf.GeneratedMessageV3.getMethodOrDie ( final Class  clazz,
final String  name,
final Class...  params 
)
inlinestaticprivate

Calls Class.getMethod and throws a RuntimeException if it fails.

Definition at line 1850 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/GeneratedMessageV3.java.

◆ getOneofFieldDescriptor() [1/2]

FieldDescriptor com.google.protobuf.GeneratedMessageV3.getOneofFieldDescriptor ( final OneofDescriptor  oneof)
inline

TODO(jieluo): Clear it when all subclasses have implemented this method.

Reimplemented from com.google.protobuf.AbstractMessage.

Definition at line 262 of file protobuf/java/core/src/main/java/com/google/protobuf/GeneratedMessageV3.java.

◆ getOneofFieldDescriptor() [2/2]

FieldDescriptor com.google.protobuf.GeneratedMessageV3.getOneofFieldDescriptor ( final OneofDescriptor  oneof)
inline

TODO(jieluo): Clear it when all subclasses have implemented this method.

Reimplemented from com.google.protobuf.AbstractMessage.

Definition at line 270 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/GeneratedMessageV3.java.

◆ getParserForType() [1/2]

Parser<? extends GeneratedMessageV3> com.google.protobuf.GeneratedMessageV3.getParserForType ( )
inline

Gets the parser for a message of the same type as this message.

Implements com.google.protobuf.Message.

Definition at line 102 of file protobuf/java/core/src/main/java/com/google/protobuf/GeneratedMessageV3.java.

◆ getParserForType() [2/2]

Parser<? extends GeneratedMessageV3> com.google.protobuf.GeneratedMessageV3.getParserForType ( )
inline

Gets the parser for a message of the same type as this message.

Implements com.google.protobuf.Message.

Definition at line 110 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/GeneratedMessageV3.java.

◆ getRepeatedField() [1/2]

Object com.google.protobuf.GeneratedMessageV3.getRepeatedField ( final FieldDescriptor  field,
final int  index 
)
inline

◆ getRepeatedField() [2/2]

Object com.google.protobuf.GeneratedMessageV3.getRepeatedField ( final FieldDescriptor  field,
final int  index 
)
inline

◆ getRepeatedFieldCount() [1/2]

int com.google.protobuf.GeneratedMessageV3.getRepeatedFieldCount ( final FieldDescriptor  field)
inline

◆ getRepeatedFieldCount() [2/2]

int com.google.protobuf.GeneratedMessageV3.getRepeatedFieldCount ( final FieldDescriptor  field)
inline

◆ getSerializedSize() [1/2]

int com.google.protobuf.GeneratedMessageV3.getSerializedSize ( )
inline

Get the number of bytes required to encode this message. The result is only computed on the first call and memoized after that.

Reimplemented from com.google.protobuf.AbstractMessage.

Definition at line 471 of file protobuf/java/core/src/main/java/com/google/protobuf/GeneratedMessageV3.java.

◆ getSerializedSize() [2/2]

int com.google.protobuf.GeneratedMessageV3.getSerializedSize ( )
inline

Get the number of bytes required to encode this message. The result is only computed on the first call and memoized after that.

Reimplemented from com.google.protobuf.AbstractMessage.

Definition at line 479 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/GeneratedMessageV3.java.

◆ getUnknownFields() [1/2]

UnknownFieldSet com.google.protobuf.GeneratedMessageV3.getUnknownFields ( )
inline

◆ getUnknownFields() [2/2]

UnknownFieldSet com.google.protobuf.GeneratedMessageV3.getUnknownFields ( )
inline

◆ handleException()

static RuntimeException com.google.protobuf.GeneratedMessageV3.handleException ( Throwable  e)
inlinestaticprivate

Calls invoke and throws a RuntimeException if it fails.

Definition at line 1884 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/GeneratedMessageV3.java.

◆ hasField() [1/2]

boolean com.google.protobuf.GeneratedMessageV3.hasField ( final FieldDescriptor  field)
inline

◆ hasField() [2/2]

boolean com.google.protobuf.GeneratedMessageV3.hasField ( final FieldDescriptor  field)
inline

◆ hasOneof() [1/2]

boolean com.google.protobuf.GeneratedMessageV3.hasOneof ( final OneofDescriptor  oneof)
inline

TODO(jieluo): Clear it when all subclasses have implemented this method.

Reimplemented from com.google.protobuf.AbstractMessage.

Definition at line 257 of file protobuf/java/core/src/main/java/com/google/protobuf/GeneratedMessageV3.java.

◆ hasOneof() [2/2]

boolean com.google.protobuf.GeneratedMessageV3.hasOneof ( final OneofDescriptor  oneof)
inline

TODO(jieluo): Clear it when all subclasses have implemented this method.

Reimplemented from com.google.protobuf.AbstractMessage.

Definition at line 265 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/GeneratedMessageV3.java.

◆ internalGetFieldAccessorTable() [1/2]

abstract FieldAccessorTable com.google.protobuf.GeneratedMessageV3.internalGetFieldAccessorTable ( )
abstractprotected

Get the FieldAccessorTable for this type. We can't have the message class pass this in to the constructor because of bootstrapping trouble with DescriptorProtos.

◆ internalGetFieldAccessorTable() [2/2]

abstract FieldAccessorTable com.google.protobuf.GeneratedMessageV3.internalGetFieldAccessorTable ( )
abstractprotected

Get the FieldAccessorTable for this type. We can't have the message class pass this in to the constructor because of bootstrapping trouble with DescriptorProtos.

◆ internalGetMapField() [1/2]

MapField com.google.protobuf.GeneratedMessageV3.internalGetMapField ( int  fieldNumber)
inlineprotected

Gets the map field with the given field number. This method should be overridden in the generated message class if the message contains map fields.

Unlike other field types, reflection support for map fields can't be implemented based on generated public API because we need to access a map field as a list in reflection API but the generated API only allows us to access it as a map. This method returns the underlying map field directly and thus enables us to access the map field as a list.

Definition at line 1884 of file protobuf/java/core/src/main/java/com/google/protobuf/GeneratedMessageV3.java.

◆ internalGetMapField() [2/2]

MapField com.google.protobuf.GeneratedMessageV3.internalGetMapField ( int  fieldNumber)
inlineprotected

Gets the map field with the given field number. This method should be overridden in the generated message class if the message contains map fields.

Unlike other field types, reflection support for map fields can't be implemented based on generated public API because we need to access a map field as a list in reflection API but the generated API only allows us to access it as a map. This method returns the underlying map field directly and thus enables us to access the map field as a list.

Definition at line 1911 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/GeneratedMessageV3.java.

◆ invokeOrDie() [1/2]

static Object com.google.protobuf.GeneratedMessageV3.invokeOrDie ( final Method  method,
final Object  object,
final Object...  params 
)
inlinestaticprivate

Calls invoke and throws a RuntimeException if it fails.

Definition at line 1853 of file protobuf/java/core/src/main/java/com/google/protobuf/GeneratedMessageV3.java.

◆ invokeOrDie() [2/2]

static Object com.google.protobuf.GeneratedMessageV3.invokeOrDie ( final Method  method,
final Object  object,
final Object...  params 
)
inlinestaticprivate

Calls invoke and throws a RuntimeException if it fails.

Definition at line 1862 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/GeneratedMessageV3.java.

◆ isInitialized() [1/2]

boolean com.google.protobuf.GeneratedMessageV3.isInitialized ( )
inline

◆ isInitialized() [2/2]

boolean com.google.protobuf.GeneratedMessageV3.isInitialized ( )
inline

◆ isStringEmpty()

static boolean com.google.protobuf.GeneratedMessageV3.isStringEmpty ( final Object  value)
inlinestaticprotected

◆ makeExtensionsImmutable() [1/2]

void com.google.protobuf.GeneratedMessageV3.makeExtensionsImmutable ( )
inlineprotected

◆ makeExtensionsImmutable() [2/2]

void com.google.protobuf.GeneratedMessageV3.makeExtensionsImmutable ( )
inlineprotected

◆ maybeSerializeBooleanEntryTo() [1/2]

static <V> void com.google.protobuf.GeneratedMessageV3.maybeSerializeBooleanEntryTo ( CodedOutputStream  out,
Map< Boolean, V >  m,
MapEntry< Boolean, V >  defaultEntry,
int  fieldNumber,
boolean  key 
) throws IOException
inlinestaticprivate

◆ maybeSerializeBooleanEntryTo() [2/2]

static <V> void com.google.protobuf.GeneratedMessageV3.maybeSerializeBooleanEntryTo ( CodedOutputStream  out,
Map< Boolean, V >  m,
MapEntry< Boolean, V >  defaultEntry,
int  fieldNumber,
boolean  key 
) throws IOException
inlinestaticprivate

◆ mergeFromAndMakeImmutableInternal() [1/2]

void com.google.protobuf.GeneratedMessageV3.mergeFromAndMakeImmutableInternal ( CodedInputStream  input,
ExtensionRegistryLite  extensionRegistry 
) throws InvalidProtocolBufferException
inlineprotected

◆ mergeFromAndMakeImmutableInternal() [2/2]

void com.google.protobuf.GeneratedMessageV3.mergeFromAndMakeImmutableInternal ( CodedInputStream  input,
ExtensionRegistryLite  extensionRegistry 
) throws InvalidProtocolBufferException
inlineprotected

◆ mutableCopy() [1/10]

static BooleanList com.google.protobuf.GeneratedMessageV3.mutableCopy ( BooleanList  list)
inlinestaticprotected

◆ mutableCopy() [2/10]

static BooleanList com.google.protobuf.GeneratedMessageV3.mutableCopy ( BooleanList  list)
inlinestaticprotected

◆ mutableCopy() [3/10]

static DoubleList com.google.protobuf.GeneratedMessageV3.mutableCopy ( DoubleList  list)
inlinestaticprotected

◆ mutableCopy() [4/10]

static DoubleList com.google.protobuf.GeneratedMessageV3.mutableCopy ( DoubleList  list)
inlinestaticprotected

◆ mutableCopy() [5/10]

static FloatList com.google.protobuf.GeneratedMessageV3.mutableCopy ( FloatList  list)
inlinestaticprotected

◆ mutableCopy() [6/10]

static FloatList com.google.protobuf.GeneratedMessageV3.mutableCopy ( FloatList  list)
inlinestaticprotected

◆ mutableCopy() [7/10]

static IntList com.google.protobuf.GeneratedMessageV3.mutableCopy ( IntList  list)
inlinestaticprotected

◆ mutableCopy() [8/10]

static IntList com.google.protobuf.GeneratedMessageV3.mutableCopy ( IntList  list)
inlinestaticprotected

◆ mutableCopy() [9/10]

static LongList com.google.protobuf.GeneratedMessageV3.mutableCopy ( LongList  list)
inlinestaticprotected

◆ mutableCopy() [10/10]

static LongList com.google.protobuf.GeneratedMessageV3.mutableCopy ( LongList  list)
inlinestaticprotected

◆ newBooleanList() [1/2]

static BooleanList com.google.protobuf.GeneratedMessageV3.newBooleanList ( )
inlinestaticprotected

◆ newBooleanList() [2/2]

static BooleanList com.google.protobuf.GeneratedMessageV3.newBooleanList ( )
inlinestaticprotected

◆ newBuilderForType() [1/4]

abstract Message.Builder com.google.protobuf.GeneratedMessageV3.newBuilderForType ( BuilderParent  parent)
abstractprotected

TODO(xiaofeng): remove this together with GeneratedMessageV3.BuilderParent.

◆ newBuilderForType() [2/4]

abstract Message.Builder com.google.protobuf.GeneratedMessageV3.newBuilderForType ( BuilderParent  parent)
abstractprotected

TODO(xiaofeng): remove this together with GeneratedMessageV3.BuilderParent.

◆ newBuilderForType() [3/4]

Message.Builder com.google.protobuf.GeneratedMessageV3.newBuilderForType ( final AbstractMessage.BuilderParent  parent)
inlineprotected

◆ newBuilderForType() [4/4]

Message.Builder com.google.protobuf.GeneratedMessageV3.newBuilderForType ( final AbstractMessage.BuilderParent  parent)
inlineprotected

◆ newDoubleList() [1/2]

static DoubleList com.google.protobuf.GeneratedMessageV3.newDoubleList ( )
inlinestaticprotected

◆ newDoubleList() [2/2]

static DoubleList com.google.protobuf.GeneratedMessageV3.newDoubleList ( )
inlinestaticprotected

◆ newFloatList() [1/2]

static FloatList com.google.protobuf.GeneratedMessageV3.newFloatList ( )
inlinestaticprotected

◆ newFloatList() [2/2]

static FloatList com.google.protobuf.GeneratedMessageV3.newFloatList ( )
inlinestaticprotected

◆ newInstance() [1/2]

Object com.google.protobuf.GeneratedMessageV3.newInstance ( UnusedPrivateParameter  unused)
inlineprotected

Creates a new instance of this message type. Overridden in the generated code.

Definition at line 503 of file protobuf/java/core/src/main/java/com/google/protobuf/GeneratedMessageV3.java.

◆ newInstance() [2/2]

Object com.google.protobuf.GeneratedMessageV3.newInstance ( UnusedPrivateParameter  unused)
inlineprotected

Creates a new instance of this message type. Overridden in the generated code.

Definition at line 511 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/GeneratedMessageV3.java.

◆ newIntList() [1/2]

static IntList com.google.protobuf.GeneratedMessageV3.newIntList ( )
inlinestaticprotected

◆ newIntList() [2/2]

static IntList com.google.protobuf.GeneratedMessageV3.newIntList ( )
inlinestaticprotected

◆ newLongList() [1/2]

static LongList com.google.protobuf.GeneratedMessageV3.newLongList ( )
inlinestaticprotected

◆ newLongList() [2/2]

static LongList com.google.protobuf.GeneratedMessageV3.newLongList ( )
inlinestaticprotected

◆ parseDelimitedWithIOException() [1/4]

static <M extends Message> M com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException ( Parser< M >  parser,
InputStream  input 
) throws IOException
inlinestaticprotected

◆ parseDelimitedWithIOException() [2/4]

static <M extends Message> M com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException ( Parser< M >  parser,
InputStream  input 
) throws IOException
inlinestaticprotected

◆ parseDelimitedWithIOException() [3/4]

static <M extends Message> M com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException ( Parser< M >  parser,
InputStream  input,
ExtensionRegistryLite  extensions 
) throws IOException
inlinestaticprotected

◆ parseDelimitedWithIOException() [4/4]

static <M extends Message> M com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException ( Parser< M >  parser,
InputStream  input,
ExtensionRegistryLite  extensions 
) throws IOException
inlinestaticprotected

◆ parseUnknownField() [1/2]

boolean com.google.protobuf.GeneratedMessageV3.parseUnknownField ( CodedInputStream  input,
UnknownFieldSet.Builder  unknownFields,
ExtensionRegistryLite  extensionRegistry,
int  tag 
) throws IOException
inlineprotected

Called by subclasses to parse an unknown field.

Returns
true
unless the tag is an end-group tag.

Definition at line 311 of file protobuf/java/core/src/main/java/com/google/protobuf/GeneratedMessageV3.java.

◆ parseUnknownField() [2/2]

boolean com.google.protobuf.GeneratedMessageV3.parseUnknownField ( CodedInputStream  input,
UnknownFieldSet.Builder  unknownFields,
ExtensionRegistryLite  extensionRegistry,
int  tag 
) throws IOException
inlineprotected

Called by subclasses to parse an unknown field.

Returns
true
unless the tag is an end-group tag.

Definition at line 319 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/GeneratedMessageV3.java.

◆ parseUnknownFieldProto3() [1/2]

boolean com.google.protobuf.GeneratedMessageV3.parseUnknownFieldProto3 ( CodedInputStream  input,
UnknownFieldSet.Builder  unknownFields,
ExtensionRegistryLite  extensionRegistry,
int  tag 
) throws IOException
inlineprotected

Delegates to parseUnknownField. This method is obsolete, but we must retain it for compatibility with older generated code.

Definition at line 327 of file protobuf/java/core/src/main/java/com/google/protobuf/GeneratedMessageV3.java.

◆ parseUnknownFieldProto3() [2/2]

boolean com.google.protobuf.GeneratedMessageV3.parseUnknownFieldProto3 ( CodedInputStream  input,
UnknownFieldSet.Builder  unknownFields,
ExtensionRegistryLite  extensionRegistry,
int  tag 
) throws IOException
inlineprotected

Delegates to parseUnknownField. This method is obsolete, but we must retain it for compatibility with older generated code.

Definition at line 335 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/GeneratedMessageV3.java.

◆ parseWithIOException() [1/8]

static <M extends Message> M com.google.protobuf.GeneratedMessageV3.parseWithIOException ( Parser< M >  parser,
CodedInputStream  input 
) throws IOException
inlinestaticprotected

◆ parseWithIOException() [2/8]

static <M extends Message> M com.google.protobuf.GeneratedMessageV3.parseWithIOException ( Parser< M >  parser,
CodedInputStream  input 
) throws IOException
inlinestaticprotected

◆ parseWithIOException() [3/8]

static <M extends Message> M com.google.protobuf.GeneratedMessageV3.parseWithIOException ( Parser< M >  parser,
CodedInputStream  input,
ExtensionRegistryLite  extensions 
) throws IOException
inlinestaticprotected

◆ parseWithIOException() [4/8]

static <M extends Message> M com.google.protobuf.GeneratedMessageV3.parseWithIOException ( Parser< M >  parser,
CodedInputStream  input,
ExtensionRegistryLite  extensions 
) throws IOException
inlinestaticprotected

◆ parseWithIOException() [5/8]

static <M extends Message> M com.google.protobuf.GeneratedMessageV3.parseWithIOException ( Parser< M >  parser,
InputStream  input 
) throws IOException
inlinestaticprotected

◆ parseWithIOException() [6/8]

static <M extends Message> M com.google.protobuf.GeneratedMessageV3.parseWithIOException ( Parser< M >  parser,
InputStream  input 
) throws IOException
inlinestaticprotected

◆ parseWithIOException() [7/8]

static <M extends Message> M com.google.protobuf.GeneratedMessageV3.parseWithIOException ( Parser< M >  parser,
InputStream  input,
ExtensionRegistryLite  extensions 
) throws IOException
inlinestaticprotected

◆ parseWithIOException() [8/8]

static <M extends Message> M com.google.protobuf.GeneratedMessageV3.parseWithIOException ( Parser< M >  parser,
InputStream  input,
ExtensionRegistryLite  extensions 
) throws IOException
inlinestaticprotected

◆ serializeBooleanMapTo() [1/2]

static <V> void com.google.protobuf.GeneratedMessageV3.serializeBooleanMapTo ( CodedOutputStream  out,
MapField< Boolean, V >  field,
MapEntry< Boolean, V >  defaultEntry,
int  fieldNumber 
) throws IOException
inlinestaticprotected

◆ serializeBooleanMapTo() [2/2]

static <V> void com.google.protobuf.GeneratedMessageV3.serializeBooleanMapTo ( CodedOutputStream  out,
MapField< Boolean, V >  field,
MapEntry< Boolean, V >  defaultEntry,
int  fieldNumber 
) throws IOException
inlinestaticprotected

◆ serializeIntegerMapTo() [1/2]

static <V> void com.google.protobuf.GeneratedMessageV3.serializeIntegerMapTo ( CodedOutputStream  out,
MapField< Integer, V >  field,
MapEntry< Integer, V >  defaultEntry,
int  fieldNumber 
) throws IOException
inlinestaticprotected

◆ serializeIntegerMapTo() [2/2]

static <V> void com.google.protobuf.GeneratedMessageV3.serializeIntegerMapTo ( CodedOutputStream  out,
MapField< Integer, V >  field,
MapEntry< Integer, V >  defaultEntry,
int  fieldNumber 
) throws IOException
inlinestaticprotected

◆ serializeLongMapTo() [1/2]

static <V> void com.google.protobuf.GeneratedMessageV3.serializeLongMapTo ( CodedOutputStream  out,
MapField< Long, V >  field,
MapEntry< Long, V >  defaultEntry,
int  fieldNumber 
) throws IOException
inlinestaticprotected

◆ serializeLongMapTo() [2/2]

static <V> void com.google.protobuf.GeneratedMessageV3.serializeLongMapTo ( CodedOutputStream  out,
MapField< Long, V >  field,
MapEntry< Long, V >  defaultEntry,
int  fieldNumber 
) throws IOException
inlinestaticprotected

◆ serializeMapTo() [1/2]

static <K, V> void com.google.protobuf.GeneratedMessageV3.serializeMapTo ( CodedOutputStream  out,
Map< K, V >  m,
MapEntry< K, V >  defaultEntry,
int  fieldNumber 
) throws IOException
inlinestaticprivate

Serialize the map using the iteration order.

Definition at line 3225 of file protobuf/java/core/src/main/java/com/google/protobuf/GeneratedMessageV3.java.

◆ serializeMapTo() [2/2]

static <K, V> void com.google.protobuf.GeneratedMessageV3.serializeMapTo ( CodedOutputStream  out,
Map< K, V >  m,
MapEntry< K, V >  defaultEntry,
int  fieldNumber 
) throws IOException
inlinestaticprivate

Serialize the map using the iteration order.

Definition at line 3449 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/GeneratedMessageV3.java.

◆ serializeStringMapTo() [1/2]

static <V> void com.google.protobuf.GeneratedMessageV3.serializeStringMapTo ( CodedOutputStream  out,
MapField< String, V >  field,
MapEntry< String, V >  defaultEntry,
int  fieldNumber 
) throws IOException
inlinestaticprotected

◆ serializeStringMapTo() [2/2]

static <V> void com.google.protobuf.GeneratedMessageV3.serializeStringMapTo ( CodedOutputStream  out,
MapField< String, V >  field,
MapEntry< String, V >  defaultEntry,
int  fieldNumber 
) throws IOException
inlinestaticprotected

◆ writeReplace() [1/2]

Object com.google.protobuf.GeneratedMessageV3.writeReplace ( ) throws ObjectStreamException
inlineprotected

Replaces this object in the output stream with a serialized form. Part of Java's serialization magic. Generated sub-classes must override this method by calling

return super.writeReplace();
Returns
a SerializedForm of this message

Definition at line 3055 of file protobuf/java/core/src/main/java/com/google/protobuf/GeneratedMessageV3.java.

◆ writeReplace() [2/2]

Object com.google.protobuf.GeneratedMessageV3.writeReplace ( ) throws ObjectStreamException
inlineprotected

Replaces this object in the output stream with a serialized form. Part of Java's serialization magic. Generated sub-classes must override this method by calling

return super.writeReplace();
Returns
a SerializedForm of this message

Definition at line 3287 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/GeneratedMessageV3.java.

◆ writeString() [1/2]

static void com.google.protobuf.GeneratedMessageV3.writeString ( CodedOutputStream  output,
final int  fieldNumber,
final Object  value 
) throws IOException
inlinestaticprotected

◆ writeString() [2/2]

static void com.google.protobuf.GeneratedMessageV3.writeString ( CodedOutputStream  output,
final int  fieldNumber,
final Object  value 
) throws IOException
inlinestaticprotected

◆ writeStringNoTag() [1/2]

static void com.google.protobuf.GeneratedMessageV3.writeStringNoTag ( CodedOutputStream  output,
final Object  value 
) throws IOException
inlinestaticprotected

◆ writeStringNoTag() [2/2]

static void com.google.protobuf.GeneratedMessageV3.writeStringNoTag ( CodedOutputStream  output,
final Object  value 
) throws IOException
inlinestaticprotected

◆ writeTo() [1/2]

void com.google.protobuf.GeneratedMessageV3.writeTo ( final CodedOutputStream  output) throws IOException
inline

Serializes the message and writes it to

. This does not flush or close the stream.

Reimplemented from com.google.protobuf.AbstractMessage.

Definition at line 466 of file protobuf/java/core/src/main/java/com/google/protobuf/GeneratedMessageV3.java.

◆ writeTo() [2/2]

void com.google.protobuf.GeneratedMessageV3.writeTo ( final CodedOutputStream  output) throws IOException
inline

Serializes the message and writes it to

. This does not flush or close the stream.

Reimplemented from com.google.protobuf.AbstractMessage.

Definition at line 474 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/GeneratedMessageV3.java.

Member Data Documentation

◆ alwaysUseFieldBuilders

static boolean com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders = false
staticprotected

For testing. Allows a test to disable the optimization that avoids using field builders for nested messages until they are requested. By disabling this optimization, existing tests can be reused to test the field builders.

Definition at line 96 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/GeneratedMessageV3.java.

◆ forTestUseReflection

boolean com.google.protobuf.GeneratedMessageV3.forTestUseReflection = false
staticprivate

◆ serialVersionUID

static final long com.google.protobuf.GeneratedMessageV3.serialVersionUID = 1L
staticprivate

◆ unknownFields

UnknownFieldSet com.google.protobuf.GeneratedMessageV3.unknownFields
protected

The documentation for this class was generated from the following file:
gmock_output_test.output
output
Definition: bloaty/third_party/googletest/googlemock/test/gmock_output_test.py:175
Message
Definition: protobuf/php/ext/google/protobuf/message.c:53


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:05