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

  /external/webkit/Source/JavaScriptCore/API/
JSRetainPtr.h 38 enum AdoptTag { Adopt };
67 void adopt(T);
148 template<typename T> inline void JSRetainPtr<T>::adopt(T optr) function in class:JSRetainPtr
  /external/chromium/net/base/
address_list.cc 113 void AddressList::Adopt(struct addrinfo* head) {
  /external/clang/lib/AST/
NestedNameSpecifier.cpp 598 void NestedNameSpecifierLocBuilder::Adopt(NestedNameSpecifierLoc Other) {
608 // Rather than copying the data (which is wasteful), "adopt" the
628 // our (temporary) buffer and adopt the ASTContext-allocated memory?
  /external/clang/lib/Sema/
DeclSpec.cpp 120 void CXXScopeSpec::Adopt(NestedNameSpecifierLoc Other) {
128 Builder.Adopt(Other);
    [all...]

Completed in 346 milliseconds