Searched refs:destructor_ (Results 1 – 3 of 3) sorted by relevance
30 bind_state->destructor_(bind_state); in Destruct()45 destructor_(destructor), in BindStateBase()
195 Entry (void* value_, DestroyFunc destructor_) : value(value_), destructor(destructor_) {} in Entry()
129 void (*destructor_)(const BindStateBase*); variable