Home
last modified time | relevance | path

Searched refs:PersistentBase (Results 1 – 3 of 3) sorted by relevance

/external/v8/include/
Dv8.h116 template<class T> class PersistentBase; variable
260 const PersistentBase<S>& that) const {
305 const PersistentBase<T>& that);
310 template<class F> friend class PersistentBase; variable
495 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; variable
654 explicit V8_INLINE PersistentBase(T* val) : val_(val) {} in PersistentBase() function
[all …]
/external/guice/extensions/persist/lib/
Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/ ...
/external/v8/
DChangeLog6010 Remove PersistentBase::ClearAndLeak.