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

  /external/chromium_org/tools/gn/
scope.h 71 // See the const_/mutable_containing_ var declaraions below. Yes, it's a
73 Scope* mutable_containing() { return mutable_containing_; }
74 const Scope* mutable_containing() const { return mutable_containing_; }
77 return mutable_containing_ ? mutable_containing_ : const_containing_;
225 Scope* mutable_containing_; member in class:Scope
scope.cc 23 mutable_containing_(NULL),
30 mutable_containing_(parent),
37 mutable_containing_(NULL),
67 if (mutable_containing_)
68 return mutable_containing_->GetValue(ident, counts_as_used);

Completed in 1371 milliseconds