Home
last modified time | relevance | path

Searched refs:tidCache (Results 1 – 4 of 4) sorted by relevance

/trunk/main/binaryurp/source/
H A Dwriterstate.hxx40 typeCache(cache::size), oidCache(cache::size), tidCache(cache::size) {} in WriterState()
46 Cache< rtl::ByteSequence > tidCache; member
H A Dunmarshal.cxx274 if (idx == cache::ignore || state_.tidCache[idx].getLength() == 0) { in readTid()
281 return state_.tidCache[idx]; in readTid()
284 state_.tidCache[idx] = tid; in readTid()
H A Dreaderstate.hxx43 rtl::ByteSequence tidCache[cache::size]; member
H A Dmarshal.cxx183 sal_uInt16 idx = state_.tidCache.add(tid, &found); in writeTid()

Completed in 24 milliseconds