Searched refs:CORE_PUBLIC (Results 1 – 8 of 8) sorted by relevance
20 CORE_PUBLIC BASE_NS::string_view GetVersion() { return ""; } in CORE_BEGIN_NAMESPACE()21 CORE_PUBLIC BASE_NS::string_view GetVersionRev() { return ""; } in GetVersionRev()22 CORE_PUBLIC BASE_NS::string_view GetVersionBranch() { return ""; } in GetVersionBranch()24 CORE_PUBLIC bool IsDebugBuild() { return true; } in IsDebugBuild()26 CORE_PUBLIC bool IsDebugBuild() { return false; } in IsDebugBuild()
612 CORE_PUBLIC IPluginRegister& GetPluginRegister() in GetPluginRegister()618 CORE_PUBLIC void CreatePluginRegistry(const PlatformCreateInfo& platformCreateInfo) in CreatePluginRegistry()
19 #if !defined(CORE_PUBLIC)20 #define CORE_PUBLIC macro
146 CORE_PUBLIC BASE_NS::string_view GetVersion();148 CORE_PUBLIC bool IsDebugBuild();
130 CORE_PUBLIC IPluginRegister& GetPluginRegister();133 CORE_PUBLIC void CreatePluginRegistry(const struct PlatformCreateInfo& platformCreateInfo);
18 defines = [ "CORE_PUBLIC=" ]
17 defines = [ "CORE_PUBLIC=" ]
133 "CORE_PUBLIC=__attribute__((visibility(\"default\")))",