Searched refs:getPtr (Results 1 – 2 of 2) sorted by relevance
32 return ft1->type == ft2->type && ft1->destroy == ft2->destroy && ft1->getPtr == ft2->getPtr && in CompareFunctionTable()45 .getPtr = U<T>::GetPtr, in UseStorage()
281 void* (*getPtr)(Storage&) noexcept; member401 .getPtr = DetailFunctionTable::GetPtr, in GetFunctionTable()418 ptr = reinterpret_cast<DecayedValueType*>(functionTable_->getPtr(storage_)); in DoEmplace()