Searched refs:PersistentBase (Results 1 – 3 of 3) sorted by relevance
116 template<class T> class PersistentBase; variable260 const PersistentBase<S>& that) const {305 const PersistentBase<T>& that);310 template<class F> friend class PersistentBase; variable495 template <class T> class PersistentBase {514 V8_INLINE void Reset(Isolate* isolate, const PersistentBase<S>& other);524 V8_INLINE bool operator==(const PersistentBase<S>& that) const {542 V8_INLINE bool operator!=(const PersistentBase<S>& that) const {647 template<class F> friend class PersistentBase; variable654 explicit V8_INLINE PersistentBase(T* val) : val_(val) {} in PersistentBase() function[all …]
META-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/ ...
6010 Remove PersistentBase::ClearAndLeak.