Searched defs:PersistentBase (Results 1 – 3 of 3) sorted by relevance
26 explicit PersistentBase(void* raw) : raw_(raw) {} in PersistentBase() function70 : PersistentBase(s), LocationPolicy(loc) {} in PersistentBase() function75 : PersistentBase(raw), LocationPolicy(loc) { in PersistentBase() function106 : PersistentBase(std::move(other)), LocationPolicy(std::move(other)) { in PersistentBase() function
41 : PersistentBase(s), LocationPolicy(loc) {} in PersistentBase() function45 : PersistentBase(raw), LocationPolicy(loc) { in PersistentBase() function
98 template<class T> class PersistentBase; variable312 template<class F> friend class PersistentBase; variable607 template<class F> friend class PersistentBase; variable614 explicit V8_INLINE PersistentBase(T* val) : val_(val) {} in PersistentBase() function9961 template <class T> friend class PersistentBase; variable