Searched refs:ClassInfo (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/bind/serial/
H A DStoredClassCatalog.java50 * [2 / class name] [ClassInfo (has 8 byte class ID)]
141 ClassInfo classInfo = getClassInfo(classFormat);
200 * Get the ClassInfo for a given class name, adding it and its
208 private ClassInfo getClassInfo(ObjectStreamClass classFormat)
216 ClassInfo classInfo = (ClassInfo) classMap.get(className);
235 classInfo = putClassInfo(new ClassInfo(), className, key,
242 classInfo = new ClassInfo(data);
268 * ObjectStreamClass record for this new ID, and update the ClassInfo
269 * record with the new ID also. The ClassInfo passe
368 private static class ClassInfo implements Serializable { class in class:StoredClassCatalog
373 ClassInfo() { method in class:StoredClassCatalog.ClassInfo
376 ClassInfo(DatabaseEntry dbt) { method in class:StoredClassCatalog.ClassInfo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddoctempl.tex125 either {\tt Wx::ClassInfo} objects or strings which contain the name

Completed in 170 milliseconds