Home
last modified time | relevance | path

Searched defs:Persistent (Results 1 – 3 of 3) sorted by relevance

/external/v8/include/
Dv8.h120 class Persistent; variable
313 template<class F, class M> friend class Persistent; variable
621 template<class F1, class F2> friend class Persistent; variable
692 V8_INLINE Persistent() : PersistentBase<T>(0) { } in Persistent() function
699 V8_INLINE Persistent(Isolate* isolate, Local<S> that) in Persistent() function
709 V8_INLINE Persistent(Isolate* isolate, const Persistent<S, M2>& that) in Persistent() function
719 V8_INLINE Persistent(const Persistent& that) : PersistentBase<T>(0) { in Persistent() function
723 V8_INLINE Persistent(const Persistent<S, M2>& that) : PersistentBase<T>(0) { in Persistent() function
764 template<class F1, class F2> friend class Persistent; variable
767 explicit V8_INLINE Persistent(T* that) : PersistentBase<T>(that) {} in Persistent() function
[all …]
/external/clang/tools/libclang/
DIndexing.cpp601 bool Persistent = requestedToGetTU; in clang_indexSourceFile_Impl() local
/external/clang/lib/Frontend/
DASTUnit.cpp1727 ASTUnit *Unit, bool Persistent, StringRef ResourceFilesPath, in LoadFromCompilerInvocationAction()