Home
last modified time | relevance | path

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

/external/v8/include/
Dv8.h118 class Persistent; variable
311 template<class F, class M> friend class Persistent; variable
644 template<class F1, class F2> friend class Persistent; variable
715 V8_INLINE Persistent() : PersistentBase<T>(0) { } in Persistent() function
722 V8_INLINE Persistent(Isolate* isolate, Local<S> that) in Persistent() function
732 V8_INLINE Persistent(Isolate* isolate, const Persistent<S, M2>& that) in Persistent() function
742 V8_INLINE Persistent(const Persistent& that) : PersistentBase<T>(0) { in Persistent() function
746 V8_INLINE Persistent(const Persistent<S, M2>& that) : PersistentBase<T>(0) { in Persistent() function
787 template<class F1, class F2> friend class Persistent; variable
790 template <class S> V8_INLINE Persistent(S* 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()