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

  /external/v8/include/
v8.h 116 template<class T> class PersistentBase;
260 const PersistentBase<S>& that) const {
305 const PersistentBase<T>& that);
310 template<class F> friend class PersistentBase;
468 * allocated, a PersistentBase handle remains valid until it is explicitly
474 * cell can be created using the constructor or PersistentBase::Reset and
475 * existing handles can be disposed using PersistentBase::Reset.
478 template <class T> class PersistentBase {
497 V8_INLINE void Reset(Isolate* isolate, const PersistentBase<S>& other);
507 V8_INLINE bool operator==(const PersistentBase<S>& that) const
    [all...]
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 

Completed in 915 milliseconds