Home
last modified time | relevance | path

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

/external/gmmlib/Source/GmmLib/Utility/GmmLog/spdlog/details/
Dasync_log_helper.h48 struct async_msg struct
57 async_msg() = default; argument
58 ~async_msg() = default;
61 async_msg(async_msg&& other) SPDLOG_NOEXCEPT: in async_msg() function
69 async_msg(async_msg_type m_type) :msg_type(m_type) in async_msg() function
72 async_msg& operator=(async_msg&& other) SPDLOG_NOEXCEPT
84 async_msg(const async_msg&) = delete;
85 async_msg& operator=(async_msg& other) = delete; argument
88 async_msg(const details::log_msg& m) : in async_msg() argument
114 using item_type = async_msg; argument
[all …]