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

  /external/chromium_org/third_party/WebKit/Source/wtf/
FilePrintStream.h 38 Adopt,
42 FilePrintStream(FILE*, AdoptionMode = Adopt);
  /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 121 void CXXScopeSpec::Adopt(NestedNameSpecifierLoc Other) {
129 Builder.Adopt(Other);
    [all...]

Completed in 91 milliseconds