Searched defs:Persistent (Results 1 – 3 of 3) sorted by relevance
| /external/v8/include/ |
| D | v8.h | 107 class M = NonCopyablePersistentTraits<T> > class Persistent; variable 300 template<class F, class M> friend class Persistent; variable 378 template<class F, class M> friend class Persistent; variable 563 template<class F1, class F2> friend class Persistent; variable 632 V8_INLINE Persistent() : PersistentBase<T>(0) { } in Persistent() function 638 template <class S> V8_INLINE Persistent(Isolate* isolate, Handle<S> that) in Persistent() function 648 V8_INLINE Persistent(Isolate* isolate, const Persistent<S, M2>& that) in Persistent() function 658 V8_INLINE Persistent(const Persistent& that) : PersistentBase<T>(0) { in Persistent() function 662 V8_INLINE Persistent(const Persistent<S, M2>& that) : PersistentBase<T>(0) { in Persistent() function 707 template<class F1, class F2> friend class Persistent; variable [all …]
|
| /external/clang/tools/libclang/ |
| D | Indexing.cpp | 624 bool Persistent = requestedToGetTU; in clang_indexSourceFile_Impl() local
|
| /external/clang/lib/Frontend/ |
| D | ASTUnit.cpp | 1706 ASTFrontendAction *Action, ASTUnit *Unit, bool Persistent, in LoadFromCompilerInvocationAction()
|