Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/folly/folly/synchronization/detail/
DInlineFunctionRef.h64 using Call = ReturnType (*)(const Storage&, Args&&...); variable
73 static_assert(alignof(Call) == alignof(Storage), "Mismatching alignments");
214 Call call_;