OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLiteType
(Results
1 - 8
of
8
) 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
...]
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
GeneratedMessageLite.java
494
extension.descriptor.
getLiteType
(),
500
extension.descriptor.
getLiteType
(),
514
if (extension.descriptor.
getLiteType
() == WireFormat.FieldType.ENUM) {
530
extension.descriptor.
getLiteType
());
550
if (extension.descriptor.
getLiteType
() ==
572
extension.descriptor.
getLiteType
());
653
public WireFormat.FieldType
getLiteType
() {
704
if (descriptor.
getLiteType
() == WireFormat.FieldType.MESSAGE &&
FieldSet.java
59
WireFormat.FieldType
getLiteType
();
248
verifyType(descriptor.
getLiteType
(), element);
252
verifyType(descriptor.
getLiteType
(), value);
328
verifyType(descriptor.
getLiteType
(), value);
344
verifyType(descriptor.
getLiteType
(), value);
684
WireFormat.FieldType type = descriptor.
getLiteType
();
839
WireFormat.FieldType type = descriptor.
getLiteType
();
AbstractMessage.java
495
field.
getLiteType
(),
500
field.
getLiteType
(),
514
if (field.
getLiteType
() == WireFormat.FieldType.ENUM) {
528
FieldSet.readPrimitiveField(input, field.
getLiteType
());
575
value = FieldSet.readPrimitiveField(input, field.
getLiteType
());
[
all
...]
Descriptors.java
690
return
getLiteType
().getJavaType();
700
public WireFormat.FieldType
getLiteType
() {
731
return isRepeated() &&
getLiteType
().isPackable();
[
all
...]
Completed in 116 milliseconds