HomeSort by relevance Sort by last modified time
    Searched full:mutable_containing (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/tools/gn/
scope.cc 440 if (mutable_containing())
441 return mutable_containing()->GetItemCollector();
scope.h 112 Scope* mutable_containing() { return mutable_containing_; } function in class:Scope
113 const Scope* mutable_containing() const { return mutable_containing_; } function in class:Scope

Completed in 266 milliseconds