Home
last modified time | relevance | path

Searched refs:decodeFixed32 (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DArrayDecoders.java154 static int decodeFixed32(byte[] data, int position) { in decodeFixed32() method in ArrayDecoders
180 return Float.intBitsToFloat(decodeFixed32(data, position)); in decodeFloat()
307 output.addInt(decodeFixed32(data, position)); in decodeFixed32List()
314 output.addInt(decodeFixed32(data, nextPosition)); in decodeFixed32List()
461 output.addInt(decodeFixed32(data, position)); in decodePackedFixed32List()
920 value = decodeFixed32(data, position); in decodeExtension()
1000 unknownFields.storeField(tag, decodeFixed32(data, position)); in decodeUnknownField()
DMessageSchema.java39 import static com.google.protobuf.ArrayDecoders.decodeFixed32;
4367 registers.object1 = decodeFixed32(data, position); in decodeMapEntryValue()
4735 unsafe.putObject(message, fieldOffset, decodeFixed32(data, position)); in parseOneofField()
4959 unsafe.putInt(message, fieldOffset, decodeFixed32(data, position)); in parseProto2Message()
5247 unsafe.putInt(message, fieldOffset, decodeFixed32(data, position)); in parseProto3Message()