Home
last modified time | relevance | path

Searched refs:MetaMapCache (Results 1 – 3 of 3) sorted by relevance

/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A Darc_inst.m421 __instantiate(Owner<ArcProcessor::MetaMapCache>)
22 __instantiate(NCVector<Owner<ArcProcessor::MetaMapCache> >)
H A DArcProcessor.h37 struct MetaMapCache { struct
38 MetaMapCache();
195 NCVector<Owner<MetaMapCache> > metaMapCache_;
H A DArcEngine.cxx1254 const MetaMapCache *cache = metaMapCache_[cacheIndex].pointer(); in buildMetaMap()
1259 if (i == MetaMapCache::nNoSpec) in buildMetaMap()
1306 MetaMapCache *cache = metaMapCache_[cacheIndex].pointer(); in buildMetaMap()
1310 cache = new MetaMapCache; in buildMetaMap()
1729 ArcProcessor::MetaMapCache::MetaMapCache() in MetaMapCache() function in SP_NAMESPACE::ArcProcessor::MetaMapCache
1736 void ArcProcessor::MetaMapCache::clear() in clear()