Searched refs:PersistentBase (Results 1 – 4 of 4) sorted by relevance
119 template<class T> class PersistentBase; variable347 const PersistentBase<S>& that) const {402 const PersistentBase<T>& that);407 template<class F> friend class PersistentBase;574 template <class T> class PersistentBase {593 V8_INLINE void Reset(Isolate* isolate, const PersistentBase<S>& other);603 V8_INLINE bool operator==(const PersistentBase<S>& that) const {621 V8_INLINE bool operator!=(const PersistentBase<S>& that) const {713 PersistentBase(const PersistentBase& other) = delete; // NOLINT714 void operator=(const PersistentBase&) = delete;[all …]
711 typedef std::unordered_set<const v8::PersistentBase<v8::Value>*>715 typedef std::vector<std::pair<const v8::PersistentBase<v8::Value>*,716 const v8::PersistentBase<v8::Value>*>>
META-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/ ...
42041 Remove PersistentBase::ClearAndLeak.