HomeSort by relevance Sort by last modified time
    Searched defs:Strong (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/JavaScriptCore/heap/
Strong.h 39 template <typename T> class Strong : public Handle<T> {
46 Strong()
51 Strong(JSGlobalData& globalData, ExternalType value = ExternalType())
57 Strong(JSGlobalData& globalData, Handle<T> handle)
63 Strong(const Strong& other)
72 template <typename U> Strong(const Strong<U>& other)
83 Strong(HashTableDeletedValueTag)
88 ~Strong()
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebkitplatformplugin.h 103 None, Weak, Medium, Strong
  /external/webkit/Source/WebKit/qt/examples/platformplugin/
qwebkitplatformplugin.h 98 None, Weak, Medium, Strong
  /external/clang/include/clang/AST/
Type.h 109 /// * Objective C: the GC attributes (none, weak, or strong)
122 Strong
264 /// True if the lifetime is either strong or weak.
825 /// isObjCGCStrong true when Type is objc's strong.
827 return getObjCGCAttr() == Qualifiers::Strong;
    [all...]

Completed in 58 milliseconds