Searched refs:EmulatedFieldsForLoading (Results 1 - 2 of 2) sorted by path

/libcore/luni/src/main/java/java/io/
H A DEmulatedFieldsForLoading.java21 * An EmulatedFieldsForLoading is an object that represents a set of emulated
28 class EmulatedFieldsForLoading extends ObjectInputStream.GetField { class in inherits:ObjectInputStream.GetField
43 EmulatedFieldsForLoading(ObjectStreamClass streamClass) { method in class:EmulatedFieldsForLoading
H A DObjectInputStream.java993 EmulatedFieldsForLoading result = new EmulatedFieldsForLoading(currentClass);
1003 * an {@code EmulatedFieldsForLoading}, concrete subclass
1018 private void readFieldValues(EmulatedFieldsForLoading emulatedFields)

Completed in 73 milliseconds