Searched refs:decodeFixed32 (Results 1 – 2 of 2) sorted by relevance
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | ArrayDecoders.java | 154 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()
|
D | MessageSchema.java | 39 import static com.google.protobuf.ArrayDecoders.decodeFixed32; 4375 registers.object1 = decodeFixed32(data, position); in decodeMapEntryValue() 4743 unsafe.putObject(message, fieldOffset, decodeFixed32(data, position)); in parseOneofField() 4967 unsafe.putInt(message, fieldOffset, decodeFixed32(data, position)); in parseProto2Message() 5280 unsafe.putInt(message, fieldOffset, decodeFixed32(data, position)); in parseProto3Message()
|