Searched refs:readPrimitiveField (Results 1 - 10 of 10) sorted by relevance

/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DWireFormat.java219 static Object readPrimitiveField( method in class:WireFormat
242 "readPrimitiveField() cannot handle nested groups.");
245 "readPrimitiveField() cannot handle embedded messages.");
250 "readPrimitiveField() cannot handle enums.");
H A DMapEntryLite.java201 return (T) FieldSet.readPrimitiveField(input, type, true);
H A DFieldSet.java571 public static Object readPrimitiveField( method in class:FieldSet
576 return WireFormat.readPrimitiveField(input, type,
579 return WireFormat.readPrimitiveField(input, type,
H A DMessageReflection.java822 final Object value = WireFormat.readPrimitiveField(
856 value = WireFormat.readPrimitiveField(
H A DGeneratedMessageLite.java531 FieldSet.readPrimitiveField(input,
576 value = FieldSet.readPrimitiveField(input,
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
H A DInternalNano.java410 key = (K) input.readPrimitiveField(keyType);
415 value = (V) input.readPrimitiveField(valueType);
H A DCodedInputByteBufferNano.java659 Object readPrimitiveField(int type) throws IOException { method in class:CodedInputByteBufferNano
H A DExtension.java360 return input.readPrimitiveField(type);
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1587 milliseconds