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.h 73 Scope* mutable_containing() { return mutable_containing_; } function in class:Scope
74 const Scope* mutable_containing() const { return mutable_containing_; } function in class:Scope
functions.cc 257 Scope* root = scope->mutable_containing();

Completed in 317 milliseconds