Home
last modified time | relevance | path

Searched refs:typeCache (Results 1 – 6 of 6) sorted by relevance

/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/
H A DUnmarshal.java46 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
H A DMarshal.java47 typeCache = new Cache(cacheSize); in Marshal()
101 int index = typeCache.add(found, type.getTypeName()); in writeType()
385 private final Cache typeCache; field in Marshal
/trunk/main/binaryurp/source/
H A Dwriterstate.hxx40 typeCache(cache::size), oidCache(cache::size), tidCache(cache::size) {} in WriterState()
42 Cache< com::sun::star::uno::TypeDescription > typeCache; member
H A Dunmarshal.cxx170 if (idx == cache::ignore || !state_.typeCache[idx].is()) { in readType()
178 return state_.typeCache[idx]; in readType()
220 state_.typeCache[idx] = t; in readType()
H A Dreaderstate.hxx39 com::sun::star::uno::TypeDescription typeCache[cache::size]; member
H A Dmarshal.cxx148 sal_uInt16 idx = state_.typeCache.add(value, &found); in writeType()

Completed in 30 milliseconds