Home
last modified time | relevance | path

Searched defs:create_func (Results 1 – 25 of 211) sorted by relevance

123456789

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/tdactor/td/actor/
H A DSchedulerLocalStorage.h47 …explicit LazySchedulerLocalStorage(std::function<T()> create_func) : create_func_(std::move(create… in LazySchedulerLocalStorage()
49 void set_create_func(std::function<T()> create_func) { in set_create_func()
/dports/devel/godot-tools/godot-3.2.3-stable/servers/physics_2d/
H A Dbroad_phase_2d_sw.cpp33 BroadPhase2DSW::CreateFunction BroadPhase2DSW::create_func = NULL; member in BroadPhase2DSW
/dports/devel/godot2/godot-2.1.6-stable/servers/physics/
H A Dbroad_phase_sw.cpp32 BroadPhaseSW::CreateFunction BroadPhaseSW::create_func = NULL; member in BroadPhaseSW
/dports/devel/godot2-tools/godot-2.1.6-stable/servers/physics/
H A Dbroad_phase_sw.cpp32 BroadPhaseSW::CreateFunction BroadPhaseSW::create_func = NULL; member in BroadPhaseSW
H A Dbroad_phase_sw.h43 static CreateFunction create_func; variable
/dports/devel/godot2-tools/godot-2.1.6-stable/servers/physics_2d/
H A Dbroad_phase_2d_sw.cpp32 BroadPhase2DSW::CreateFunction BroadPhase2DSW::create_func = NULL; member in BroadPhase2DSW
H A Dbroad_phase_2d_sw.h43 static CreateFunction create_func; variable
/dports/devel/godot2/godot-2.1.6-stable/servers/physics_2d/
H A Dbroad_phase_2d_sw.cpp32 BroadPhase2DSW::CreateFunction BroadPhase2DSW::create_func = NULL; member in BroadPhase2DSW
/dports/devel/godot/godot-3.2.3-stable/servers/physics_2d/
H A Dbroad_phase_2d_sw.cpp33 BroadPhase2DSW::CreateFunction BroadPhase2DSW::create_func = NULL; member in BroadPhase2DSW
/dports/devel/godot/godot-3.2.3-stable/servers/physics/
H A Dbroad_phase_sw.cpp33 BroadPhaseSW::CreateFunction BroadPhaseSW::create_func = NULL; member in BroadPhaseSW
/dports/devel/godot-tools/godot-3.2.3-stable/servers/physics/
H A Dbroad_phase_sw.cpp33 BroadPhaseSW::CreateFunction BroadPhaseSW::create_func = NULL; member in BroadPhaseSW
/dports/devel/godot/godot-3.2.3-stable/core/os/
H A Dsemaphore.cpp35 Semaphore *(*Semaphore::create_func)() = 0; variable
H A Drw_lock.cpp37 RWLock *(*RWLock::create_func)() = 0; variable
H A Dmutex.cpp37 Mutex *(*Mutex::create_func)(bool) = 0; variable
/dports/devel/godot-tools/godot-3.2.3-stable/core/os/
H A Drw_lock.cpp37 RWLock *(*RWLock::create_func)() = 0; variable
H A Dsemaphore.cpp35 Semaphore *(*Semaphore::create_func)() = 0; variable
H A Dmutex.cpp37 Mutex *(*Mutex::create_func)(bool) = 0; variable
/dports/devel/godot2-tools/godot-2.1.6-stable/core/os/
H A Dsemaphore.cpp33 Semaphore *(*Semaphore::create_func)() = 0; variable
H A Dmutex.cpp34 Mutex *(*Mutex::create_func)(bool) = 0; variable
/dports/devel/godot2/godot-2.1.6-stable/core/os/
H A Dsemaphore.cpp33 Semaphore *(*Semaphore::create_func)() = 0; variable
H A Dmutex.cpp34 Mutex *(*Mutex::create_func)(bool) = 0; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openscreen/src/cast/standalone_sender/
H A Dffmpeg_glue.h38 #define DEFINE_AV_UNIQUE_PTR(name, create_func, free_func) \ argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openscreen/src/cast/standalone_receiver/
H A Davcodec_glue.h24 #define DEFINE_AV_UNIQUE_PTR(name, create_func, free_statement) \ argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openscreen/src/cast/standalone_sender/
H A Dffmpeg_glue.h38 #define DEFINE_AV_UNIQUE_PTR(name, create_func, free_func) \ argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openscreen/src/cast/standalone_receiver/
H A Davcodec_glue.h24 #define DEFINE_AV_UNIQUE_PTR(name, create_func, free_statement) \ argument

123456789