Searched defs:Strong (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/JavaScriptCore/heap/
H A DStrong.h39 template <typename T> class Strong : public Handle<T> { class in namespace:JSC
46 Strong() function in class:JSC::Strong
51 Strong(JSGlobalData& globalData, ExternalType value = ExternalType()) function in class:JSC::Strong
57 Strong(JSGlobalData& globalData, Handle<T> handle) function in class:JSC::Strong
63 Strong(const Strong& other) function in class:JSC::Strong
72 template <typename U> Strong(const Strong<U>& other) function in class:JSC::Strong
83 Strong(HashTableDeletedValueTag) function in class:JSC::Strong
88 ~Strong()
[all...]
/external/clang/lib/ARCMigrate/
H A DTransforms.h88 enum AttrKind { Weak, Strong } Kind; enumerator in enum:clang::arcmt::trans::MigrationContext::GCAttrOccurrence::AttrKind
/external/llvm/lib/CodeGen/
H A DSpillPlacement.cpp255 void SpillPlacement::addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong) { argument
259 if (Strong)
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebkitplatformplugin.h103 None, Weak, Medium, Strong enumerator in enum:QWebHapticFeedbackPlayer::HapticStrength
/external/webkit/Source/WebKit/qt/examples/platformplugin/
H A Dqwebkitplatformplugin.h98 None, Weak, Medium, Strong enumerator in enum:QWebHapticFeedbackPlayer::HapticStrength
/external/clang/include/clang/AST/
H A DType.h124 Strong enumerator in enum:clang::Qualifiers::GC
895 return getObjCGCAttr() == Qualifiers::Strong;

Completed in 307 milliseconds