HomeSort by relevance Sort by last modified time
    Searched refs:PersistentBase (Results 1 - 2 of 2) sorted by null

  /external/v8/include/
v8.h 118 template<class T> class PersistentBase;
262 const PersistentBase<S>& that) const {
307 const PersistentBase<T>& that);
312 template<class F> friend class PersistentBase;
470 * allocated, a PersistentBase handle remains valid until it is explicitly
476 * cell can be created using the constructor or PersistentBase::Reset and
477 * existing handles can be disposed using PersistentBase::Reset.
480 template <class T> class PersistentBase {
499 V8_INLINE void Reset(Isolate* isolate, const PersistentBase<S>& other);
509 V8_INLINE bool operator==(const PersistentBase<S>& that) const
    [all...]
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 

Completed in 469 milliseconds