23 std::unique_ptr<folly::IOBuf>
data;
38 #if defined(__ANDROID__) 39 std::vector<TLSContent> contents;
66 template <
typename ActionsType>
69 template <
typename ActionsType,
typename ActionType,
typename...
Args>
70 void addAction(ActionsType& acts, ActionType&& thisAct,
Args&&... act) {
71 acts.emplace_back(std::forward<ActionType>(thisAct));
72 addAction(acts, std::forward<Args>(act)...);
ReportError(const std::string &errorMsg)
ReportError(folly::exception_wrapper e)
void addAction(ActionsType &acts, ActionType &&thisAct, Args &&...act)
constexpr detail::Map< Move > move
folly::small_vector< TLSContent, 4 > contents
internal::ArgsMatcher< InnerMatcher > Args(const InnerMatcher &matcher)
—— Concurrent Priority Queue Implementation ——
folly::exception_wrapper error
exception_wrapper make_exception_wrapper(As &&...as)
std::unique_ptr< folly::IOBuf > data