OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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 66 milliseconds