Searched refs:IsDebugBuild (Results 1 – 6 of 6) sorted by relevance
108 virtual bool IsDebugBuild() = 0;143 extern bool (*IsDebugBuild)();148 CORE_PUBLIC bool IsDebugBuild();
24 CORE_PUBLIC bool IsDebugBuild() { return true; } in IsDebugBuild() function26 CORE_PUBLIC bool IsDebugBuild() { return false; } in IsDebugBuild() function
378 bool Engine::IsDebugBuild() in IsDebugBuild() function in Engine380 return CORE_NS::IsDebugBuild(); in IsDebugBuild()
68 bool IsDebugBuild() override;
167 && LOAD_FUNC(CORE_NS::IsDebugBuild, "_ZN4Core12IsDebugBuildEv") in LoadEngineLib()
95 bool (*IsDebugBuild)() = nullptr; variable119 CORE_NS::IsDebugBuild = nullptr; in UnloadEngineLib()156 && LOAD_FUNC(CORE_NS::IsDebugBuild, "_ZN4Core12IsDebugBuildEv") in LoadEngineLib()