Searched defs:Persistent (Results 1 – 3 of 3) sorted by relevance
/external/v8/include/ |
D | v8.h | 118 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/ |
D | Indexing.cpp | 601 bool Persistent = requestedToGetTU; in clang_indexSourceFile_Impl() local
|
/external/clang/lib/Frontend/ |
D | ASTUnit.cpp | 1727 ASTUnit *Unit, bool Persistent, StringRef ResourceFilesPath, in LoadFromCompilerInvocationAction()
|