Home
last modified time | relevance | path

Searched refs:SPDLOG_EOL (Results 1 – 5 of 5) sorted by relevance

/dports/devel/taskflow/taskflow-3.2.0/3rd-party/spdlog/details/
H A Dos.h24 #if !defined(SPDLOG_EOL)
26 #define SPDLOG_EOL "\r\n" macro
28 #define SPDLOG_EOL "\n" macro
32 SPDLOG_CONSTEXPR static const char *default_eol = SPDLOG_EOL;
/dports/devel/spdlog/spdlog-1.9.2/include/spdlog/details/
H A Dos.h24 #if !defined(SPDLOG_EOL)
26 # define SPDLOG_EOL "\r\n" macro
28 # define SPDLOG_EOL "\n" macro
32 SPDLOG_CONSTEXPR static const char *default_eol = SPDLOG_EOL;
/dports/deskutils/flameshot/flameshot-0.10.2/external/spdlog/include/spdlog/details/
H A Dos.h24 #if !defined(SPDLOG_EOL)
26 #define SPDLOG_EOL "\r\n" macro
28 #define SPDLOG_EOL "\n" macro
32 SPDLOG_CONSTEXPR static const char *default_eol = SPDLOG_EOL;
/dports/multimedia/gmmlib/gmmlib-intel-gmmlib-22.0.2/Source/GmmLib/Utility/GmmLog/spdlog/details/
H A Dos.h140 #if !defined (SPDLOG_EOL)
142 #define SPDLOG_EOL "\r\n" macro
144 #define SPDLOG_EOL "\n" macro
148 SPDLOG_CONSTEXPR static const char* eol = SPDLOG_EOL;
149 SPDLOG_CONSTEXPR static int eol_size = sizeof(SPDLOG_EOL) - 1;
/dports/games/nxengine/nxengine-evo-2.6.5-1/deps/spdlog/details/
H A Dos.h116 #if !defined(SPDLOG_EOL)
118 #define SPDLOG_EOL "\r\n" macro
120 #define SPDLOG_EOL "\n" macro
124 SPDLOG_CONSTEXPR static const char *default_eol = SPDLOG_EOL;