Home
last modified time | relevance | path

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

/dports/science/libkml/libkml-1.3.0/tests/kml/base/
H A Dnet_cache_test.cc49 class NullCacheItem : public Referent { class
51 static NullCacheItem* CreateFromString(const string& data) { in CreateFromString()
52 return data.empty() ? NULL : new NullCacheItem; in CreateFromString()
56 typedef boost::intrusive_ptr<NullCacheItem> NullCacheItemPtr;
87 typedef NetCache<NullCacheItem> NullNetCache;