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

  /external/v8/include/
v8-profiler.h 633 typedef std::unordered_set<const v8::PersistentBase<v8::Value>*>
637 typedef std::vector<std::pair<const v8::PersistentBase<v8::Value>*,
638 const v8::PersistentBase<v8::Value>*>>
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 111 milliseconds