Searched refs:is_constructed_ (Results 1 – 4 of 4) sorted by relevance
52 bool* is_constructed_; in test() member53 …TrackConstruction(bool* is_constructed) : is_constructed_(is_constructed) { *is_constructed = true… in test()54 ~TrackConstruction() { *is_constructed_ = false; } in test()
126 bool is_constructed_; member142 is_constructed_(), in priv()
1388 {return priv_->is_constructed_;} in is_constructed()1404 {priv_->is_constructed_ = f;} in set_is_constructed()
27391 (translation_unit::priv::is_constructed_): New data member.