Searched refs:is_in_destructor_ (Results 1 – 2 of 2) sorted by relevance
170 bool is_in_destructor() const { return is_in_destructor_; } in is_in_destructor()237 bool is_in_destructor_; variable
409 is_in_destructor_(false), in PluginModule()429 CHECK(!is_in_destructor_); in ~PluginModule()430 is_in_destructor_ = true; in ~PluginModule()