Home
last modified time | relevance | path

Searched refs:objectIdCache (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/jurt/com/sun/star/lib/uno/protocols/urp/
H A DUnmarshal.java44 objectIdCache = new String[cacheSize]; in Unmarshal()
75 id = objectIdCache[index]; in readObjectId()
77 objectIdCache[index] = id; in readObjectId()
482 private final String[] objectIdCache; field in Unmarshal
H A DMarshal.java45 objectIdCache = new Cache(cacheSize); in Marshal()
72 int index = objectIdCache.add(found, objectId); in writeObjectId()
383 private final Cache objectIdCache; field in Marshal

Completed in 26 milliseconds