Home
last modified time | relevance | path

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

/third_party/cef/libcef_dll/base/
Dcef_callback_internal.cc30 bind_state->destructor_(bind_state); in Destruct()
45 destructor_(destructor), in BindStateBase()
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeCommandLine.hpp195 Entry (void* value_, DestroyFunc destructor_) : value(value_), destructor(destructor_) {} in Entry()
/third_party/cef/include/base/internal/
Dcef_callback_internal.h129 void (*destructor_)(const BindStateBase*); variable