Searched refs:typeCache (Results 1 – 6 of 6) sorted by relevance
46 typeCache = new TypeDescription[cacheSize]; in Unmarshal()126 type = typeCache[index]; in readType()128 typeCache[index] = type; in readType()484 private final TypeDescription[] typeCache; field in Unmarshal
47 typeCache = new Cache(cacheSize); in Marshal()101 int index = typeCache.add(found, type.getTypeName()); in writeType()385 private final Cache typeCache; field in Marshal
40 typeCache(cache::size), oidCache(cache::size), tidCache(cache::size) {} in WriterState()42 Cache< com::sun::star::uno::TypeDescription > typeCache; member
170 if (idx == cache::ignore || !state_.typeCache[idx].is()) { in readType()178 return state_.typeCache[idx]; in readType()220 state_.typeCache[idx] = t; in readType()
39 com::sun::star::uno::TypeDescription typeCache[cache::size]; member
148 sal_uInt16 idx = state_.typeCache.add(value, &found); in writeType()
Completed in 49 milliseconds