OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLiteType
(Results
1 - 4
of
4
) sorted by null
/external/protobuf/java/src/main/java/com/google/protobuf/
GeneratedMessageLite.java
320
extension.descriptor.
getLiteType
(),
326
extension.descriptor.
getLiteType
(),
340
if (extension.descriptor.
getLiteType
() == WireFormat.FieldType.ENUM) {
356
extension.descriptor.
getLiteType
());
376
if (extension.descriptor.
getLiteType
() ==
398
extension.descriptor.
getLiteType
());
453
public WireFormat.FieldType
getLiteType
() {
FieldSet.java
58
WireFormat.FieldType
getLiteType
();
181
verifyType(descriptor.
getLiteType
(), element);
185
verifyType(descriptor.
getLiteType
(), value);
255
verifyType(descriptor.
getLiteType
(), value);
271
verifyType(descriptor.
getLiteType
(), value);
564
WireFormat.FieldType type = descriptor.
getLiteType
();
690
WireFormat.FieldType type = descriptor.
getLiteType
();
AbstractMessage.java
333
field.
getLiteType
(),
338
field.
getLiteType
(),
352
if (field.
getLiteType
() == WireFormat.FieldType.ENUM) {
366
FieldSet.readPrimitiveField(input, field.
getLiteType
());
413
value = FieldSet.readPrimitiveField(input, field.
getLiteType
());
Descriptors.java
663
return
getLiteType
().getJavaType();
673
public WireFormat.FieldType
getLiteType
() {
704
return isRepeated() &&
getLiteType
().isPackable();
[
all
...]
Completed in 22 milliseconds