Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dstore.h34 enum store_val_type enum
106 store_val_type type:8;
115 store_val_type get_type() const;
120 CrawlVector &new_vector(store_val_type type, store_flags flags = 0);
233 const store_val_type type = SV_NONE);
290 CrawlVector(store_val_type type, store_flags flags = 0,
301 store_val_type type:8;
316 store_val_type get_type() const;
H A Dstore.cc50 const store_val_type _type) in CrawlStoreValue()
424 store_val_type CrawlStoreValue::get_type() const in get_type()
552 type = static_cast<store_val_type>(unmarshallByte(th)); in read()
694 CrawlVector &CrawlStoreValue::new_vector(store_val_type _type, in new_vector()
1373 CrawlVector::CrawlVector(store_val_type _type, store_flags flags, in CrawlVector()
1457 type = static_cast<store_val_type>(unmarshallByte(th)); in read()
1498 store_val_type CrawlVector::get_type() const in get_type()
H A Dreligion.cc3412 static void _make_empty_vec(CrawlStoreValue &v, store_val_type vectype) in _make_empty_vec()
3414 const store_val_type currtype = v.get_type(); in _make_empty_vec()
3422 const store_val_type old_vectype = vec.get_type(); in _make_empty_vec()