Searched refs:VDSOSymType (Results 1 – 2 of 2) sorted by relevance
69 LIBC_INLINE constexpr operator VDSOSymType<sym>() const {70 return cpp::bit_cast<VDSOSymType<sym>>(Symbol{sym}.get());74 return this->operator VDSOSymType<sym>()(cpp::forward<Args>(args)...); in operator()
67 template <VDSOSym sym> using VDSOSymType = decltype(dispatcher<sym>()); variable